Skip to content

Commit

Permalink
chore: bump deps, specify node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Jan 26, 2024
1 parent 457a815 commit 65dca68
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@
},
"homepage": "https://github.com/amaanq/tree-sitter-odin#readme",
"dependencies": {
"nan": "^2.17.0"
"nan": "^2.18.0"
},
"devDependencies": {
"eslint": "^8.39.0",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"tree-sitter-cli": "^0.20.8"
"tree-sitter-cli": "^0.20.8",
"node-gyp": "^10.0.1"
},
"repository": "https://github.com/amaanq/tree-sitter-odin",
"scripts": {
Expand Down

0 comments on commit 65dca68

Please sign in to comment.