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
-rw-r--r--examples/framework-alpine/sandbox.config.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 75113f4e3..2c1bd53f8 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/alpinejs": "^0.2.2",
+ "@astrojs/alpinejs": "^0.3.0-beta.0",
"@types/alpinejs": "^3.7.1",
"alpinejs": "^3.12.2",
- "astro": "^2.10.9"
+ "astro": "^3.0.0-beta.2"
}
}
diff --git a/examples/framework-alpine/sandbox.config.json b/examples/framework-alpine/sandbox.config.json
index 9178af77d..8e476b8cc 100644
--- a/examples/framework-alpine/sandbox.config.json
+++ b/examples/framework-alpine/sandbox.config.json
@@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
- "port": 3000,
+ "port": 4321,
"startScript": "start",
"node": "14"
}