Skip to content

Commit 302023d

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

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
@@ -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.9",
2525
"autoprefixer": "10.4.14",
2626
"clsx": "1.2.1",

yarn.lock

+15-2
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,15 @@
18201820
unist-builder "2.0.3"
18211821
unist-util-visit "2.0.3"
18221822

1823-
"@mdx-js/react@1.6.22", "@mdx-js/react@^1.6.22":
1823+
"@mdx-js/react@2.3.0":
1824+
version "2.3.0"
1825+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.3.0.tgz#4208bd6d70f0d0831def28ef28c26149b03180b3"
1826+
integrity sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==
1827+
dependencies:
1828+
"@types/mdx" "^2.0.0"
1829+
"@types/react" ">=16"
1830+
1831+
"@mdx-js/react@^1.6.22":
18241832
version "1.6.22"
18251833
resolved "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz"
18261834
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
@@ -2146,6 +2154,11 @@
21462154
dependencies:
21472155
"@types/unist" "*"
21482156

2157+
"@types/mdx@^2.0.0":
2158+
version "2.0.5"
2159+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.5.tgz#9a85a8f70c7c4d9e695a21d5ae5c93645eda64b1"
2160+
integrity sha512-76CqzuD6Q7LC+AtbPqrvD9AqsN0k8bsYo2bM2J8pmNldP1aIPAbzUQ7QbobyXL4eLr1wK5x8FZFe8eF/ubRuBg==
2161+
21492162
"@types/mime@*":
21502163
version "3.0.1"
21512164
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -2217,7 +2230,7 @@
22172230
"@types/history" "^4.7.11"
22182231
"@types/react" "*"
22192232

2220-
"@types/react@*":
2233+
"@types/react@*", "@types/react@>=16":
22212234
version "18.2.6"
22222235
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.6.tgz#5cd53ee0d30ffc193b159d3516c8c8ad2f19d571"
22232236
integrity sha512-wRZClXn//zxCFW+ye/D2qY65UsYP1Fpex2YXorHc8awoNamkMZSvBxwxdYVInsHOZZd2Ppq8isnSzJL5Mpf8OA==

0 commit comments

Comments
 (0)