summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-02-07 14:08:12 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-07 17:08:12 -0500
commitd9061da44712d82378fa3f8180b8364733ae6ba1 (patch)
tree28c9f16df924620316a659413b0b1035ca58db2f /examples/framework-vue
parentd7948fa3e6b23933547b733ec34d826b6b6b0c74 (diff)
downloadastro-d9061da44712d82378fa3f8180b8364733ae6ba1.tar.gz
astro-d9061da44712d82378fa3f8180b8364733ae6ba1.tar.zst
astro-d9061da44712d82378fa3f8180b8364733ae6ba1.zip
[ci] release (#6169)astro@2.0.8
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 b32351296..dcc4051fd 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.7",
+ "astro": "^2.0.8",
"vue": "^3.2.37",
"@astrojs/vue": "^2.0.1"
}