summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-09-30 10:17:49 +0800
committerGravatar GitHub <noreply@github.com> 2024-09-30 10:17:49 +0800
commit928dc3111c7e607867048a83dd18fbd5b5041b9f (patch)
tree60527f8c2b6a87fc1429932a06fbea8919800c84 /packages/integrations/react
parent2594eb088d53a98181ac820243bcb1a765856ecf (diff)
downloadastro-928dc3111c7e607867048a83dd18fbd5b5041b9f.tar.gz
astro-928dc3111c7e607867048a83dd18fbd5b5041b9f.tar.zst
astro-928dc3111c7e607867048a83dd18fbd5b5041b9f.zip
fix(deps): update all non-major dependencies (#12092)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/react')
-rw-r--r--packages/integrations/react/package.json4
-rw-r--r--packages/integrations/react/test/fixtures/react-component/package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 6a6693a6a..a41c18919 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -55,11 +55,11 @@
"test": "astro-scripts test \"test/**/*.test.js\""
},
"dependencies": {
- "@vitejs/plugin-react": "^4.3.1",
+ "@vitejs/plugin-react": "^4.3.2",
"ultrahtml": "^1.5.3"
},
"devDependencies": {
- "@types/react": "^18.3.9",
+ "@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
diff --git a/packages/integrations/react/test/fixtures/react-component/package.json b/packages/integrations/react/test/fixtures/react-component/package.json
index 577548015..26d499b96 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.8"
+ "vue": "^3.5.10"
}
}