Skip to content

Commit b951cb9

Browse files
committed
fix: force package lock peer dependencies
1 parent c9ac4dc commit b951cb9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

package-lock.json

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
],
4343
"url": "https://github.com/vuolter/hono-compress",
4444
"scripts": {
45-
"update": "bun update --latest && npm install --legacy-peer-deps --no-fund --package-lock-only",
45+
"update": "bun update --latest && npm install --force --no-fund --package-lock-only",
4646
"build": "pkgroll --clean-dist --minify",
4747
"test": "bun test",
4848
"format": "prettier . --write",
4949
"lint": "eslint --cache --cache-location node_modules/.cache/eslint --cache-strategy content --fix .",
5050
"typecheck": "tsc --noEmit",
51-
"lock": "bun install --silent && npm install --legacy-peer-deps --no-audit --no-fund --package-lock-only"
51+
"lock": "bun install --silent && npm install --force --no-audit --no-fund --package-lock-only"
5252
},
5353
"peerDependencies": {
5454
"hono": "^4.6.13"

0 commit comments

Comments
 (0)