summaryrefslogtreecommitdiff
path: root/packages/integrations/react/test
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-07-23 11:43:14 +0800
committerGravatar GitHub <noreply@github.com> 2024-07-23 11:43:14 +0800
commit536209aa74924dbde4084026e3b72832961813ac (patch)
tree374bd0683ca8387c0d793034ca6d558278a30a2b /packages/integrations/react/test
parent80681318c6cb0f612fcb5188933fdd20a8f474a3 (diff)
downloadastro-536209aa74924dbde4084026e3b72832961813ac.tar.gz
astro-536209aa74924dbde4084026e3b72832961813ac.tar.zst
astro-536209aa74924dbde4084026e3b72832961813ac.zip
fix(deps): update all non-major dependencies (#11522)
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/test')
-rw-r--r--packages/integrations/react/test/fixtures/react-component/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/react/test/fixtures/react-component/package.json b/packages/integrations/react/test/fixtures/react-component/package.json
index 315279543..4bd3261de 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.4.31"
+ "vue": "^3.4.33"
}
}