summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-11-27 14:31:09 +0000
committerGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-11-27 14:31:09 +0000
commit2da81e53c31f11b77c57e5ad4861fe3602ab5d7b (patch)
tree21d837ef35a28d27e621e9bebc328132a5cf2572 /packages/integrations/react
parent827093e6175549771f9d93ddf3f2be4c2c60f0b7 (diff)
parent6eac6ba7331c3af7c2b704dc15a133748a2fd18b (diff)
downloadastro-2da81e53c31f11b77c57e5ad4861fe3602ab5d7b.tar.gz
astro-2da81e53c31f11b77c57e5ad4861fe3602ab5d7b.tar.zst
astro-2da81e53c31f11b77c57e5ad4861fe3602ab5d7b.zip
Merge branch 'main' into next
Diffstat (limited to 'packages/integrations/react')
-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 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"
}
}