aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-09-26 14:57:59 +0100
committerGravatar GitHub <noreply@github.com> 2024-09-26 14:57:59 +0100
commit2594eb088d53a98181ac820243bcb1a765856ecf (patch)
treee812e18ec5151b5e253f17970128eaa7db096401 /packages/integrations/react
parentd7779dfae7bc00ff94b1e4596ff5b4897f65aabe (diff)
downloadastro-feat/action-on-result.tar.gz
astro-feat/action-on-result.tar.zst
astro-feat/action-on-result.zip
fix(deps): update all non-major dependencies (#12003)feat/action-on-result
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.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 64e6c4d33..6a6693a6a 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -59,14 +59,14 @@
"ultrahtml": "^1.5.3"
},
"devDependencies": {
- "@types/react": "^18.3.5",
+ "@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vite": "^5.4.3"
+ "vite": "^5.4.8"
},
"peerDependencies": {
"@types/react": "^17.0.50 || ^18.0.21",
diff --git a/packages/integrations/react/test/fixtures/react-component/package.json b/packages/integrations/react/test/fixtures/react-component/package.json
index 4002f7705..577548015 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.3"
+ "vue": "^3.5.8"
}
}