Skip to content

Commit

Permalink
Fix peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Feb 6, 2023
1 parent df7fab2 commit 343f89e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/builder-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"@storybook/mdx2-csf": ">=1.0.0-next.0",
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"vite": ">= 4.0.0",
"vue-docgen-api": "^4.40.0"
Expand All @@ -71,6 +72,12 @@
"@storybook/mdx2-csf": {
"optional": true
},
"@vitejs/plugin-react": {
"optional": true
},
"@vitejs/plugin-react-swc": {
"optional": true
},
"@sveltejs/vite-plugin-svelte": {
"optional": true
},
Expand Down

0 comments on commit 343f89e

Please sign in to comment.