diff options
author | 2023-12-27 10:34:07 -0800 | |
---|---|---|
committer | 2023-12-27 13:34:07 -0500 | |
commit | 98fa8f02ab8cb861087e9161019620e9bfd51bd8 (patch) | |
tree | adf52dfbf89624c8c31906023f2775171960913f /examples/framework-vue | |
parent | b8cc4444619380425e27b6f01b3e694e3e543c8d (diff) | |
download | astro-98fa8f02ab8cb861087e9161019620e9bfd51bd8.tar.gz astro-98fa8f02ab8cb861087e9161019620e9bfd51bd8.tar.zst astro-98fa8f02ab8cb861087e9161019620e9bfd51bd8.zip |
[ci] release (#9491)astro@4.0.8@astrojs/vue@4.0.6@astrojs/vercel@6.1.1@astrojs/tailwind@5.1.0@astrojs/svelte@5.0.3@astrojs/solid-js@3.0.3@astrojs/sitemap@3.0.4@astrojs/react@3.0.9@astrojs/preact@3.0.2@astrojs/partytown@2.0.3@astrojs/node@7.0.3@astrojs/mdx@2.0.3@astrojs/markdoc@0.8.2@astrojs/lit@4.0.1@astrojs/alpinejs@0.3.2
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 851ac283b..29ad35c92 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^4.0.5", - "astro": "^4.0.7", + "@astrojs/vue": "^4.0.6", + "astro": "^4.0.8", "vue": "^3.3.8" } } |