diff options
author | 2023-10-23 02:22:50 -0700 | |
---|---|---|
committer | 2023-10-23 17:22:50 +0800 | |
commit | 42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a (patch) | |
tree | ebb7fa75bdc31232cb203e7b240b79632f3d01ca /examples/framework-vue | |
parent | e69f7292d736f9a4ee375c4fb482aadfd48445a7 (diff) | |
download | astro-42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a.tar.gz astro-42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a.tar.zst astro-42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a.zip |
[ci] release (#8861)astro@3.3.3@astrojs/vue@3.0.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 8b6862704..917fafed0 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^3.0.1", - "astro": "^3.3.2", + "@astrojs/vue": "^3.0.2", + "astro": "^3.3.3", "vue": "^3.3.4" } } |