summaryrefslogtreecommitdiff
path: root/packages/integrations/preact
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-04-10 19:12:30 -0700
committerGravatar GitHub <noreply@github.com> 2022-04-10 19:12:30 -0700
commit77c0be5b267418333c11c28d22dd600c9f62d5ef (patch)
treeeef15639d61e2205607d13cc60baf5cf8f079d73 /packages/integrations/preact
parent4ab1a12481b353132512406d863b98425333e60e (diff)
downloadastro-77c0be5b267418333c11c28d22dd600c9f62d5ef.tar.gz
astro-77c0be5b267418333c11c28d22dd600c9f62d5ef.tar.zst
astro-77c0be5b267418333c11c28d22dd600c9f62d5ef.zip
update lockfile (#3059)
Diffstat (limited to 'packages/integrations/preact')
-rw-r--r--packages/integrations/preact/package.json4
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"