diff options
author | 2024-01-11 00:32:08 -0800 | |
---|---|---|
committer | 2024-01-11 16:32:08 +0800 | |
commit | 7a275c1648a80d82686f8f7f04588ae448e9a1a3 (patch) | |
tree | 9ec6fbcc75f4996b99e115397d629af5f2162c41 /examples/framework-vue | |
parent | a3b5695176cd0280438938c1d6caef478a571415 (diff) | |
download | astro-7a275c1648a80d82686f8f7f04588ae448e9a1a3.tar.gz astro-7a275c1648a80d82686f8f7f04588ae448e9a1a3.tar.zst astro-7a275c1648a80d82686f8f7f04588ae448e9a1a3.zip |
[ci] release (#9625)create-astro@4.7.1astro@4.1.2@astrojs/vercel@6.1.4@astrojs/rss@4.0.2@astrojs/mdx@2.0.4
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 0e9dd45d6..5ba4b96d9 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.1.1", + "astro": "^4.1.2", "vue": "^3.3.8" } } |