summaryrefslogtreecommitdiff
path: root/examples/framework-preact/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-preact/package.json')
-rw-r--r--examples/framework-preact/package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index e7ee1c3c1..82da3f095 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -5,15 +5,14 @@
"private": true,
"scripts": {
"dev": "astro dev",
- "start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.5.4",
+ "@astrojs/preact": "^3.5.4-beta.0",
"@preact/signals": "^1.3.0",
- "astro": "^4.16.16",
- "preact": "^10.25.0"
+ "astro": "^5.0.0-beta.11",
+ "preact": "^10.24.3"
}
}