Skip to content

Commit

Permalink
fix: downgrade pnpm-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Dec 30, 2024
1 parent e209835 commit 9739bac
Show file tree
Hide file tree
Showing 2 changed files with 1,090 additions and 1,020 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"homepage": "http://zeromq.github.io/zeromq.js/",
"dependencies": {
"@aminya/cmake-ts": "0.3.0-aminya.7",
"@aminya/cmake-ts": "^0.3.0-aminya.7",
"node-addon-api": "^8.3.0"
},
"devDependencies": {
"@types/benchmark": "~2.1.5",
"@types/chai": "^5.0.1",
"@types/chai": "^4",
"@types/deasync": "~0.1.5",
"@types/eslint": "~9.6.1",
"@types/fs-extra": "^11.0.4",
Expand All @@ -36,7 +36,7 @@
"@types/shelljs": "^0.8.15",
"@types/which": "^3.0.4",
"benchmark": "^2.1.4",
"chai": "^4.5.0",
"chai": "^4",
"cross-env": "^7.0.3",
"deasync": "^0.1.30",
"downlevel-dts": "^0.11.0",
Expand Down Expand Up @@ -122,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 9739bac

Please sign in to comment.