Skip to content

Commit

Permalink
fix: remove peerDependency on vite 3.1.0-beta (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Sep 5, 2022
1 parent 35ac4ca commit 2e9227b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silver-clocks-relate.md
@@ -0,0 +1,5 @@
---
'@sveltejs/vite-plugin-svelte': patch
---

removed peerDependency for vite 3.1.0-beta as vite 3.1.0 final has been released
2 changes: 1 addition & 1 deletion packages/vite-plugin-svelte/package.json
Expand Up @@ -56,7 +56,7 @@
"peerDependencies": {
"diff-match-patch": "^1.0.5",
"svelte": "^3.44.0",
"vite": "^3.0.0 || ^3.1.0-beta.1"
"vite": "^3.0.0"
},
"peerDependenciesMeta": {
"diff-match-patch": {
Expand Down

0 comments on commit 2e9227b

Please sign in to comment.