diff options
author | 2022-02-16 17:45:49 -0600 | |
---|---|---|
committer | 2022-02-16 17:45:49 -0600 | |
commit | 8dcfc1bb15f64c8086707e716c44f5adad6a0d7e (patch) | |
tree | 2f2da4784bfd49ed9cec5cc5db6e4115fdb04f6c /examples/framework-vue | |
parent | 929fae684f2e375bfae2dd2b69d440abcf944378 (diff) | |
download | astro-8dcfc1bb15f64c8086707e716c44f5adad6a0d7e.tar.gz astro-8dcfc1bb15f64c8086707e716c44f5adad6a0d7e.tar.zst astro-8dcfc1bb15f64c8086707e716c44f5adad6a0d7e.zip |
[ci] release (next) (#2600)astro@0.23.0-next.9
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 a7ae1b281..2aa343afd 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.8" + "astro": "^0.23.0-next.9" } } |