Skip to content

Commit af128a8

Browse files
Bump @mdx-js/react from 3.1.0 to 3.1.1 (#230)
Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 3.1.0 to 3.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/3.1.1/packages/react) --- updated-dependencies: - dependency-name: "@mdx-js/react" dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32776c4 commit af128a8

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@docusaurus/core": "^3.8.1",
1717
"@docusaurus/plugin-client-redirects": "^3.8.1",
1818
"@docusaurus/preset-classic": "^3.8.1",
19-
"@mdx-js/react": "^3.1.0",
19+
"@mdx-js/react": "^3.1.1",
2020
"@tippyjs/react": "^4.2.6",
2121
"clsx": "^2.1.1",
2222
"cspell": "^9.2.0",

yarn.lock

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3339,7 +3339,7 @@ __metadata:
33393339
languageName: node
33403340
linkType: hard
33413341

3342-
"@mdx-js/react@npm:^3.0.0, @mdx-js/react@npm:^3.1.0":
3342+
"@mdx-js/react@npm:^3.0.0":
33433343
version: 3.1.0
33443344
resolution: "@mdx-js/react@npm:3.1.0"
33453345
dependencies:
@@ -3351,6 +3351,18 @@ __metadata:
33513351
languageName: node
33523352
linkType: hard
33533353

3354+
"@mdx-js/react@npm:^3.1.1":
3355+
version: 3.1.1
3356+
resolution: "@mdx-js/react@npm:3.1.1"
3357+
dependencies:
3358+
"@types/mdx": ^2.0.0
3359+
peerDependencies:
3360+
"@types/react": ">=16"
3361+
react: ">=16"
3362+
checksum: 7e1742c530dd4b5b586f9ccbc8451062b9a1b4c3c8dd00537aa910b34c7404e4120d50dbd0a19f1697ae8e600d9e5848e29fad846d2975b7c5c7d8d2bd798c83
3363+
languageName: node
3364+
linkType: hard
3365+
33543366
"@nodelib/fs.scandir@npm:2.1.5":
33553367
version: 2.1.5
33563368
resolution: "@nodelib/fs.scandir@npm:2.1.5"
@@ -6038,7 +6050,7 @@ __metadata:
60386050
"@docusaurus/core": ^3.8.1
60396051
"@docusaurus/plugin-client-redirects": ^3.8.1
60406052
"@docusaurus/preset-classic": ^3.8.1
6041-
"@mdx-js/react": ^3.1.0
6053+
"@mdx-js/react": ^3.1.1
60426054
"@tippyjs/react": ^4.2.6
60436055
clsx: ^2.1.1
60446056
cspell: ^9.2.0

0 commit comments

Comments
 (0)