Skip to content

Commit cd5d688

Browse files
committed
bump node-gyp to v10
1 parent 1609684 commit cd5d688

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,18 @@
5252
"devDependencies": {
5353
"eslint": "8.56.0",
5454
"mocha": "10.2.0",
55-
"prebuild": "12.1.0"
55+
"prebuild": "13.0.0"
5656
},
5757
"peerDependencies": {
58-
"node-gyp": "8.x"
58+
"node-gyp": "^10"
5959
},
6060
"peerDependenciesMeta": {
6161
"node-gyp": {
6262
"optional": true
6363
}
6464
},
6565
"optionalDependencies": {
66-
"node-gyp": "8.x"
66+
"node-gyp": "^10"
6767
},
6868
"scripts": {
6969
"install": "prebuild-install -r napi || node-gyp rebuild",

0 commit comments

Comments
 (0)