Skip to content

Commit 3eb6a7c

Browse files
fix(deps): update dependency @mdx-js/react to v2
1 parent 83ad7c6 commit 3eb6a7c

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
@@ -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.24.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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1819,6 +1819,14 @@
18191819
unist-builder "2.0.3"
18201820
unist-util-visit "2.0.3"
18211821

1822+
1823+
version "2.1.3"
1824+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.1.3.tgz#4b28a774295ed1398cf6be1b8ddef69d6a30e78d"
1825+
integrity sha512-11n4lTvvRyxq3OYbWJwEYM+7q6PE0GxKbk0AwYIIQmrRkxDeljIsjDQkKOgdr/orgRRbYy5zi+iERdnwe01CHQ==
1826+
dependencies:
1827+
"@types/mdx" "^2.0.0"
1828+
"@types/react" ">=16"
1829+
18221830
"@mdx-js/react@^1.6.22":
18231831
version "1.6.22"
18241832
resolved "https://registry.npmmirror.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
@@ -2227,6 +2235,11 @@
22272235
dependencies:
22282236
"@types/unist" "*"
22292237

2238+
"@types/mdx@^2.0.0":
2239+
version "2.0.2"
2240+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.2.tgz#64be19baddba4323ae7893e077e98759316fe279"
2241+
integrity sha512-mJGfgj4aWpiKb8C0nnJJchs1sHBHn0HugkVfqqyQi7Wn6mBRksLeQsPOFvih/Pu8L1vlDzfe/LidhVHBeUk3aQ==
2242+
22302243
"@types/mime@*":
22312244
version "3.0.1"
22322245
resolved "https://registry.npmmirror.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -2300,7 +2313,7 @@
23002313
"@types/history" "^4.7.11"
23012314
"@types/react" "*"
23022315

2303-
"@types/react@*", "@types/[email protected]":
2316+
"@types/react@*", "@types/[email protected]", "@types/react@>=16":
23042317
version "18.0.18"
23052318
resolved "https://registry.npmmirror.com/@types/react/-/react-18.0.18.tgz#9f16f33d57bc5d9dca848d12c3572110ff9429ac"
23062319
integrity sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==

0 commit comments

Comments
 (0)