Skip to content

Commit e20ea72

Browse files
fix(deps): update dependency @mdx-js/react to v2
1 parent ec745e5 commit e20ea72

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.4.1",
1919
"@docusaurus/preset-classic": "2.4.1",
2020
"@easyops-cn/docusaurus-search-local": "^0.35.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": "^10.0.0",

yarn.lock

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

1782+
"@mdx-js/react@^2.0.0":
1783+
version "2.3.0"
1784+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.3.0.tgz#4208bd6d70f0d0831def28ef28c26149b03180b3"
1785+
integrity sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==
1786+
dependencies:
1787+
"@types/mdx" "^2.0.0"
1788+
"@types/react" ">=16"
1789+
17821790
"@mdx-js/util@1.6.22":
17831791
version "1.6.22"
17841792
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
@@ -2179,6 +2187,11 @@
21792187
dependencies:
21802188
"@types/unist" "*"
21812189

2190+
"@types/mdx@^2.0.0":
2191+
version "2.0.5"
2192+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.5.tgz#9a85a8f70c7c4d9e695a21d5ae5c93645eda64b1"
2193+
integrity sha512-76CqzuD6Q7LC+AtbPqrvD9AqsN0k8bsYo2bM2J8pmNldP1aIPAbzUQ7QbobyXL4eLr1wK5x8FZFe8eF/ubRuBg==
2194+
21822195
"@types/mime@*":
21832196
version "3.0.1"
21842197
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -2250,7 +2263,7 @@
22502263
"@types/history" "^4.7.11"
22512264
"@types/react" "*"
22522265

2253-
"@types/react@*", "@types/react@>=16.0.0":
2266+
"@types/react@*", "@types/react@>=16", "@types/react@>=16.0.0":
22542267
version "18.2.6"
22552268
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.6.tgz#5cd53ee0d30ffc193b159d3516c8c8ad2f19d571"
22562269
integrity sha512-wRZClXn//zxCFW+ye/D2qY65UsYP1Fpex2YXorHc8awoNamkMZSvBxwxdYVInsHOZZd2Ppq8isnSzJL5Mpf8OA==

0 commit comments

Comments
 (0)