Skip to content

Commit

Permalink
fix: force package lock peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vuolter committed Dec 8, 2024
1 parent c9ac4dc commit b951cb9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
],
"url": "https://github.com/vuolter/hono-compress",
"scripts": {
"update": "bun update --latest && npm install --legacy-peer-deps --no-fund --package-lock-only",
"update": "bun update --latest && npm install --force --no-fund --package-lock-only",
"build": "pkgroll --clean-dist --minify",
"test": "bun test",
"format": "prettier . --write",
"lint": "eslint --cache --cache-location node_modules/.cache/eslint --cache-strategy content --fix .",
"typecheck": "tsc --noEmit",
"lock": "bun install --silent && npm install --legacy-peer-deps --no-audit --no-fund --package-lock-only"
"lock": "bun install --silent && npm install --force --no-audit --no-fund --package-lock-only"
},
"peerDependencies": {
"hono": "^4.6.13"
Expand Down

0 comments on commit b951cb9

Please sign in to comment.