diff options
Diffstat (limited to 'examples/framework-preact')
-rw-r--r-- | examples/framework-preact/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 23916a830..6657ffe3f 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@astrojs/preact": "^3.0.0-rc.2", - "@preact/signals": "^1.1.3", + "@preact/signals": "^1.2.1", "astro": "^3.0.0-rc.5", - "preact": "^10.15.1" + "preact": "^10.17.1" } } |