summaryrefslogtreecommitdiff
path: root/examples/framework-preact
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-preact')
-rw-r--r--examples/framework-preact/package.json4
-rw-r--r--examples/framework-preact/sandbox.config.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 503a2b22b..1c38428c3 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^2.2.2",
+ "@astrojs/preact": "^3.0.0-beta.1",
"@preact/signals": "^1.1.3",
- "astro": "^2.10.9",
+ "astro": "^3.0.0-beta.2",
"preact": "^10.15.1"
}
}
diff --git a/examples/framework-preact/sandbox.config.json b/examples/framework-preact/sandbox.config.json
index 9178af77d..8e476b8cc 100644
--- a/examples/framework-preact/sandbox.config.json
+++ b/examples/framework-preact/sandbox.config.json
@@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
- "port": 3000,
+ "port": 4321,
"startScript": "start",
"node": "14"
}