Skip to content

Commit 881bad9

Browse files
fix(deps): update dependency @mdx-js/react to v2
1 parent 23b7ded commit 881bad9

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@docusaurus/core": "2.1.0",
1919
"@docusaurus/preset-classic": "2.1.0",
2020
"@easyops-cn/docusaurus-search-local": "^0.33.0",
21-
"@mdx-js/react": "^1.6.22",
21+
"@mdx-js/react": "^2.0.0",
2222
"clsx": "^1.2.1",
2323
"mdx-mermaid": "^v1.3.0",
2424
"mermaid": "^9.1.7",

yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1744,6 +1744,14 @@
17441744
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
17451745
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
17461746

1747+
"@mdx-js/react@^2.0.0":
1748+
version "2.1.5"
1749+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.1.5.tgz#8225a867dae6f845ae5b0ec15bb454c23be3f576"
1750+
integrity sha512-3Az1I6SAWA9R38rYjz5rXBrGKeZhq96CSSyQtqY+maPj8stBsoUH5pNcmIixuGkufYsh8F5+ka2CVPo2fycWZw==
1751+
dependencies:
1752+
"@types/mdx" "^2.0.0"
1753+
"@types/react" ">=16"
1754+
17471755
"@mdx-js/util@1.6.22":
17481756
version "1.6.22"
17491757
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
@@ -2147,6 +2155,11 @@
21472155
dependencies:
21482156
"@types/unist" "*"
21492157

2158+
"@types/mdx@^2.0.0":
2159+
version "2.0.2"
2160+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.2.tgz#64be19baddba4323ae7893e077e98759316fe279"
2161+
integrity sha512-mJGfgj4aWpiKb8C0nnJJchs1sHBHn0HugkVfqqyQi7Wn6mBRksLeQsPOFvih/Pu8L1vlDzfe/LidhVHBeUk3aQ==
2162+
21502163
"@types/mime@*":
21512164
version "3.0.1"
21522165
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -2213,7 +2226,7 @@
22132226
"@types/history" "^4.7.11"
22142227
"@types/react" "*"
22152228

2216-
"@types/react@*":
2229+
"@types/react@*", "@types/react@>=16":
22172230
version "18.0.21"
22182231
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.21.tgz#b8209e9626bb00a34c76f55482697edd2b43cc67"
22192232
integrity sha512-7QUCOxvFgnD5Jk8ZKlUAhVcRj7GuJRjnjjiY/IUBWKgOlnvDvTMLD4RTF7NPyVmbRhNrbomZiOepg7M/2Kj1mA==

0 commit comments

Comments
 (0)