Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Mar 20, 2023
1 parent 6437bf1 commit cbe553c
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 151 deletions.
2 changes: 1 addition & 1 deletion install/compileLib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ or use OPENCV4NODEJS_* env variable.`)
const config = {
"name": "opencv4nodejs",
"includePath": [
'Missing node-gyp/Cache/16.13.1/include/node',
// 'Missing node-gyp/Cache/16.13.1/include/node',
...OPENCV4NODEJS_INCLUDES,
'${workspaceFolder}/node_modules/nan',
'${workspaceFolder}/node_modules/native-node-utils/src',
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"build-debug": "npm run build && BINDINGS_DEBUG=true node bin/install.js rebuild"
},
"dependencies": {
"@u4/opencv-build": "0.7.6",
"@u4/opencv-build": "0.7.7",
"@u4/tiny-glob": "^0.3.2",
"nan": "^2.17.0",
"node-gyp": "^9.3.1",
Expand All @@ -63,14 +63,14 @@
},
"devDependencies": {
"@types/mri": "^1.1.1",
"@types/node": "^18.14.6",
"@types/node": "^18.15.3",
"@types/npmlog": "^4.1.4",
"@types/progress": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"axios": "^1.3.4",
"cross-env": "^7.0.3",
"eslint": "^8.35.0",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand Down
Loading

0 comments on commit cbe553c

Please sign in to comment.