Commit 4b61a6e
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: #13501 parent c33b593 commit 4b61a6e
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments