Skip to content

Commit 5113204

Browse files
authored
Merge pull request #685 from zeromq/deps
2 parents 9d69b11 + 9739bac commit 5113204

File tree

2 files changed

+308
-400
lines changed

2 files changed

+308
-400
lines changed

package.json

+13-12
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,17 @@
2020
"homepage": "http://zeromq.github.io/zeromq.js/",
2121
"dependencies": {
2222
"@aminya/cmake-ts": "^0.3.0-aminya.7",
23-
"node-addon-api": "^8.2.1"
23+
"node-addon-api": "^8.3.0"
2424
},
2525
"devDependencies": {
2626
"@types/benchmark": "~2.1.5",
2727
"@types/chai": "^4",
2828
"@types/deasync": "~0.1.5",
29+
"@types/eslint": "~9.6.1",
2930
"@types/fs-extra": "^11.0.4",
3031
"@types/gh-pages": "~6.1.0",
31-
"@types/mocha": "^10.0.8",
32-
"@types/node": "^22.7.4",
32+
"@types/mocha": "^10.0.10",
33+
"@types/node": "^22.10.2",
3334
"@types/proper-lockfile": "^4.1.4",
3435
"@types/semver": "^7.5.8",
3536
"@types/shelljs": "^0.8.15",
@@ -39,24 +40,24 @@
3940
"cross-env": "^7.0.3",
4041
"deasync": "^0.1.30",
4142
"downlevel-dts": "^0.11.0",
42-
"electron": "^33.1.0",
43-
"electron-mocha": "^13.0.0",
43+
"electron": "^33.2.1",
44+
"electron-mocha": "^13.0.1",
4445
"eslint": "^8.57.1",
4546
"eslint-config-atomic": "^1.22.1",
4647
"eslint-plugin-prettier": "^5.2.1",
47-
"execa": "^9.4.0",
48+
"execa": "^9.5.2",
4849
"fs-extra": "^11.2.0",
49-
"gh-pages": "^6.1.1",
50+
"gh-pages": "^6.2.0",
5051
"minify-all-cli": "^1.0.13",
51-
"mocha": "^10.7.3",
52-
"npm-run-all2": "^6.2.3",
52+
"mocha": "^11.0.1",
53+
"npm-run-all2": "^7.0.2",
5354
"prebuildify": "^6.0.1",
54-
"prettier": "^3.3.3",
55+
"prettier": "^3.4.2",
5556
"proper-lockfile": "^4.1.2",
5657
"semver": "^7.6.3",
5758
"shx": "^0.3.4",
5859
"ts-node": "~10.9.2",
59-
"typedoc": "^0.26.7",
60+
"typedoc": "^0.27.6",
6061
"typescript": "~4.9.5",
6162
"which": "^5.0.0"
6263
},
@@ -121,7 +122,7 @@
121122
"lint-test": "run-s lint-test.eslint",
122123
"bench": "node --expose-gc test/bench",
123124
"prepare": "pnpm run build.js",
124-
"bump": "pnpx npm-check-updates -u -x typescript,eslint,chai && pnpx typesync && pnpm update"
125+
"bump": "pnpx npm-check-updates -u -x typescript,eslint,chai,@types/chai && pnpx typesync"
125126
},
126127
"cmake-ts": {
127128
"nodeAPI": "node-addon-api",

0 commit comments

Comments
 (0)