Skip to content

Commit cb1a88f

Browse files
authored
Merge pull request #1 from wind111-lang/VerUpDependencies
VerUP: version up node-gyp, mocha, tar, prebuild, node-addon-api
2 parents e6c93e8 + 1d99569 commit cb1a88f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,30 @@
4343
"type": "git",
4444
"url": "https://github.com/TryGhost/node-sqlite3.git"
4545
},
46+
"engines": {
47+
"node": ">=18"
48+
},
4649
"dependencies": {
4750
"bindings": "^1.5.0",
48-
"node-addon-api": "^7.0.0",
51+
"node-addon-api": "^8.0.0",
4952
"prebuild-install": "^7.1.1",
50-
"tar": "^6.1.11"
53+
"tar": "^7.0.0"
5154
},
5255
"devDependencies": {
5356
"eslint": "8.56.0",
54-
"mocha": "10.2.0",
55-
"prebuild": "12.1.0"
57+
"mocha": "10.4.0",
58+
"prebuild": "13.0.0"
5659
},
5760
"peerDependencies": {
58-
"node-gyp": "8.x"
61+
"node-gyp": "^10.x"
5962
},
6063
"peerDependenciesMeta": {
6164
"node-gyp": {
6265
"optional": true
6366
}
6467
},
6568
"optionalDependencies": {
66-
"node-gyp": "8.x"
69+
"node-gyp": "^10.x"
6770
},
6871
"scripts": {
6972
"install": "prebuild-install -r napi || node-gyp rebuild",

0 commit comments

Comments
 (0)