Skip to content

Commit

Permalink
typescript 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Mar 20, 2023
1 parent cbe553c commit 8897fd7
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion install/compileLib.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"progress": "^2.0.3",
"rimraf": "^4.4.0",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
},
"files": [
"cc",
Expand Down
60 changes: 30 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8897fd7

Please sign in to comment.