Skip to content

Commit c5d94f8

Browse files
Update dependency @mdx-js/react to v2
1 parent b683f15 commit c5d94f8

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@docusaurus/plugin-google-gtag": "^2.4.0",
2121
"@docusaurus/plugin-google-tag-manager": "^2.4.0",
2222
"@docusaurus/preset-classic": "^2.4.0",
23-
"@mdx-js/react": "1.6.22",
23+
"@mdx-js/react": "2.3.0",
2424
"@tailwindcss/typography": "0.5.10",
2525
"autoprefixer": "10.4.14",
2626
"clsx": "2.0.0",

yarn.lock

+23-1
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,15 @@
18251825
unist-builder "2.0.3"
18261826
unist-util-visit "2.0.3"
18271827

1828-
"@mdx-js/react@1.6.22", "@mdx-js/react@^1.6.22":
1828+
"@mdx-js/react@2.3.0":
1829+
version "2.3.0"
1830+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.3.0.tgz#4208bd6d70f0d0831def28ef28c26149b03180b3"
1831+
integrity sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==
1832+
dependencies:
1833+
"@types/mdx" "^2.0.0"
1834+
"@types/react" ">=16"
1835+
1836+
"@mdx-js/react@^1.6.22":
18291837
version "1.6.22"
18301838
resolved "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz"
18311839
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
@@ -2151,6 +2159,11 @@
21512159
dependencies:
21522160
"@types/unist" "*"
21532161

2162+
"@types/mdx@^2.0.0":
2163+
version "2.0.7"
2164+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.7.tgz#c7482e995673e01b83f8e96df83b3843ea76401f"
2165+
integrity sha512-BG4tyr+4amr3WsSEmHn/fXPqaCba/AYZ7dsaQTiavihQunHSIxk+uAtqsjvicNpyHN6cm+B9RVrUOtW9VzIKHw==
2166+
21542167
"@types/mime@*":
21552168
version "3.0.1"
21562169
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -2231,6 +2244,15 @@
22312244
"@types/scheduler" "*"
22322245
csstype "^3.0.2"
22332246

2247+
"@types/react@>=16":
2248+
version "18.2.22"
2249+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.22.tgz#abe778a1c95a07fa70df40a52d7300a40b949ccb"
2250+
integrity sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA==
2251+
dependencies:
2252+
"@types/prop-types" "*"
2253+
"@types/scheduler" "*"
2254+
csstype "^3.0.2"
2255+
22342256
"@types/retry@0.12.0":
22352257
version "0.12.0"
22362258
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"

0 commit comments

Comments
 (0)