Skip to content

Commit 7d482df

Browse files
Bump @mdx-js/react from 1.6.22 to 2.3.0 in /website
Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 1.6.22 to 2.3.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.3.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] <[email protected]>
1 parent d0d825c commit 7d482df

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@algolia/client-search": "^4.15.0",
1919
"@docusaurus/core": "^2.3.1",
2020
"@docusaurus/preset-classic": "^2.3.1",
21-
"@mdx-js/react": "^1.6.22",
21+
"@mdx-js/react": "^2.3.0",
2222
"@svgr/webpack": "^6.5.1",
2323
"browserslist": "^4.21.5",
2424
"chokidar": "^3.5.2",

website/yarn.lock

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

1788+
"@mdx-js/react@^2.3.0":
1789+
version "2.3.0"
1790+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.3.0.tgz#4208bd6d70f0d0831def28ef28c26149b03180b3"
1791+
integrity sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==
1792+
dependencies:
1793+
"@types/mdx" "^2.0.0"
1794+
"@types/react" ">=16"
1795+
17881796
17891797
version "1.6.22"
17901798
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
@@ -2117,6 +2125,11 @@
21172125
dependencies:
21182126
"@types/unist" "*"
21192127

2128+
"@types/mdx@^2.0.0":
2129+
version "2.0.3"
2130+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.3.tgz#43fd32414f17fcbeced3578109a6edd877a2d96e"
2131+
integrity sha512-IgHxcT3RC8LzFLhKwP3gbMPeaK7BM9eBH46OdapPA7yvuIUJ8H6zHZV53J8hGZcTSnt95jANt+rTBNUUc22ACQ==
2132+
21202133
"@types/mime@*":
21212134
version "3.0.1"
21222135
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -2195,7 +2208,7 @@
21952208
"@types/history" "^4.7.11"
21962209
"@types/react" "*"
21972210

2198-
"@types/react@*", "@types/react@^18.0.28":
2211+
"@types/react@*", "@types/react@>=16", "@types/react@^18.0.28":
21992212
version "18.0.28"
22002213
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065"
22012214
integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==

0 commit comments

Comments
 (0)