diff options
author | 2023-01-30 09:38:31 -0800 | |
---|---|---|
committer | 2023-01-30 12:38:31 -0500 | |
commit | d9787a6ff696fd1198d16226277e0662c3a2cb8c (patch) | |
tree | ca1313ff4646ef3de06125014bb62eef1a076f60 /examples/framework-vue | |
parent | e779c6242418d1d4102e683ca5b851b764c89688 (diff) | |
download | astro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.tar.gz astro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.tar.zst astro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.zip |
[ci] release (#5995)
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 a1ddf19c6..bcedb9bca 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.2", + "astro": "^2.0.3", "vue": "^3.2.37", - "@astrojs/vue": "^2.0.0" + "@astrojs/vue": "^2.0.1" } } |