Skip to content

Commit 0177e40

Browse files
Update dependency @mdx-js/react to v2
1 parent 4267842 commit 0177e40

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@docusaurus/core": "2.0.0-beta.14",
1818
"@docusaurus/preset-classic": "2.0.0-beta.14",
1919
"@easyops-cn/docusaurus-search-local": "0.21.4",
20-
"@mdx-js/react": "1.6.22",
20+
"@mdx-js/react": "2.1.5",
2121
"@svgr/webpack": "6.1.2",
2222
"clsx": "1.1.1",
2323
"file-loader": "6.2.0",

yarn.lock

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,6 +1776,14 @@
17761776
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
17771777
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
17781778

1779+
1780+
version "2.1.5"
1781+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.1.5.tgz#8225a867dae6f845ae5b0ec15bb454c23be3f576"
1782+
integrity sha512-3Az1I6SAWA9R38rYjz5rXBrGKeZhq96CSSyQtqY+maPj8stBsoUH5pNcmIixuGkufYsh8F5+ka2CVPo2fycWZw==
1783+
dependencies:
1784+
"@types/mdx" "^2.0.0"
1785+
"@types/react" ">=16"
1786+
17791787
"@mdx-js/runtime@^1.6.22":
17801788
version "1.6.22"
17811789
resolved "https://registry.yarnpkg.com/@mdx-js/runtime/-/runtime-1.6.22.tgz#3edd388bf68a519ffa1aaf9c446b548165102345"
@@ -2059,6 +2067,11 @@
20592067
dependencies:
20602068
"@types/unist" "*"
20612069

2070+
"@types/mdx@^2.0.0":
2071+
version "2.0.3"
2072+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.3.tgz#43fd32414f17fcbeced3578109a6edd877a2d96e"
2073+
integrity sha512-IgHxcT3RC8LzFLhKwP3gbMPeaK7BM9eBH46OdapPA7yvuIUJ8H6zHZV53J8hGZcTSnt95jANt+rTBNUUc22ACQ==
2074+
20622075
"@types/node@*":
20632076
version "16.11.6"
20642077
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.6.tgz#6bef7a2a0ad684cf6e90fcfe31cecabd9ce0a3ae"
@@ -2093,6 +2106,15 @@
20932106
"@types/scheduler" "*"
20942107
csstype "^3.0.2"
20952108

2109+
"@types/react@>=16":
2110+
version "18.0.24"
2111+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.24.tgz#2f79ed5b27f08d05107aab45c17919754cc44c20"
2112+
integrity sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q==
2113+
dependencies:
2114+
"@types/prop-types" "*"
2115+
"@types/scheduler" "*"
2116+
csstype "^3.0.2"
2117+
20962118
"@types/retry@^0.12.0":
20972119
version "0.12.1"
20982120
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"

0 commit comments

Comments
 (0)