Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit f862879

Browse files
fix(deps): update dependency preact-render-to-string to v6
1 parent da85f46 commit f862879

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"markdown-to-jsx": "7.1.9",
3333
"preact": "10.13.1",
3434
"preact-cli-plugin-netlify": "1.6.0",
35-
"preact-render-to-string": "5.2.6",
35+
"preact-render-to-string": "6.5.8",
3636
"preact-router": "4.1.0",
3737
"parse-md": "3.0.3"
3838
},

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9292,12 +9292,10 @@ preact-render-spy@1.3.0:
92929292
object.entries "^1.0.4"
92939293
preact-render-to-string "^3.6.3"
92949294

9295-
preact-render-to-string@5.2.6:
9296-
version "5.2.6"
9297-
resolved "https://registry.yarnpkg.com/preact-render-to-string/-/preact-render-to-string-5.2.6.tgz#0ff0c86cd118d30affb825193f18e92bd59d0604"
9298-
integrity sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw==
9299-
dependencies:
9300-
pretty-format "^3.8.0"
9295+
preact-render-to-string@6.5.8:
9296+
version "6.5.8"
9297+
resolved "https://registry.yarnpkg.com/preact-render-to-string/-/preact-render-to-string-6.5.8.tgz#0a78e6be0f274ad68e7bc1bec24150758d0dfd2e"
9298+
integrity sha512-VwldmyF+5G6eqTH26uyXY2+a9fh7ry8roYnIEwarB6OnT1bVN7lnlFvh0ldeKJ7/JtvMoWO5jz9tyykRlAIDyA==
93019299

93029300
preact-render-to-string@^3.6.3:
93039301
version "3.8.2"
@@ -9354,7 +9352,7 @@ pretty-error@^2.0.2:
93549352
renderkid "^2.0.1"
93559353
utila "~0.4"
93569354

9357-
pretty-format@^3.5.1, pretty-format@^3.8.0:
9355+
pretty-format@^3.5.1:
93589356
version "3.8.0"
93599357
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-3.8.0.tgz#bfbed56d5e9a776645f4b1ff7aa1a3ac4fa3c385"
93609358
integrity sha1-v77VbV6ad2ZF9LH/eqGjrE+jw4U=

0 commit comments

Comments
 (0)