diff options
author | 2023-08-30 13:31:20 -0700 | |
---|---|---|
committer | 2023-08-30 16:31:20 -0400 | |
commit | 1efd51fb4779bfc2f460a5c24fd902d2d39971ad (patch) | |
tree | b4cb510b5dcf19cd5b0560ff456f562288ca45b1 /examples/framework-alpine | |
parent | d4a6ab7339043042fd62dffd30ba078edae55f86 (diff) | |
download | astro@3.0.3.tar.gz astro@3.0.3.tar.zst astro@3.0.3.zip |
[ci] release (#8304)astro@3.0.3
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 9432aab31..93b8a2bed 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -14,6 +14,6 @@ "@astrojs/alpinejs": "^0.3.0", "@types/alpinejs": "^3.7.2", "alpinejs": "^3.12.3", - "astro": "^3.0.2" + "astro": "^3.0.3" } } |