Skip to content

Commit

Permalink
dump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Apr 16, 2024
1 parent 70aba23 commit 672f5cb
Show file tree
Hide file tree
Showing 6 changed files with 354 additions and 79 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/mri": "^1.2.0",
"@types/node": "^20.12.7",
"@types/progress": "^2.0.7",
"rimraf": "^4.4.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
Expand Down
214 changes: 193 additions & 21 deletions examples/pnpm-lock.yaml

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"build-debug": "npm run build && BINDINGS_DEBUG=true node bin/install.js rebuild"
},
"dependencies": {
"@u4/opencv-build": "^0.9.0",
"@u4/opencv-build": "^0.9.1",
"glob": "^10.3.12",
"nan": "^2.19.0",
"node-gyp": "^10.1.0",
Expand All @@ -77,7 +77,7 @@
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"progress": "^2.0.3",
"rimraf": "^4.4.1",
"rimraf": "^5.0.5",
"typescript": "^5.4.5"
},
"files": [
Expand All @@ -92,6 +92,7 @@
"bin/*.js",
"typings",
"binding.gyp",
"binding_old.gyp",
"tsconfig.json"
]
}
Loading

0 comments on commit 672f5cb

Please sign in to comment.