Skip to content

Commit 19212b5

Browse files
Bump @mdx-js/react from 1.6.22 to 2.1.5
Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 1.6.22 to 2.1.5. - [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.5/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 68c8c40 commit 19212b5

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.21",
19+
"@mdx-js/react": "^2.1.5",
2020
"clsx": "^1.2.1",
2121
"dayjs": "^1.11.7",
2222
"fuse.js": "^6.6.2",

yarn.lock

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,11 +1991,19 @@
19911991
unist-builder "2.0.3"
19921992
unist-util-visit "2.0.3"
19931993

1994-
"@mdx-js/react@^1.6.21", "@mdx-js/react@^1.6.22":
1994+
"@mdx-js/react@^1.6.22":
19951995
version "1.6.22"
19961996
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
19971997
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
19981998

1999+
"@mdx-js/react@^2.1.5":
2000+
version "2.1.5"
2001+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.1.5.tgz#8225a867dae6f845ae5b0ec15bb454c23be3f576"
2002+
integrity sha512-3Az1I6SAWA9R38rYjz5rXBrGKeZhq96CSSyQtqY+maPj8stBsoUH5pNcmIixuGkufYsh8F5+ka2CVPo2fycWZw==
2003+
dependencies:
2004+
"@types/mdx" "^2.0.0"
2005+
"@types/react" ">=16"
2006+
19992007
20002008
version "1.6.22"
20012009
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
@@ -2300,6 +2308,11 @@
23002308
dependencies:
23012309
"@types/unist" "*"
23022310

2311+
"@types/mdx@^2.0.0":
2312+
version "2.0.3"
2313+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.3.tgz#43fd32414f17fcbeced3578109a6edd877a2d96e"
2314+
integrity sha512-IgHxcT3RC8LzFLhKwP3gbMPeaK7BM9eBH46OdapPA7yvuIUJ8H6zHZV53J8hGZcTSnt95jANt+rTBNUUc22ACQ==
2315+
23032316
"@types/mime@^1":
23042317
version "1.3.2"
23052318
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
@@ -2366,10 +2379,10 @@
23662379
"@types/history" "^4.7.11"
23672380
"@types/react" "*"
23682381

2369-
"@types/react@*":
2370-
version "17.0.34"
2371-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.34.tgz#797b66d359b692e3f19991b6b07e4b0c706c0102"
2372-
integrity sha512-46FEGrMjc2+8XhHXILr+3+/sTe3OfzSPU9YGKILLrUYbQ1CLQC9Daqo1KzENGXAWwrFwiY0l4ZbF20gRvgpWTg==
2382+
"@types/react@*", "@types/react@>=16":
2383+
version "18.0.26"
2384+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.26.tgz#8ad59fc01fef8eaf5c74f4ea392621749f0b7917"
2385+
integrity sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==
23732386
dependencies:
23742387
"@types/prop-types" "*"
23752388
"@types/scheduler" "*"

0 commit comments

Comments
 (0)