diff options
author | 2022-02-16 11:32:57 -0500 | |
---|---|---|
committer | 2022-02-16 11:32:57 -0500 | |
commit | 097d7777c427379ea2284532a0a6f801d6303219 (patch) | |
tree | 903c52e42c7ca72ea3038555809248ef6ebb314f /examples/framework-alpine | |
parent | 40c0e2b3f69e81cd7bb3fc2d8d0b3448c11b6ed8 (diff) | |
download | astro-097d7777c427379ea2284532a0a6f801d6303219.tar.gz astro-097d7777c427379ea2284532a0a6f801d6303219.tar.zst astro-097d7777c427379ea2284532a0a6f801d6303219.zip |
[ci] release (next) (#2595)astro@0.23.0-next.8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-alpine')
-rw-r--r-- | examples/framework-alpine/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 749e052ac..4b90cb604 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.7" + "astro": "^0.23.0-next.8" } } |