summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-03-02 16:23:55 -0600
committerGravatar GitHub <noreply@github.com> 2022-03-02 16:23:55 -0600
commit4f924b8ceae2125cb8c8a6c3b41f9f552ce83758 (patch)
treea33087d54eeab9d8415e182d1b7be3d8b44b5e86 /examples/framework-vue
parent91765d79b1ec1181417fb6a4604a9e20564bb10e (diff)
downloadastro-4f924b8ceae2125cb8c8a6c3b41f9f552ce83758.tar.gz
astro-4f924b8ceae2125cb8c8a6c3b41f9f552ce83758.tar.zst
astro-4f924b8ceae2125cb8c8a6c3b41f9f552ce83758.zip
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 f624272cd..d2ef5c670 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.3"
+ "astro": "^0.23.4"
}
}