aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-03-12 04:45:51 -0700
committerGravatar GitHub <noreply@github.com> 2024-03-12 07:45:51 -0400
commit24ee74a37fe1fa17b119f26f0273349f83a6447a (patch)
tree08850fad2cec2b884efde8cd725703616a84b529 /examples/framework-vue
parent41ca94e5136a80a58d000f3eb87029442599a4a3 (diff)
downloadastro-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.json2
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"
}
}