Skip to content

Commit 9f3131e

Browse files
chore(deps): bump @mdx-js/react from 1.6.22 to 2.0.0
Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 1.6.22 to 2.0.0. - [Release notes](https://github.com/mdx-js/mdx/releases) - [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md) - [Commits](https://github.com/mdx-js/mdx/commits/2.0.0/packages/react) --- updated-dependencies: - dependency-name: "@mdx-js/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vincent <vincentbusiness55@gmail.com>
1 parent 5411942 commit 9f3131e

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@docusaurus/core": "2.0.0-beta.15",
2727
"@docusaurus/preset-classic": "2.0.0-beta.15",
2828
"@matteusan/sentro": "0.1.20",
29-
"@mdx-js/react": "1.6.22",
29+
"@mdx-js/react": "2.0.0",
3030
"clsx": "1.1.1",
3131
"prism-react-renderer": "1.2.1",
3232
"react": "17.0.2",

yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,6 +1637,14 @@
16371637
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
16381638
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
16391639

1640+
"@mdx-js/react@2.0.0":
1641+
version "2.0.0"
1642+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.0.0.tgz#00a9f5467d2761fe3818222740f50403f83aee2c"
1643+
integrity sha512-icpMd43xqORnHSVRwALZv3ELN3IS7VS3BL+FyH2FFergQPSQ21FX0lN+OMIs0X+3dGY1L0DLhBCkMfPO+yDG7Q==
1644+
dependencies:
1645+
"@types/mdx" "^2.0.0"
1646+
"@types/react" ">=16"
1647+
16401648
"@mdx-js/runtime@^1.6.22":
16411649
version "1.6.22"
16421650
resolved "https://registry.yarnpkg.com/@mdx-js/runtime/-/runtime-1.6.22.tgz#3edd388bf68a519ffa1aaf9c446b548165102345"
@@ -1937,6 +1945,11 @@
19371945
dependencies:
19381946
"@types/unist" "*"
19391947

1948+
"@types/mdx@^2.0.0":
1949+
version "2.0.1"
1950+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.1.tgz#e4c05d355d092d7b58db1abfe460e53f41102ac8"
1951+
integrity sha512-JPEv4iAl0I+o7g8yVWDwk30es8mfVrjkvh5UeVR2sYPpZCK44vrAPsbJpIS+rJAUxLgaSAMKTEH5Vn5qd9XsrQ==
1952+
19401953
"@types/mime@^1":
19411954
version "1.3.2"
19421955
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
@@ -2005,7 +2018,7 @@
20052018
"@types/history" "^4.7.11"
20062019
"@types/react" "*"
20072020

2008-
"@types/react@*", "@types/react@>=16.0.0":
2021+
"@types/react@*", "@types/react@>=16", "@types/react@>=16.0.0":
20092022
version "17.0.39"
20102023
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.39.tgz#d0f4cde092502a6db00a1cded6e6bf2abb7633ce"
20112024
integrity sha512-UVavlfAxDd/AgAacMa60Azl7ygyQNRwC/DsHZmKgNvPmRR5p70AJ5Q9EAmL2NWOJmeV+vVUI4IAP7GZrN8h8Ug==

0 commit comments

Comments
 (0)