diff options
author | 2024-11-21 12:12:00 +0100 | |
---|---|---|
committer | 2024-11-21 11:12:00 +0000 | |
commit | 8a46e8074d6afb4a23badbd59ed239d526294e8c (patch) | |
tree | fb6158c430db4641c032227a4dea627d1580b3f9 /packages/integrations/react | |
parent | e329657a00ae4b36efa395670eacb66a4bb0c576 (diff) | |
download | astro-8a46e8074d6afb4a23badbd59ed239d526294e8c.tar.gz astro-8a46e8074d6afb4a23badbd59ed239d526294e8c.tar.zst astro-8a46e8074d6afb4a23badbd59ed239d526294e8c.zip |
Resolve peer dependency problem in the integration packages (SolidJS, Vue, Svelte, React) (#12481)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Co-authored-by: bluwy <34116392+bluwy@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/react')
-rw-r--r-- | packages/integrations/react/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 9bb7a4e19..40749c76d 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -50,7 +50,8 @@ }, "dependencies": { "@vitejs/plugin-react": "^4.3.3", - "ultrahtml": "^1.5.3" + "ultrahtml": "^1.5.3", + "vite": "^5.4.10" }, "devDependencies": { "@types/react": "^18.3.12", @@ -59,8 +60,7 @@ "astro-scripts": "workspace:*", "cheerio": "1.0.0", "react": "^18.3.1", - "react-dom": "^18.3.1", - "vite": "^5.4.10" + "react-dom": "^18.3.1" }, "peerDependencies": { "@types/react": "^17.0.50 || ^18.0.21", |