diff options
author | 2024-08-08 04:52:00 -0700 | |
---|---|---|
committer | 2024-08-08 07:52:00 -0400 | |
commit | 6b99523c3f674a055ecb395752a3c784484e74d5 (patch) | |
tree | 306103b8de1b66c17893f0bdf86274efd26fd2f6 /examples/framework-vue | |
parent | 589d35158da1a2136387d0ad76609f5c8535c03a (diff) | |
download | astro-6b99523c3f674a055ecb395752a3c784484e74d5.tar.gz astro-6b99523c3f674a055ecb395752a3c784484e74d5.tar.zst astro-6b99523c3f674a055ecb395752a3c784484e74d5.zip |
[ci] release (#11602)astro@4.13.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 654616f82..6334df4f3 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.13.1", + "astro": "^4.13.2", "vue": "^3.4.35" } } |