summaryrefslogtreecommitdiff
path: root/examples/framework-alpine
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-alpine')
-rw-r--r--examples/framework-alpine/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index dd8c45c7b..9cfbece26 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/alpinejs": "^0.4.4",
+ "@astrojs/alpinejs": "^0.4.5",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.14.9",
- "astro": "^5.5.5"
+ "astro": "^5.5.6"
}
}