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 8f7957caa..be9d3d508 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/alpinejs": "^0.4.0", + "@astrojs/alpinejs": "^0.4.1", "@types/alpinejs": "^3.13.10", "alpinejs": "^3.14.3", - "astro": "^5.1.0" + "astro": "^5.1.1" } } |