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 ce2ada0ff..732152d0b 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/alpinejs": "^0.3.0", + "@astrojs/alpinejs": "^0.3.1", "@types/alpinejs": "^3.7.2", "alpinejs": "^3.12.3", - "astro": "^3.2.2" + "astro": "^3.2.3" } } |