diff options
Diffstat (limited to 'examples/framework-alpine')
-rw-r--r-- | examples/framework-alpine/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 32e609cbf..048838d0b 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/alpinejs": "^0.4.5", + "@astrojs/alpinejs": "^0.4.6", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.14.9", - "astro": "^5.6.1" + "astro": "^5.6.2" } } |