Skip to content

Commit b6e013c

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

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.0.0-beta.6",
2828
"@docusaurus/theme-live-codeblock": "2.0.0-beta.6",
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.22.8",
3232
"clsx": "1.2.1",
3333
"lint-staged": "13.0.3",

yarn.lock

+15-2
Original file line numberDiff line numberDiff line change
@@ -2604,7 +2604,15 @@
26042604
unist-builder "2.0.3"
26052605
unist-util-visit "2.0.3"
26062606

2607-
"@mdx-js/[email protected]", "@mdx-js/react@^1.6.21":
2607+
2608+
version "2.1.3"
2609+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.1.3.tgz#4b28a774295ed1398cf6be1b8ddef69d6a30e78d"
2610+
integrity sha512-11n4lTvvRyxq3OYbWJwEYM+7q6PE0GxKbk0AwYIIQmrRkxDeljIsjDQkKOgdr/orgRRbYy5zi+iERdnwe01CHQ==
2611+
dependencies:
2612+
"@types/mdx" "^2.0.0"
2613+
"@types/react" ">=16"
2614+
2615+
"@mdx-js/react@^1.6.21":
26082616
version "1.6.22"
26092617
resolved "https://registry.npm.taobao.org/@mdx-js/react/download/@mdx-js/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
26102618
integrity sha1-rgm0dE/dx0cU7p+dbxembnfENXM=
@@ -2980,6 +2988,11 @@
29802988
dependencies:
29812989
"@types/unist" "*"
29822990

2991+
"@types/mdx@^2.0.0":
2992+
version "2.0.2"
2993+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.2.tgz#64be19baddba4323ae7893e077e98759316fe279"
2994+
integrity sha512-mJGfgj4aWpiKb8C0nnJJchs1sHBHn0HugkVfqqyQi7Wn6mBRksLeQsPOFvih/Pu8L1vlDzfe/LidhVHBeUk3aQ==
2995+
29832996
"@types/minimatch@*":
29842997
version "3.0.3"
29852998
resolved "https://registry.npm.taobao.org/@types/minimatch/download/@types/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -3047,7 +3060,7 @@
30473060
"@types/prop-types" "*"
30483061
csstype "^3.0.2"
30493062

3050-
3063+
"@types/[email protected]", "@types/react@>=16":
30513064
version "18.0.18"
30523065
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.18.tgz#9f16f33d57bc5d9dca848d12c3572110ff9429ac"
30533066
integrity sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==

0 commit comments

Comments
 (0)