Skip to content

Commit 5a58068

Browse files
fix(deps): update dependency @uiw/react-markdown-preview to v3.3.2 (#215)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 7b2f8d6 commit 5a58068

File tree

2 files changed

+20
-69
lines changed

2 files changed

+20
-69
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.0",
1717
"@rematch/loading": "2.1.0",
1818
"@uiw/react-code-preview": "1.12.1",
19-
"@uiw/react-markdown-preview": "3.3.0",
19+
"@uiw/react-markdown-preview": "3.3.2",
2020
"@uiw/react-native": "^2.7.1",
2121
"@uiw/react-native-template": "2.0.1",
2222
"@uiw/reset.css": "1.0.5",

yarn.lock

Lines changed: 19 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,6 +1507,13 @@
15071507
dependencies:
15081508
regenerator-runtime "^0.13.4"
15091509

1510+
"@babel/runtime@7.15.4":
1511+
version "7.15.4"
1512+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
1513+
integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==
1514+
dependencies:
1515+
regenerator-runtime "^0.13.4"
1516+
15101517
"@babel/standalone@7.12.18":
15111518
version "7.12.18"
15121519
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.12.18.tgz#82f28bf3570f73865626103b265cf04cab4dfb41"
@@ -3926,7 +3933,7 @@
39263933
dependencies:
39273934
source-map "^0.6.1"
39283935

3929-
"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3":
3936+
"@types/unist@*", "@types/unist@^2.0.0":
39303937
version "2.0.6"
39313938
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
39323939
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
@@ -4393,17 +4400,17 @@
43934400
dependencies:
43944401
"@uiw/utils" "^4.9.4"
43954402

4396-
"@uiw/react-markdown-preview@3.3.0":
4397-
version "3.3.0"
4398-
resolved "https://registry.yarnpkg.com/@uiw/react-markdown-preview/-/react-markdown-preview-3.3.0.tgz#564faa0b0ba355e617aeefdcefa43dbc7f4d4db3"
4399-
integrity sha512-bKtgkHIUMLHAMGVJWXhYqxrJqwKq5yNAgeMkmTY7Zb0TTBB5xZZRGeYJrGK+Z/YI9bi4DDvY/+FaI4FimhYTIg==
4403+
"@uiw/react-markdown-preview@3.3.2":
4404+
version "3.3.2"
4405+
resolved "https://registry.yarnpkg.com/@uiw/react-markdown-preview/-/react-markdown-preview-3.3.2.tgz#e704e8e1220b8fed9602677dfada03c12b0a7a13"
4406+
integrity sha512-cfXJMoNvqCudhikReTWGq5vJ0CzQsiIsnvwB80ErN2eObaBcqWRHAKvAwr5KqlzN6YnMnkvZaGouXDM/JS6Eew==
44004407
dependencies:
4401-
"@babel/runtime" "7.15.3"
4408+
"@babel/runtime" "7.15.4"
44024409
"@mapbox/rehype-prism" "0.7.0"
44034410
react-markdown "7.0.1"
44044411
rehype-autolink-headings "6.1.0"
44054412
rehype-raw "6.1.0"
4406-
rehype-rewrite "1.0.2"
4413+
rehype-rewrite "2.0.0"
44074414
rehype-slug "5.0.0"
44084415
remark-gfm "2.0.0"
44094416

@@ -6096,11 +6103,6 @@ babylon@^6.18.0:
60966103
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
60976104
integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
60986105

6099-
bail@^1.0.0:
6100-
version "1.0.5"
6101-
resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.5.tgz#b6fa133404a392cbc1f8c4bf63f5953351e7a776"
6102-
integrity sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==
6103-
61046106
bail@^2.0.0:
61056107
version "2.0.1"
61066108
resolved "https://registry.yarnpkg.com/bail/-/bail-2.0.1.tgz#d676736373a374058a935aec81b94c12ba815771"
@@ -16594,13 +16596,12 @@ rehype-raw@6.1.0:
1659416596
hast-util-raw "^7.2.0"
1659516597
unified "^10.0.0"
1659616598

16597-
rehype-rewrite@1.0.2:
16598-
version "1.0.2"
16599-
resolved "https://registry.yarnpkg.com/rehype-rewrite/-/rehype-rewrite-1.0.2.tgz#3534a954f56246e68e8b7fdaa1ea29c5d9734b12"
16600-
integrity sha512-B0cf4ziX1jJ0T2Dn6h8yA+CsUepFPrXlaNaFKTXJVRdKhpJWerMryzR5NlTjUEDPkTQb5euo3HNuJ8RFTH7qnQ==
16599+
rehype-rewrite@2.0.0:
16600+
version "2.0.0"
16601+
resolved "https://registry.yarnpkg.com/rehype-rewrite/-/rehype-rewrite-2.0.0.tgz#79a10ea252b832f0ec0ec1aa27081fdf875f20a0"
16602+
integrity sha512-94rAd44xCQG5+wdINfrq5ckNYQL04i6lx+iP2loOC9UYNAwoUeHRP7Ft3Awwk6o1adgWcTh9bRz8q3t3koDaTg==
1660116603
dependencies:
16602-
ts-mdast "1.0.0"
16603-
unified "9.2.1"
16604+
unified "10.1.0"
1660416605

1660516606
rehype-slug@5.0.0:
1660616607
version "5.0.0"
@@ -18294,11 +18295,6 @@ trim-off-newlines@^1.0.0:
1829418295
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
1829518296
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
1829618297

18297-
trough@^1.0.0:
18298-
version "1.0.5"
18299-
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
18300-
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
18301-
1830218298
trough@^2.0.0:
1830318299
version "2.0.2"
1830418300
resolved "https://registry.yarnpkg.com/trough/-/trough-2.0.2.tgz#94a3aa9d5ce379fc561f6244905b3f36b7458d96"
@@ -18309,14 +18305,6 @@ tryer@^1.0.1:
1830918305
resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8"
1831018306
integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==
1831118307

18312-
ts-mdast@1.0.0:
18313-
version "1.0.0"
18314-
resolved "https://registry.yarnpkg.com/ts-mdast/-/ts-mdast-1.0.0.tgz#62c1b5cb0c63dcab044f7f998f280700d504b57e"
18315-
integrity sha512-FmT5GbMU629/ty64741v7TdO8jm5xW09okr2VNExkLuRk5ngjKIDdn/woTB8lDtcgCMRS8lUNubImen0MkdF6g==
18316-
dependencies:
18317-
"@types/mdast" "^3.0.3"
18318-
"@types/unist" "^2.0.3"
18319-
1832018308
ts-node@10.0.0:
1832118309
version "10.0.0"
1832218310
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.0.0.tgz#05f10b9a716b0b624129ad44f0ea05dac84ba3be"
@@ -18658,18 +18646,6 @@ unified@10.1.0, unified@^10.0.0:
1865818646
trough "^2.0.0"
1865918647
vfile "^5.0.0"
1866018648

18661-
unified@9.2.1:
18662-
version "9.2.1"
18663-
resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.1.tgz#ae18d5674c114021bfdbdf73865ca60f410215a3"
18664-
integrity sha512-juWjuI8Z4xFg8pJbnEZ41b5xjGUWGHqXALmBZ3FC3WX0PIx1CZBIIJ6mXbYMcf6Yw4Fi0rFUTA1cdz/BglbOhA==
18665-
dependencies:
18666-
bail "^1.0.0"
18667-
extend "^3.0.0"
18668-
is-buffer "^2.0.0"
18669-
is-plain-obj "^2.0.0"
18670-
trough "^1.0.0"
18671-
vfile "^4.0.0"
18672-
1867318649
union-value@^1.0.0:
1867418650
version "1.0.1"
1867518651
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
@@ -18738,13 +18714,6 @@ unist-util-position@^4.0.0:
1873818714
resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-4.0.1.tgz#f8484b2da19a897a0180556d160c28633070dbb9"
1873918715
integrity sha512-mgy/zI9fQ2HlbOtTdr2w9lhVaiFUHWQnZrFF2EUoVOqtAUdzqMtNiD99qA5a1IcjWVR8O6aVYE9u7Z2z1v0SQA==
1874018716

18741-
unist-util-stringify-position@^2.0.0:
18742-
version "2.0.3"
18743-
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz#cce3bfa1cdf85ba7375d1d5b17bdc4cada9bd9da"
18744-
integrity sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==
18745-
dependencies:
18746-
"@types/unist" "^2.0.2"
18747-
1874818717
unist-util-stringify-position@^3.0.0:
1874918718
version "3.0.0"
1875018719
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-3.0.0.tgz#d517d2883d74d0daa0b565adc3d10a02b4a8cde9"
@@ -19029,14 +18998,6 @@ vfile-location@^4.0.0:
1902918998
"@types/unist" "^2.0.0"
1903018999
vfile "^5.0.0"
1903119000

19032-
vfile-message@^2.0.0:
19033-
version "2.0.4"
19034-
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-2.0.4.tgz#5b43b88171d409eae58477d13f23dd41d52c371a"
19035-
integrity sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==
19036-
dependencies:
19037-
"@types/unist" "^2.0.0"
19038-
unist-util-stringify-position "^2.0.0"
19039-
1904019001
vfile-message@^3.0.0:
1904119002
version "3.0.2"
1904219003
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-3.0.2.tgz#db7eaebe7fecb853010f2ef1664427f52baf8f74"
@@ -19045,16 +19006,6 @@ vfile-message@^3.0.0:
1904519006
"@types/unist" "^2.0.0"
1904619007
unist-util-stringify-position "^3.0.0"
1904719008

19048-
vfile@^4.0.0:
19049-
version "4.2.1"
19050-
resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.2.1.tgz#03f1dce28fc625c625bc6514350fbdb00fa9e624"
19051-
integrity sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==
19052-
dependencies:
19053-
"@types/unist" "^2.0.0"
19054-
is-buffer "^2.0.0"
19055-
unist-util-stringify-position "^2.0.0"
19056-
vfile-message "^2.0.0"
19057-
1905819009
vfile@^5.0.0:
1905919010
version "5.1.0"
1906019011
resolved "https://registry.yarnpkg.com/vfile/-/vfile-5.1.0.tgz#18e78016f0f71e98d737d40f0fca921dc264a600"

0 commit comments

Comments
 (0)