diff options
author | 2024-03-12 04:45:51 -0700 | |
---|---|---|
committer | 2024-03-12 07:45:51 -0400 | |
commit | 24ee74a37fe1fa17b119f26f0273349f83a6447a (patch) | |
tree | 08850fad2cec2b884efde8cd725703616a84b529 /examples/framework-vue | |
parent | 41ca94e5136a80a58d000f3eb87029442599a4a3 (diff) | |
download | astro-24ee74a37fe1fa17b119f26f0273349f83a6447a.tar.gz astro-24ee74a37fe1fa17b119f26f0273349f83a6447a.tar.zst astro-24ee74a37fe1fa17b119f26f0273349f83a6447a.zip |
[ci] release (#10397)astro@4.5.2@astrojs/db@0.8.0
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 9122a7504..e960c85f9 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.0.8", - "astro": "^4.5.1", + "astro": "^4.5.2", "vue": "^3.3.8" } } |