summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-02-11 17:12:00 -0500
committerGravatar GitHub <noreply@github.com> 2022-02-11 17:12:00 -0500
commit9e6f4374296d332aae08c038e76222bd1cb68848 (patch)
tree00489b67f60c7c98ec4a2e5f5c78a5b5d7ae6837 /examples/framework-vue
parent34317bc05c707179af0be6c9fe743c1fd1299532 (diff)
downloadastro-9e6f4374296d332aae08c038e76222bd1cb68848.tar.gz
astro-9e6f4374296d332aae08c038e76222bd1cb68848.tar.zst
astro-9e6f4374296d332aae08c038e76222bd1cb68848.zip
[ci] release (next) (#2573)astro@0.23.0-next.6
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 2fb0db92d..6ce1eed96 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.5"
+ "astro": "^0.23.0-next.6"
}
}