We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1591212 commit 886e8dfCopy full SHA for 886e8df
Cargo.toml
@@ -23,4 +23,4 @@ path = "bindings/rust/lib.rs"
23
tree-sitter = ">=0.21.0"
24
25
[build-dependencies]
26
-cc = "~1.0.90"
+cc = "1.0.90"
package.json
@@ -29,7 +29,7 @@
29
"src/**"
30
],
31
"dependencies": {
32
- "node-addon-api": "^7.1.0",
+ "node-addon-api": "^8.0.0",
33
"node-gyp-build": "^4.8.0"
34
},
35
"peerDependencies": {
@@ -41,7 +41,7 @@
41
}
42
43
"devDependencies": {
44
- "eslint": "^8.47.0",
+ "eslint": "^8.57.0",
45
"eslint-config-google": "^0.14.0",
46
"tree-sitter-cli": "^0.22.2",
47
"prebuildify": "^6.0.0"
0 commit comments