diff options
author | 2022-03-25 18:03:58 -0500 | |
---|---|---|
committer | 2022-03-25 18:03:58 -0500 | |
commit | 779b5dd37cd2b2fa29d2fbee45a0e7125e958dd0 (patch) | |
tree | a1b33db179e52c40aa89e466fc3a682d4abeb1e1 /examples/framework-alpine/package.json | |
parent | a0d67b1d252a7ecbebb3d39a24ec11d723f6303e (diff) | |
download | astro-1e9d9ddbeba2cc1ce7da68b1e812f20f736574ea.tar.gz astro-1e9d9ddbeba2cc1ce7da68b1e812f20f736574ea.tar.zst astro-1e9d9ddbeba2cc1ce7da68b1e812f20f736574ea.zip |
[ci] release (#2892)astro@0.25.1@astrojs/solid-js@0.0.3
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 2dfd7b4b1..685602d05 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.25.0" + "astro": "^0.25.1" } } |