diff options
author | 2023-11-22 22:37:18 +0800 | |
---|---|---|
committer | 2023-11-22 22:37:18 +0800 | |
commit | 19fd19f3934a115471e5caff08fe5b8ba404b739 (patch) | |
tree | 8802cfef36ad13cfe9b9b24b3480d4612cf3f76e /examples/framework-alpine | |
parent | 710be505c9ddf416e77a75343d8cae9c497d72c6 (diff) | |
parent | 4d1274c47987bf3c247f0ad02309f3c2b9968d6e (diff) | |
download | astro-19fd19f3934a115471e5caff08fe5b8ba404b739.tar.gz astro-19fd19f3934a115471e5caff08fe5b8ba404b739.tar.zst astro-19fd19f3934a115471e5caff08fe5b8ba404b739.zip |
Merge branch 'main' into next
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 9e25ec9fc..be3bdaf24 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.13.5", "alpinejs": "^3.13.3", - "astro": "^3.5.5" + "astro": "^3.6.0" } } |