diff options
author | 2024-09-30 10:17:49 +0800 | |
---|---|---|
committer | 2024-09-30 10:17:49 +0800 | |
commit | 928dc3111c7e607867048a83dd18fbd5b5041b9f (patch) | |
tree | 60527f8c2b6a87fc1429932a06fbea8919800c84 /packages/integrations/react/test | |
parent | 2594eb088d53a98181ac820243bcb1a765856ecf (diff) | |
download | astro-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/test')
-rw-r--r-- | packages/integrations/react/test/fixtures/react-component/package.json | 2 |
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 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" } } |