Skip to content

Commit ad77240

Browse files
dependabot[bot]HsiangNianian
authored andcommitted
Bump @mdx-js/react from 1.6.22 to 2.2.1
Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 1.6.22 to 2.2.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.2.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 45a6fbb commit ad77240

File tree

3 files changed

+64
-14
lines changed

3 files changed

+64
-14
lines changed

package-lock.json

+46-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@docusaurus/core": "2.2.0",
1818
"@docusaurus/preset-classic": "2.2.0",
19-
"@mdx-js/react": "^1.6.22",
19+
"@mdx-js/react": "^2.2.1",
2020
"clsx": "^1.2.1",
2121
"prism-react-renderer": "^1.3.5",
2222
"react": "^17.0.2",

yarn.lock

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

2018+
"@mdx-js/react@^2.2.1":
2019+
version "2.2.1"
2020+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.2.1.tgz#5a70592418d52b1b01538c37e795034601c96ec5"
2021+
integrity sha512-YdXcMcEnqZhzql98RNrqYo9cEhTTesBiCclEtoiQUbJwx87q9453GTapYU6kJ8ZZ2ek1Vp25SiAXEFy5O/eAPw==
2022+
dependencies:
2023+
"@types/mdx" "^2.0.0"
2024+
"@types/react" ">=16"
2025+
20182026
20192027
version "1.6.22"
20202028
resolved "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
@@ -2325,6 +2333,11 @@
23252333
dependencies:
23262334
"@types/unist" "*"
23272335

2336+
"@types/mdx@^2.0.0":
2337+
version "2.0.3"
2338+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.3.tgz#43fd32414f17fcbeced3578109a6edd877a2d96e"
2339+
integrity sha512-IgHxcT3RC8LzFLhKwP3gbMPeaK7BM9eBH46OdapPA7yvuIUJ8H6zHZV53J8hGZcTSnt95jANt+rTBNUUc22ACQ==
2340+
23282341
"@types/mime@*":
23292342
version "3.0.1"
23302343
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -2391,10 +2404,10 @@
23912404
"@types/history" "^4.7.11"
23922405
"@types/react" "*"
23932406

2394-
"@types/react@*":
2395-
version "17.0.39"
2396-
resolved "https://registry.npmjs.org/@types/react/-/react-17.0.39.tgz#d0f4cde092502a6db00a1cded6e6bf2abb7633ce"
2397-
integrity sha512-UVavlfAxDd/AgAacMa60Azl7ygyQNRwC/DsHZmKgNvPmRR5p70AJ5Q9EAmL2NWOJmeV+vVUI4IAP7GZrN8h8Ug==
2407+
"@types/react@*", "@types/react@>=16":
2408+
version "18.0.27"
2409+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.27.tgz#d9425abe187a00f8a5ec182b010d4fd9da703b71"
2410+
integrity sha512-3vtRKHgVxu3Jp9t718R9BuzoD4NcQ8YJ5XRzsSKxNDiDonD2MXIT1TmSkenxuCycZJoQT5d2vE8LwWJxBC1gmA==
23982411
dependencies:
23992412
"@types/prop-types" "*"
24002413
"@types/scheduler" "*"

0 commit comments

Comments
 (0)