Skip to content

Commit

Permalink
fix peer deps issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed May 10, 2022
1 parent 1acbcab commit d2d2a94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/integrations/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.41",
"postcss-load-config": "^3.1.4",
"svelte-preprocess": "^4.10.6"
"svelte-preprocess": "^4.10.6",
"vite": "^2.9.0"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/integrations/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@vitejs/plugin-vue": "^2.3.1"
"@vitejs/plugin-vue": "^2.3.1",
"vite": "^2.9.0"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down

0 comments on commit d2d2a94

Please sign in to comment.