summaryrefslogtreecommitdiff
path: root/examples/framework-alpine/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-alpine/package.json')
-rw-r--r--examples/framework-alpine/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index bb171d9a5..6604e5712 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/alpinejs": "^0.3.1",
- "@types/alpinejs": "^3.7.2",
- "alpinejs": "^3.12.3",
- "astro": "^3.6.4"
+ "@types/alpinejs": "^3.13.5",
+ "alpinejs": "^3.13.3",
+ "astro": "^4.0.0-beta.2"
}
}