diff options
author | 2023-10-23 02:22:50 -0700 | |
---|---|---|
committer | 2023-10-23 17:22:50 +0800 | |
commit | 42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a (patch) | |
tree | ebb7fa75bdc31232cb203e7b240b79632f3d01ca /examples/framework-alpine | |
parent | e69f7292d736f9a4ee375c4fb482aadfd48445a7 (diff) | |
download | astro@3.3.3.tar.gz astro@3.3.3.tar.zst astro@3.3.3.zip |
[ci] release (#8861)astro@3.3.3@astrojs/vue@3.0.2
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 04a66b1c9..8dd4c2f7b 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -14,6 +14,6 @@ "@astrojs/alpinejs": "^0.3.1", "@types/alpinejs": "^3.7.2", "alpinejs": "^3.12.3", - "astro": "^3.3.2" + "astro": "^3.3.3" } } |