Skip to content

Commit 9739bac

Browse files
committed
fix: downgrade pnpm-lock
1 parent e209835 commit 9739bac

File tree

2 files changed

+1090
-1020
lines changed

2 files changed

+1090
-1020
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
},
2020
"homepage": "http://zeromq.github.io/zeromq.js/",
2121
"dependencies": {
22-
"@aminya/cmake-ts": "0.3.0-aminya.7",
22+
"@aminya/cmake-ts": "^0.3.0-aminya.7",
2323
"node-addon-api": "^8.3.0"
2424
},
2525
"devDependencies": {
2626
"@types/benchmark": "~2.1.5",
27-
"@types/chai": "^5.0.1",
27+
"@types/chai": "^4",
2828
"@types/deasync": "~0.1.5",
2929
"@types/eslint": "~9.6.1",
3030
"@types/fs-extra": "^11.0.4",
@@ -36,7 +36,7 @@
3636
"@types/shelljs": "^0.8.15",
3737
"@types/which": "^3.0.4",
3838
"benchmark": "^2.1.4",
39-
"chai": "^4.5.0",
39+
"chai": "^4",
4040
"cross-env": "^7.0.3",
4141
"deasync": "^0.1.30",
4242
"downlevel-dts": "^0.11.0",
@@ -122,7 +122,7 @@
122122
"lint-test": "run-s lint-test.eslint",
123123
"bench": "node --expose-gc test/bench",
124124
"prepare": "pnpm run build.js",
125-
"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"
126126
},
127127
"cmake-ts": {
128128
"nodeAPI": "node-addon-api",

0 commit comments

Comments
 (0)