diff options
author | 2023-02-08 11:11:29 -0800 | |
---|---|---|
committer | 2023-02-08 14:11:29 -0500 | |
commit | 919d0db428868dd88720ca653a0f40babab12208 (patch) | |
tree | c2303ef98b9736b71fdf276eb359625463593e72 /examples/framework-vue | |
parent | 23c60cfa45d0c01c2a710de9c6a644cd91d1b3f3 (diff) | |
download | astro-919d0db428868dd88720ca653a0f40babab12208.tar.gz astro-919d0db428868dd88720ca653a0f40babab12208.tar.zst astro-919d0db428868dd88720ca653a0f40babab12208.zip |
[ci] release (#6178)astro@2.0.9@astrojs/vercel@3.1.0
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 dcc4051fd..c54915fa8 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.8", + "astro": "^2.0.9", "vue": "^3.2.37", "@astrojs/vue": "^2.0.1" } |