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 e24ab9ecc..1d889b1da 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.3.0",
+ "@astrojs/preact": "^3.4.0",
"@preact/signals": "^1.2.3",
- "astro": "^4.9.3",
+ "astro": "^4.10.0",
"preact": "^10.22.0"
}
}