diff options
Diffstat (limited to 'packages/integrations/preact/package.json')
-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 3c3d89f9f..d98f25bc3 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -31,12 +31,12 @@ }, "dependencies": { "@babel/plugin-transform-react-jsx": "^7.17.3", - "preact-render-to-string": "^5.1.20" + "preact-render-to-string": "^5.1.21" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", - "preact": "^10.7.0" + "preact": "^10.7.1" }, "peerDependencies": { "preact": "^10.6.5" |