diff options
author | 2022-09-09 14:18:03 -0700 | |
---|---|---|
committer | 2022-09-09 17:18:03 -0400 | |
commit | 100b8d0583bf5043144cf2b0de7886ff26d88e27 (patch) | |
tree | 05715744a739a12b23c1df51c2c40cb0a991544f /examples/framework-alpine | |
parent | d28f7013c2b415cbf6b640f17c9678ef0ac53253 (diff) | |
download | astro@1.2.1.tar.gz astro@1.2.1.tar.zst astro@1.2.1.zip |
[ci] release (#4702)astro@1.2.1@astrojs/image@0.7.0
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 3a600b303..15d4931eb 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.2.0", + "astro": "^1.2.1", "alpinejs": "^3.10.2", "@astrojs/alpinejs": "^0.1.2", "@types/alpinejs": "^3.7.0" |