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.json4
1 files changed, 2 insertions, 2 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"
}
}