aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-03-13 12:58:51 -0700
committerGravatar GitHub <noreply@github.com> 2024-03-13 15:58:51 -0400
commitc70aa6849f9a38732f4922682a6c409896be4768 (patch)
tree5e02d7f84cff99b7afab6883f12eb722ddeaee63 /examples/framework-vue
parent9b3ec5e0186a1ecf81f8074b0e4695cc4ed2d00c (diff)
downloadastro-c70aa6849f9a38732f4922682a6c409896be4768.tar.gz
astro-c70aa6849f9a38732f4922682a6c409896be4768.tar.zst
astro-c70aa6849f9a38732f4922682a6c409896be4768.zip
[ci] release (#10416)astro@4.5.3@astrojs/db@0.8.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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index e960c85f9..bb350fcd0 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.2",
+ "astro": "^4.5.3",
"vue": "^3.3.8"
}
}