Skip to content

Commit

Permalink
build(npm): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Sep 9, 2024
1 parent 8fb3065 commit 64e69e2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 41 deletions.
52 changes: 18 additions & 34 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@
"src/**"
],
"dependencies": {
"node-addon-api": "^7.1.0",
"node-gyp-build": "^4.8.0"
"node-addon-api": "^8.0.0",
"node-gyp-build": "^4.8.1"
},
"devDependencies": {
"tree-sitter-cli": "^0.23.0",
"prebuildify": "^6.0.0"
"prebuildify": "^6.0.1"
},
"peerDependencies": {
"tree-sitter": "^0.21.0"
"tree-sitter": "^0.21.1"
},
"peerDependenciesMeta": {
"tree_sitter": {
"optional": true
}
},
"scripts": {
"build": "tree-sitter generate --no-bindings",
"test": "tree-sitter test",
"install": "node-gyp-build",
"prebuildify": "prebuildify --napi --strip"
"prestart": "tree-sitter build --wasm",
"start": "tree-sitter playground",
"test": "node --test bindings/node/*_test.js"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 64e69e2

Please sign in to comment.