Skip to content

Commit

Permalink
feat: move @universal-middleware/compress and @universal-middleware/c…
Browse files Browse the repository at this point in the history
…ore from deps to peer deps
  • Loading branch information
rtritto committed Jan 19, 2025
1 parent 420ae70 commit 8ce9731
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions packages/vike-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,23 @@
"dependencies": {
"@brillout/picocolors": "^1.0.14",
"@nitedani/shrink-ray-current": "^4.3.0",
"@universal-middleware/core": "^0.3.3",
"@universal-middleware/compress": "^0.2.8",
"@vercel/nft": "^0.26.5",
"esbuild": "^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0",
"resolve-from": "^5.0.0",
"sirv": "^2.0.4",
"unenv-nightly": "2.0.0-20241015-162228-03257ee"
},
"peerDependencies": {
"@universal-middleware/compress": "^0.2.8",
"@universal-middleware/core": "^0.3.3",
"vike": "^0.4.213",
"vite": ">=5.0.10"
},
"devDependencies": {
"@brillout/release-me": "^0.4.0",
"@types/node": "^20.14.15",
"@universal-middleware/compress": "^0.2.8",
"@universal-middleware/core": "^0.3.3",
"elysia": "^1.1.6",
"fastify": "^4.28.1",
"h3": "^1.12.0",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 8ce9731

Please sign in to comment.