Skip to content

Commit

Permalink
change deps to ^7.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Dec 14, 2022
1 parent ceeb843 commit 4ea7942
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
"vite": "^3.1.4"
},
"peerDependencies": {
"@storybook/svelte": ">=7.0.0",
"@storybook/theming": ">=7.0.0",
"@sveltejs/vite-plugin-svelte": "^1.0.0",
"@storybook/svelte": "^7.0.0-beta",
"@storybook/theming": "^7.0.0-beta",
"@sveltejs/vite-plugin-svelte": "^1.0.0 || ^2.0.0",
"svelte": "^3.50.0",
"svelte-loader": "^3.1.2",
"vite": ">=3.0.0"
Expand Down

0 comments on commit 4ea7942

Please sign in to comment.