Skip to content

Commit

Permalink
fix: vite-plugin-svelte should be a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Dec 29, 2024
1 parent 0d225ee commit dfbee20
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"cachewrap": "^0.0.1",
"cheap-watch": "^1.0.4",
"cheerio": "^1.0.0",
Expand All @@ -124,14 +123,21 @@
"spank": "^2.0.0",
"vite": "^3.2.4 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"@roxi/routify": "^3.0.0-next.0",
"svelte": "^3.0.0 || ^4.0.0 || ^5.0.0"
"svelte": "^3.0.0 || ^4.0.0 || ^5.0.0",
"@sveltejs/vite-plugin-svelte": "^2.4.6 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"vite": {
"optional": true
},
"spank": {
"optional": true
},
"@sveltejs/vite-plugin-svelte": {
"optional": true
},
"@roxi/routify": {
"optional": true
}
},
"prettier": {
Expand Down

0 comments on commit dfbee20

Please sign in to comment.