diff options
author | 2022-05-05 09:56:45 -0400 | |
---|---|---|
committer | 2022-05-05 09:56:45 -0400 | |
commit | d0a4064d802604323ea806c538ba671a974f375d (patch) | |
tree | eac2c504334da4f39e06ea4bd0c3be06a2eb8721 /examples/framework-alpine/package.json | |
parent | 3795785b2d5845ebce62f0b07a38566d4727f707 (diff) | |
download | astro@1.0.0-beta.25.tar.gz astro@1.0.0-beta.25.tar.zst astro@1.0.0-beta.25.zip |
[ci] release (#3293)astro@1.0.0-beta.25
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-alpine/package.json')
-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 6af87f169..4c2986f7f 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.24" + "astro": "^1.0.0-beta.25" }, "dependencies": { "alpinejs": "^3.10.2" |