Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
old node-gyp versions don't work with Python 3.12
  • Loading branch information
verhovsky committed Dec 7, 2023
1 parent 2f07fbd commit eac00e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"prebuild-install": "^7.1.1"
},
"devDependencies": {
"@types/node": "^20.5.9",
"chai": "^4.3.8",
"@types/node": "^20.10.4",
"chai": "^4.3.10",
"jest": "^24.0.0",
"mocha": "^8.4.0",
"node-gyp": "^9.4.0",
"prebuild": "^12.0.0",
"node-gyp": "^10.0.1",
"prebuild": "^12.1.0",
"tree-sitter-javascript": "https://github.com/tree-sitter/tree-sitter-javascript.git#master"
},
"scripts": {
Expand Down

0 comments on commit eac00e6

Please sign in to comment.