aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-04-09 18:00:07 -0700
committerGravatar GitHub <noreply@github.com> 2024-04-09 21:00:07 -0400
commit0fec72b35cccf80b66a85664877ca9dcc94114aa (patch)
tree602c1e53e4da599bcba1afcfa158255660e91169 /examples/framework-vue
parent83d4536bd6771c49cfe8603f30c6da3a97788555 (diff)
downloadastro-0fec72b35cccf80b66a85664877ca9dcc94114aa.tar.gz
astro-0fec72b35cccf80b66a85664877ca9dcc94114aa.tar.zst
astro-0fec72b35cccf80b66a85664877ca9dcc94114aa.zip
[ci] release (#10729)astro@4.5.18@astrojs/db@0.10.3
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 802648883..042b0878f 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^4.0.11",
- "astro": "^4.5.17",
+ "astro": "^4.5.18",
"vue": "^3.3.8"
}
}