Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed May 13, 2024
1 parent bbdba66 commit 419da7d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@
],
"dependencies": {
"node-addon-api": "^8.0.0",
"node-gyp-build": "^4.8.0"
"node-gyp-build": "^4.8.1"
},
"devDependencies": {
"@types/node": "^20.11.30",
"chai": "^4.3.10",
"jest": "^29.7.0",
"mocha": "^8.4.0",
"node-gyp": "^10.0.1",
"prebuildify": "^6.0.0",
"node-gyp": "^10.1.0",
"prebuildify": "^6.0.1",
"tmp": "^0.2.3",
"tree-sitter-c": "github:amaanq/tree-sitter-c#napi",
"tree-sitter-embedded-template": "github:tree-sitter/tree-sitter-embedded-template#napi",
"tree-sitter-html": "github:amaanq/tree-sitter-html#napi",
"tree-sitter-java": "github:amaanq/tree-sitter-java#napi",
"tree-sitter-javascript": "github:amaanq/tree-sitter-javascript#napi",
"tree-sitter-json": "github:tree-sitter/tree-sitter-json#napi",
"tree-sitter-python": "github:amaanq/tree-sitter-python#napi",
"tree-sitter-ruby": "github:tree-sitter/tree-sitter-ruby#napi",
"tree-sitter-rust": "github:amaanq/tree-sitter-rust#napi"
"tree-sitter-c": "^0.21.0",
"tree-sitter-embedded-template": "^0.21.0",
"tree-sitter-html": "^0.20.3",
"tree-sitter-java": "^0.21.0",
"tree-sitter-javascript": "^0.21.2",
"tree-sitter-json": "^0.21.0",
"tree-sitter-python": "^0.21.0",
"tree-sitter-ruby": "^0.21.0",
"tree-sitter-rust": "^0.21.0"
},
"scripts": {
"install": "node-gyp-build",
Expand Down

0 comments on commit 419da7d

Please sign in to comment.