diff options
author | 2021-11-19 11:22:19 -0500 | |
---|---|---|
committer | 2021-11-19 11:22:19 -0500 | |
commit | bb90ff60c8e9f1a4ebec4247a431772d2722b141 (patch) | |
tree | f84ed169bb6fdf3ee6bc1877c08b1213859efc57 /examples/framework-vue | |
parent | c76821687df91a6ec3ef0fa1b14e0153287633be (diff) | |
download | astro-bb90ff60c8e9f1a4ebec4247a431772d2722b141.tar.gz astro-bb90ff60c8e9f1a4ebec4247a431772d2722b141.tar.zst astro-bb90ff60c8e9f1a4ebec4247a431772d2722b141.zip |
Version Packages (next) (#1907)astro@0.21.0-next.10
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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 69c255e9b..cd0b96cba 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.9" + "astro": "^0.21.0-next.10" } } |