diff options
author | 2024-11-27 16:20:16 +0800 | |
---|---|---|
committer | 2024-11-27 16:20:16 +0800 | |
commit | 6fc29e3c24a23774d2bd960028716a660d3e9b53 (patch) | |
tree | 546653718c0b8910383455d625558213b1954f08 /packages/integrations/react | |
parent | cf0d8b08a0f16bba7310d1a92c82b5a276682e8c (diff) | |
download | astro-6fc29e3c24a23774d2bd960028716a660d3e9b53.tar.gz astro-6fc29e3c24a23774d2bd960028716a660d3e9b53.tar.zst astro-6fc29e3c24a23774d2bd960028716a660d3e9b53.zip |
fix(deps): update all non-major dependencies (#12410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Diffstat (limited to 'packages/integrations/react')
-rw-r--r-- | packages/integrations/react/package.json | 4 | ||||
-rw-r--r-- | packages/integrations/react/test/fixtures/react-component/package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 3c899620c..e4662b820 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -49,9 +49,9 @@ "test": "astro-scripts test \"test/**/*.test.js\"" }, "dependencies": { - "@vitejs/plugin-react": "^4.3.3", + "@vitejs/plugin-react": "^4.3.4", "ultrahtml": "^1.5.3", - "vite": "^5.4.10" + "vite": "^5.4.11" }, "devDependencies": { "@types/react": "^18.3.12", diff --git a/packages/integrations/react/test/fixtures/react-component/package.json b/packages/integrations/react/test/fixtures/react-component/package.json index 9d3e626f0..c5376e3b3 100644 --- a/packages/integrations/react/test/fixtures/react-component/package.json +++ b/packages/integrations/react/test/fixtures/react-component/package.json @@ -8,6 +8,6 @@ "astro": "workspace:*", "react": "^18.3.1", "react-dom": "^18.3.1", - "vue": "^3.5.12" + "vue": "^3.5.13" } } |