diff options
Diffstat (limited to 'packages/integrations/preact')
-rw-r--r-- | packages/integrations/preact/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index 47a24a4cf..9bd21fc73 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -40,12 +40,12 @@ "@preact/preset-vite": "2.8.2", "@preact/signals": "^1.3.0", "babel-plugin-transform-hook-names": "^1.0.2", - "preact-render-to-string": "^6.5.8" + "preact-render-to-string": "^6.5.9" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", - "preact": "^10.23.1" + "preact": "^10.23.2" }, "peerDependencies": { "preact": "^10.6.5" |