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 10:41:47 -0500
committerGravatar GitHub <noreply@github.com> 2022-02-11 10:41:47 -0500
commitb1afce896a6800b52a103fd8535215972254e44c (patch)
tree61702d6da18302f00065bf9d670f65604f37e060 /examples/framework-vue
parent3c682f266850a87583a5eb09eb5dd80edf7e2e45 (diff)
downloadastro-b1afce896a6800b52a103fd8535215972254e44c.tar.gz
astro-b1afce896a6800b52a103fd8535215972254e44c.tar.zst
astro-b1afce896a6800b52a103fd8535215972254e44c.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 269a24d09..2fb0db92d 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.4"
+ "astro": "^0.23.0-next.5"
}
}