Skip to content

Commit

Permalink
feat: move sirv from deps to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed Jan 19, 2025
1 parent 8c6cacb commit 7d9e8c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/vike-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@
"@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",
"sirv": "^2",
"vike": "^0.4.213",
"vite": ">=5.0.10"
},
Expand All @@ -100,6 +100,7 @@
"fastify": "^4.28.1",
"h3": "^1.12.0",
"hono": "^4.6.3",
"sirv": "^2.0.4",
"tsup": "^8.3.0",
"typescript": "^5.5.4",
"universal-middleware": "^0.5.5",
Expand Down
6 changes: 3 additions & 3 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 7d9e8c8

Please sign in to comment.