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 c219bf7cc..0a8efc8a0 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.0.0-rc.2",
+ "@astrojs/preact": "^3.0.0-rc.3",
"@preact/signals": "^1.2.1",
- "astro": "^3.0.0-rc.8",
+ "astro": "^3.0.0-rc.9",
"preact": "^10.17.1"
}
}