Skip to content

Commit 586c8a6

Browse files
Update dependency @mdx-js/react to v2
1 parent 633257f commit 586c8a6

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
@@ -19,7 +19,7 @@
1919
"@docusaurus/plugin-client-redirects": "^2.3.1",
2020
"@docusaurus/plugin-google-analytics": "^2.3.1",
2121
"@docusaurus/preset-classic": "^2.3.1",
22-
"@mdx-js/react": "1.6.22",
22+
"@mdx-js/react": "2.3.0",
2323
"@tailwindcss/typography": "0.5.9",
2424
"autoprefixer": "10.4.14",
2525
"clsx": "1.2.1",

yarn.lock

+15-2
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,15 @@
19181918
unist-builder "2.0.3"
19191919
unist-util-visit "2.0.3"
19201920

1921-
"@mdx-js/react@1.6.22", "@mdx-js/react@^1.6.22":
1921+
"@mdx-js/react@2.3.0":
1922+
version "2.3.0"
1923+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.3.0.tgz#4208bd6d70f0d0831def28ef28c26149b03180b3"
1924+
integrity sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==
1925+
dependencies:
1926+
"@types/mdx" "^2.0.0"
1927+
"@types/react" ">=16"
1928+
1929+
"@mdx-js/react@^1.6.22":
19221930
version "1.6.22"
19231931
resolved "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz"
19241932
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
@@ -2248,6 +2256,11 @@
22482256
dependencies:
22492257
"@types/unist" "*"
22502258

2259+
"@types/mdx@^2.0.0":
2260+
version "2.0.3"
2261+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.3.tgz#43fd32414f17fcbeced3578109a6edd877a2d96e"
2262+
integrity sha512-IgHxcT3RC8LzFLhKwP3gbMPeaK7BM9eBH46OdapPA7yvuIUJ8H6zHZV53J8hGZcTSnt95jANt+rTBNUUc22ACQ==
2263+
22512264
"@types/mime@*":
22522265
version "3.0.1"
22532266
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -2314,7 +2327,7 @@
23142327
"@types/history" "^4.7.11"
23152328
"@types/react" "*"
23162329

2317-
"@types/react@*":
2330+
"@types/react@*", "@types/react@>=16":
23182331
version "18.0.28"
23192332
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065"
23202333
integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==

0 commit comments

Comments
 (0)