Skip to content

Commit f8d8df7

Browse files
committed
test opencv 4.10.0
1 parent 9bf44ee commit f8d8df7

File tree

3 files changed

+150
-156
lines changed

3 files changed

+150
-156
lines changed

.github/workflows/prebuild-win64.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
strategy:
4646
matrix:
4747
opencv_version:
48-
- 4.9.0
48+
- 4.10.0
49+
# - 4.9.0
4950
# - 4.8.0
5051
# - 4.7.0
5152
# - 4.6.0
@@ -56,8 +57,8 @@ jobs:
5657
node_version:
5758
# - 16
5859
# - 18
59-
# - 20
60-
- 22
60+
- 20
61+
# - 22
6162
architecture:
6263
- x64
6364
steps:

package.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -66,25 +66,26 @@
6666
"cleanjs": "rimraf {examples}/**/*.{d.ts,js,map} {cjs,esm}/{lib,install}",
6767
"build-debug": "npm run build && BINDINGS_DEBUG=true node bin/install.js rebuild",
6868
"checkExports": "npx @arethetypeswrong/cli $(npm pack)",
69+
"ncu": "npx --yes npm-check-updates -i",
6970
"publish-next": "npm publish --dry-run --tag next"
7071
},
7172
"dependencies": {
72-
"@u4/opencv-build": "1.0.0",
73-
"eslint": "^9.1.1",
74-
"glob": "^10.3.12",
73+
"@u4/opencv-build": "1.0.1",
74+
"eslint": "^9.4.0",
75+
"glob": "^10.4.1",
7576
"nan": "^2.19.0",
7677
"node-gyp": "^10.1.0",
77-
"picocolors": "^1.0.0",
78-
"typescript-eslint": "^7.8.0"
78+
"picocolors": "^1.0.1",
79+
"typescript-eslint": "^7.13.0"
7980
},
8081
"devDependencies": {
81-
"@eslint/js": "^9.1.1",
82-
"@types/node": "^20.12.7",
82+
"@eslint/js": "^9.4.0",
83+
"@types/node": "^20.14.2",
8384
"@types/progress": "^2.0.7",
84-
"axios": "^1.6.8",
85+
"axios": "^1.7.2",
8586
"cross-env": "^7.0.3",
8687
"progress": "^2.0.3",
87-
"rimraf": "^5.0.5",
88+
"rimraf": "^5.0.7",
8889
"shx": "^0.3.4",
8990
"typescript": "^5.4.5"
9091
},

0 commit comments

Comments
 (0)