Skip to content

Commit 15bcf17

Browse files
[NPM]: Bump @mdx-js/react from 1.6.22 to 2.1.1
Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 1.6.22 to 2.1.1. - [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.1.1/packages/react) --- updated-dependencies: - dependency-name: "@mdx-js/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2cd390b commit 15bcf17

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@docusaurus/preset-classic": "^2.0.0-beta.17",
2121
"@emotion/react": "^11.8.2",
2222
"@emotion/styled": "^11.8.1",
23-
"@mdx-js/react": "^1.6.22",
23+
"@mdx-js/react": "^2.1.1",
2424
"@mui/icons-material": "^5.4.2",
2525
"@mui/material": "^5.5.3",
2626
"@svgr/webpack": "^6.2.1",

yarn.lock

+17-4
Original file line numberDiff line numberDiff line change
@@ -2070,6 +2070,14 @@
20702070
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
20712071
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
20722072

2073+
"@mdx-js/react@^2.1.1":
2074+
version "2.1.1"
2075+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.1.1.tgz#c59d844fd61b776fea8673fb77405d4e14db48c5"
2076+
integrity sha512-7zlZDf5xmWH8I0kFE4DG91COOkxjaW9DX5f1HWztZpFcVua2gJgMYfIkFaDpO/DH/tWi6Mz+OheW4194r15igg==
2077+
dependencies:
2078+
"@types/mdx" "^2.0.0"
2079+
"@types/react" ">=16"
2080+
20732081
20742082
version "1.6.22"
20752083
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
@@ -2463,6 +2471,11 @@
24632471
dependencies:
24642472
"@types/unist" "*"
24652473

2474+
"@types/mdx@^2.0.0":
2475+
version "2.0.1"
2476+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.1.tgz#e4c05d355d092d7b58db1abfe460e53f41102ac8"
2477+
integrity sha512-JPEv4iAl0I+o7g8yVWDwk30es8mfVrjkvh5UeVR2sYPpZCK44vrAPsbJpIS+rJAUxLgaSAMKTEH5Vn5qd9XsrQ==
2478+
24662479
"@types/mime@^1":
24672480
version "1.3.2"
24682481
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
@@ -2559,10 +2572,10 @@
25592572
dependencies:
25602573
"@types/react" "*"
25612574

2562-
"@types/react@*", "@types/react@^17.0.40":
2563-
version "17.0.40"
2564-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.40.tgz#dc010cee6254d5239a138083f3799a16638e6bad"
2565-
integrity sha512-UrXhD/JyLH+W70nNSufXqMZNuUD2cXHu6UjCllC6pmOQgBX4SGXOH8fjRka0O0Ee0HrFxapDD8Bwn81Kmiz6jQ==
2575+
"@types/react@*", "@types/react@>=16", "@types/react@^17.0.40":
2576+
version "17.0.43"
2577+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.43.tgz#4adc142887dd4a2601ce730bc56c3436fdb07a55"
2578+
integrity sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==
25662579
dependencies:
25672580
"@types/prop-types" "*"
25682581
"@types/scheduler" "*"

0 commit comments

Comments
 (0)