Skip to content

Commit 4b61a6e

Browse files
authored
Add node-gyp into devDependencies (#1351)
This PR adds `node-gyp` as an explicit devDependency and updates the `@types/node` package to a newer version. The addition of node-gyp makes sense as it's already used extensively in the project's build scripts but was not previously declared as a dependency. - Adds `node-gyp` ^12.1.0 to devDependencies - Updates `@types/node` from ^24.5.2 to ^25.0.2 Fix: #1350
1 parent c33b593 commit 4b61a6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@eslint/js": "^9.36.0",
52-
"@types/node": "^24.5.2",
52+
"@types/node": "^25.0.2",
5353
"@typescript-eslint/eslint-plugin": "^8.18.0",
5454
"@typescript-eslint/parser": "^8.18.0",
5555
"clang-format": "^1.8.0",
@@ -64,6 +64,7 @@
6464
"jsdoc": "^4.0.4",
6565
"lint-staged": "^16.2.0",
6666
"mocha": "^11.0.2",
67+
"node-gyp": "^12.1.0",
6768
"nyc": "^17.1.0",
6869
"prebuildify": "^6.0.1",
6970
"rimraf": "^6.0.1",

0 commit comments

Comments
 (0)