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 4e164caec..e7498caba 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/alpinejs": "^0.4.7", + "@astrojs/alpinejs": "^0.4.8", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.14.9", - "astro": "^5.7.9" + "astro": "^5.7.10" } } |