Skip to content

Commit 9737db0

Browse files
fix(deps): update dependency @uiw/react-markdown-preview to v3.4.1 (#316)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a5c0da7 commit 9737db0

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@rematch/core": "2.1.1",
1717
"@rematch/loading": "2.1.1",
1818
"@uiw/react-code-preview": "2.1.4",
19-
"@uiw/react-markdown-preview": "3.4.0",
19+
"@uiw/react-markdown-preview": "3.4.1",
2020
"@uiw/react-native": "2.11.1",
2121
"@uiw/react-native-template": "2.1.4",
2222
"@uiw/reset.css": "1.0.5",

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4946,14 +4946,14 @@
49464946
dependencies:
49474947
"@uiw/utils" "^4.9.7"
49484948

4949-
4950-
version "3.4.0"
4951-
resolved "https://registry.yarnpkg.com/@uiw/react-markdown-preview/-/react-markdown-preview-3.4.0.tgz#abc25b43354d539c5e7bac0ad1a4f610143911a5"
4952-
integrity sha512-s3Fo6qI0LfX9PozyCiKVsv8/bq3uJgYfBknTUB7GKqXXqZGAdvLaYGxxT1oBmqaOEyj2sBS6Yflp1qeJh65dRQ==
4949+
4950+
version "3.4.1"
4951+
resolved "https://registry.yarnpkg.com/@uiw/react-markdown-preview/-/react-markdown-preview-3.4.1.tgz#d35f0b1d6242af1e7753dd21868bcd23d952f035"
4952+
integrity sha512-bRIENpp96K7NUTcNHwN/RM/0qo7Xchiq3moaEFPI0uWBh2BlN51n6PtJH44FBZDXQutcsxe4/9MkmpFN8frOYQ==
49534953
dependencies:
49544954
"@babel/runtime" "7.15.4"
49554955
"@mapbox/rehype-prism" "0.8.0"
4956-
react-markdown "7.0.1"
4956+
react-markdown "7.1.0"
49574957
rehype-attr "2.0.6"
49584958
rehype-autolink-headings "6.1.0"
49594959
rehype-raw "6.1.0"
@@ -17152,14 +17152,15 @@ react-is@^16.13.0, react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-
1715217152
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1715317153
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
1715417154

17155-
react-markdown@7.0.1:
17156-
version "7.0.1"
17157-
resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-7.0.1.tgz#c7365fcd7d1813b3ae68f2200e8f92d47d865627"
17158-
integrity sha512-pthNPaoiwg0q7hukoE04F2ENwSzijIlWHJ4UMs/96LUe/G/P3FnbP4qHzx3FoNqae+2SqDG8vzniTLnJDeWneg==
17155+
react-markdown@7.1.0:
17156+
version "7.1.0"
17157+
resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-7.1.0.tgz#0ba62a4459daab6600ede83495a9228dae9d8f8e"
17158+
integrity sha512-hL8cLLkTydyoKlZWZOjlU6TvMYIw9qKLh1CCzVfnhKt/R/SnKVAqiyugetXY61CkjhBqJl2C5FdU3OwHYo7SrQ==
1715917159
dependencies:
1716017160
"@types/hast" "^2.0.0"
1716117161
"@types/unist" "^2.0.0"
1716217162
comma-separated-tokens "^2.0.0"
17163+
hast-util-whitespace "^2.0.0"
1716317164
prop-types "^15.0.0"
1716417165
property-information "^6.0.0"
1716517166
react-is "^17.0.0"

0 commit comments

Comments
 (0)