Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Apr 7, 2024
1 parent 1591212 commit 886e8df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ path = "bindings/rust/lib.rs"
tree-sitter = ">=0.21.0"

[build-dependencies]
cc = "~1.0.90"
cc = "1.0.90"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"src/**"
],
"dependencies": {
"node-addon-api": "^7.1.0",
"node-addon-api": "^8.0.0",
"node-gyp-build": "^4.8.0"
},
"peerDependencies": {
Expand All @@ -41,7 +41,7 @@
}
},
"devDependencies": {
"eslint": "^8.47.0",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"tree-sitter-cli": "^0.22.2",
"prebuildify": "^6.0.0"
Expand Down

0 comments on commit 886e8df

Please sign in to comment.