diff options
author | 2023-11-11 20:39:47 -0800 | |
---|---|---|
committer | 2023-11-11 22:39:47 -0600 | |
commit | 5f2db426ce13d8b3ad6f506490aec8a980e48cc7 (patch) | |
tree | 28b7aa2a2a66b38a95ec2f5a109c33907d486535 /examples/framework-vue | |
parent | c5d7f4452ab3b240804a8c1bddbabc4e63000f48 (diff) | |
download | astro-5f2db426ce13d8b3ad6f506490aec8a980e48cc7.tar.gz astro-5f2db426ce13d8b3ad6f506490aec8a980e48cc7.tar.zst astro-5f2db426ce13d8b3ad6f506490aec8a980e48cc7.zip |
[ci] release (#9070)astro@3.5.3
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 f8e7b5f69..592031057 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^3.0.4", - "astro": "^3.5.2", + "astro": "^3.5.3", "vue": "^3.3.4" } } |