Skip to content

Commit

Permalink
Merge pull request #685 from zeromq/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Dec 30, 2024
2 parents 9d69b11 + 9739bac commit 5113204
Show file tree
Hide file tree
Showing 2 changed files with 308 additions and 400 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@
"homepage": "http://zeromq.github.io/zeromq.js/",
"dependencies": {
"@aminya/cmake-ts": "^0.3.0-aminya.7",
"node-addon-api": "^8.2.1"
"node-addon-api": "^8.3.0"
},
"devDependencies": {
"@types/benchmark": "~2.1.5",
"@types/chai": "^4",
"@types/deasync": "~0.1.5",
"@types/eslint": "~9.6.1",
"@types/fs-extra": "^11.0.4",
"@types/gh-pages": "~6.1.0",
"@types/mocha": "^10.0.8",
"@types/node": "^22.7.4",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"@types/proper-lockfile": "^4.1.4",
"@types/semver": "^7.5.8",
"@types/shelljs": "^0.8.15",
Expand All @@ -39,24 +40,24 @@
"cross-env": "^7.0.3",
"deasync": "^0.1.30",
"downlevel-dts": "^0.11.0",
"electron": "^33.1.0",
"electron-mocha": "^13.0.0",
"electron": "^33.2.1",
"electron-mocha": "^13.0.1",
"eslint": "^8.57.1",
"eslint-config-atomic": "^1.22.1",
"eslint-plugin-prettier": "^5.2.1",
"execa": "^9.4.0",
"execa": "^9.5.2",
"fs-extra": "^11.2.0",
"gh-pages": "^6.1.1",
"gh-pages": "^6.2.0",
"minify-all-cli": "^1.0.13",
"mocha": "^10.7.3",
"npm-run-all2": "^6.2.3",
"mocha": "^11.0.1",
"npm-run-all2": "^7.0.2",
"prebuildify": "^6.0.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"proper-lockfile": "^4.1.2",
"semver": "^7.6.3",
"shx": "^0.3.4",
"ts-node": "~10.9.2",
"typedoc": "^0.26.7",
"typedoc": "^0.27.6",
"typescript": "~4.9.5",
"which": "^5.0.0"
},
Expand Down Expand Up @@ -121,7 +122,7 @@
"lint-test": "run-s lint-test.eslint",
"bench": "node --expose-gc test/bench",
"prepare": "pnpm run build.js",
"bump": "pnpx npm-check-updates -u -x typescript,eslint,chai && pnpx typesync && pnpm update"
"bump": "pnpx npm-check-updates -u -x typescript,eslint,chai,@types/chai && pnpx typesync"
},
"cmake-ts": {
"nodeAPI": "node-addon-api",
Expand Down
Loading

0 comments on commit 5113204

Please sign in to comment.