File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 15
15
"main" : " index.js" ,
16
16
"types" : " tree-sitter.d.ts" ,
17
17
"dependencies" : {
18
- "nan" : " ^2.14 .0" ,
19
- "prebuild-install" : " ^6.0 .1"
18
+ "nan" : " ^2.17 .0" ,
19
+ "prebuild-install" : " ^7.1 .1"
20
20
},
21
21
"devDependencies" : {
22
- "@types/node" : " ^14.14.31" ,
23
- "chai" : " ^4.3.3" ,
24
- "mocha" : " ^8.3.1" ,
25
- "prebuild" : " ^10.0.1" ,
22
+ "@types/node" : " ^20.3.1" ,
23
+ "chai" : " ^4.3.7" ,
24
+ "mocha" : " ^8.4.0" ,
25
+ "node-gyp" : " ^9.4.0" ,
26
+ "prebuild" : " ^11.0.4" ,
26
27
"superstring" : " ^2.4.2" ,
27
28
"tree-sitter-javascript" : " https://github.com/tree-sitter/tree-sitter-javascript.git#936d976a782e75395d9b1c8c7c7bf4ba6fe0d86b"
28
29
},
30
+ "overrides" : {
31
+ "prebuild" : {
32
+ "node-gyp" : " $node-gyp"
33
+ }
34
+ },
29
35
"scripts" : {
30
36
"install" : " prebuild-install || node-gyp rebuild" ,
31
37
"build" : " node-gyp build" ,
You can’t perform that action at this time.
0 commit comments