Skip to content

Commit a39577d

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

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@docusaurus/preset-classic": "2.1.0",
2828
"@docusaurus/theme-live-codeblock": "2.1.0",
2929
"@easyops-cn/docusaurus-search-local": "0.31.0",
30-
"@mdx-js/react": "1.6.22",
30+
"@mdx-js/react": "2.1.3",
3131
"antd": "4.23.0",
3232
"clsx": "1.2.1",
3333
"lint-staged": "13.0.3",

yarn.lock

+15-2
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,15 @@
18221822
unist-builder "2.0.3"
18231823
unist-util-visit "2.0.3"
18241824

1825-
"@mdx-js/[email protected]", "@mdx-js/react@^1.6.22":
1825+
1826+
version "2.1.3"
1827+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.1.3.tgz#4b28a774295ed1398cf6be1b8ddef69d6a30e78d"
1828+
integrity sha512-11n4lTvvRyxq3OYbWJwEYM+7q6PE0GxKbk0AwYIIQmrRkxDeljIsjDQkKOgdr/orgRRbYy5zi+iERdnwe01CHQ==
1829+
dependencies:
1830+
"@types/mdx" "^2.0.0"
1831+
"@types/react" ">=16"
1832+
1833+
"@mdx-js/react@^1.6.22":
18261834
version "1.6.22"
18271835
resolved "https://registry.npmmirror.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
18281836
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
@@ -2230,6 +2238,11 @@
22302238
dependencies:
22312239
"@types/unist" "*"
22322240

2241+
"@types/mdx@^2.0.0":
2242+
version "2.0.2"
2243+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.2.tgz#64be19baddba4323ae7893e077e98759316fe279"
2244+
integrity sha512-mJGfgj4aWpiKb8C0nnJJchs1sHBHn0HugkVfqqyQi7Wn6mBRksLeQsPOFvih/Pu8L1vlDzfe/LidhVHBeUk3aQ==
2245+
22332246
"@types/mime@*":
22342247
version "3.0.1"
22352248
resolved "https://registry.npmmirror.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -2303,7 +2316,7 @@
23032316
"@types/history" "^4.7.11"
23042317
"@types/react" "*"
23052318

2306-
"@types/react@*", "@types/[email protected]":
2319+
"@types/react@*", "@types/[email protected]", "@types/react@>=16":
23072320
version "18.0.18"
23082321
resolved "https://registry.npmmirror.com/@types/react/-/react-18.0.18.tgz#9f16f33d57bc5d9dca848d12c3572110ff9429ac"
23092322
integrity sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==

0 commit comments

Comments
 (0)