diff options
author | 2024-02-07 10:25:29 -0800 | |
---|---|---|
committer | 2024-02-07 23:55:29 +0530 | |
commit | ef00224a86a5863f2800274d1034d7b039b55749 (patch) | |
tree | 580fb2f7a71823d73fa7fb3da8da4488a1807c42 /examples/framework-vue | |
parent | 3fc76efb2a8faa47edf67562a1f0c84a19be1b33 (diff) | |
download | astro-ef00224a86a5863f2800274d1034d7b039b55749.tar.gz astro-ef00224a86a5863f2800274d1034d7b039b55749.tar.zst astro-ef00224a86a5863f2800274d1034d7b039b55749.zip |
[ci] release (#10018)astro@4.3.5@astrojs/vercel@7.3.0@astrojs/react@3.0.10
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-vue')
-rw-r--r-- | examples/framework-vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 61b9f7640..ea36fbe8b 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.0.8", - "astro": "^4.3.4", + "astro": "^4.3.5", "vue": "^3.3.8" } } |