Skip to content

Commit bf6a6c1

Browse files
Bump @mdx-js/react from 3.1.0 to 3.1.1 (#467)
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 07ea43b commit bf6a6c1

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@docusaurus/theme-common": "^3.8.1",
2121
"@docusaurus/theme-mermaid": "^3.8.1",
2222
"@easyops-cn/docusaurus-search-local": "^0.52.1",
23-
"@mdx-js/react": "3.1.0",
23+
"@mdx-js/react": "3.1.1",
2424
"clsx": "^2.1.1",
2525
"prism-react-renderer": "^2.4.1",
2626
"react": "^19.1.0",

yarn.lock

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3151,7 +3151,19 @@ __metadata:
31513151
languageName: node
31523152
linkType: hard
31533153

3154-
"@mdx-js/react@npm:3.1.0, @mdx-js/react@npm:^3.0.0":
3154+
"@mdx-js/react@npm:3.1.1":
3155+
version: 3.1.1
3156+
resolution: "@mdx-js/react@npm:3.1.1"
3157+
dependencies:
3158+
"@types/mdx": "npm:^2.0.0"
3159+
peerDependencies:
3160+
"@types/react": ">=16"
3161+
react: ">=16"
3162+
checksum: 10c0/34ca98bc2a0f969894ea144dc5c8a5294690505458cd24965cd9be854d779c193ad9192bf9143c4c18438fafd1902e100d99067e045c69319288562d497558c6
3163+
languageName: node
3164+
linkType: hard
3165+
3166+
"@mdx-js/react@npm:^3.0.0":
31553167
version: 3.1.0
31563168
resolution: "@mdx-js/react@npm:3.1.0"
31573169
dependencies:
@@ -9393,7 +9405,7 @@ __metadata:
93939405
"@docusaurus/theme-common": "npm:^3.8.1"
93949406
"@docusaurus/theme-mermaid": "npm:^3.8.1"
93959407
"@easyops-cn/docusaurus-search-local": "npm:^0.52.1"
9396-
"@mdx-js/react": "npm:3.1.0"
9408+
"@mdx-js/react": "npm:3.1.1"
93979409
clsx: "npm:^2.1.1"
93989410
prism-react-renderer: "npm:^2.4.1"
93999411
react: "npm:^19.1.0"

0 commit comments

Comments
 (0)