diff options
author | 2024-08-15 09:34:37 -0700 | |
---|---|---|
committer | 2024-08-16 00:34:37 +0800 | |
commit | 0109690c3b4103c56bce40b3193a19cf05c5f4e2 (patch) | |
tree | e38571f12712a69b5cb7fb6f5a9595fe74492744 /examples/framework-vue | |
parent | 7c6349beca2859d22ea6a1b4b9388ad43ad8bff1 (diff) | |
download | astro-0109690c3b4103c56bce40b3193a19cf05c5f4e2.tar.gz astro-0109690c3b4103c56bce40b3193a19cf05c5f4e2.tar.zst astro-0109690c3b4103c56bce40b3193a19cf05c5f4e2.zip |
[ci] release (#11734)create-astro@4.8.3astro@4.14.2@astrojs/upgrade@0.3.3@astrojs/db@0.13.1
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 b0109ba39..1bff3df25 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.5.0", - "astro": "^4.14.1", + "astro": "^4.14.2", "vue": "^3.4.37" } } |