summaryrefslogtreecommitdiff
path: root/examples/with-nanostores/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-nanostores/package.json')
-rw-r--r--examples/with-nanostores/package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 606bd52b4..2b1e1677a 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -5,16 +5,15 @@
"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",
"@nanostores/preact": "^0.5.2",
- "astro": "^4.16.16",
+ "astro": "^5.0.0-beta.11",
"nanostores": "^0.11.3",
- "preact": "^10.25.0"
+ "preact": "^10.24.3"
}
}