Skip to content

Commit

Permalink
fix: make vite peer dependency optional
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jan 30, 2025
1 parent a0a2b38 commit 4ab3b87
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 82 deletions.
6 changes: 6 additions & 0 deletions packages/vike-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,18 @@
"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": "^3.0.0",
"vite": ">=5.0.10",
"unenv-nightly": "2.0.0-20241015-162228-03257ee"
},
"peerDependencies": {
"vike": "^0.4.213",
"vite": ">=5.0.10"
},
"peerDependenciesMeta": {
"vite": {
"optional": true
}
},
"devDependencies": {
"@brillout/release-me": "^0.4.0",
"@types/node": "^20.14.15",
Expand Down
96 changes: 14 additions & 82 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 4ab3b87

Please sign in to comment.