Skip to content

Commit ea64164

Browse files
Bump @mdx-js/react from 3.1.0 to 3.1.1 (#408)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a468879 commit ea64164

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.1",

yarn.lock

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3133,7 +3133,7 @@ __metadata:
31333133
languageName: node
31343134
linkType: hard
31353135

3136-
"@mdx-js/react@npm:^3.0.0, @mdx-js/react@npm:^3.1.0":
3136+
"@mdx-js/react@npm:^3.0.0":
31373137
version: 3.1.0
31383138
resolution: "@mdx-js/react@npm:3.1.0"
31393139
dependencies:
@@ -3145,6 +3145,18 @@ __metadata:
31453145
languageName: node
31463146
linkType: hard
31473147

3148+
"@mdx-js/react@npm:^3.1.1":
3149+
version: 3.1.1
3150+
resolution: "@mdx-js/react@npm:3.1.1"
3151+
dependencies:
3152+
"@types/mdx": "npm:^2.0.0"
3153+
peerDependencies:
3154+
"@types/react": ">=16"
3155+
react: ">=16"
3156+
checksum: 10c0/34ca98bc2a0f969894ea144dc5c8a5294690505458cd24965cd9be854d779c193ad9192bf9143c4c18438fafd1902e100d99067e045c69319288562d497558c6
3157+
languageName: node
3158+
linkType: hard
3159+
31483160
"@mermaid-js/parser@npm:^0.4.0":
31493161
version: 0.4.0
31503162
resolution: "@mermaid-js/parser@npm:0.4.0"
@@ -13175,7 +13187,7 @@ __metadata:
1317513187
"@docusaurus/theme-common": "npm:^3.8.1"
1317613188
"@docusaurus/theme-mermaid": "npm:^3.8.1"
1317713189
"@easyops-cn/docusaurus-search-local": "npm:^0.52.1"
13178-
"@mdx-js/react": "npm:^3.1.0"
13190+
"@mdx-js/react": "npm:^3.1.1"
1317913191
clsx: "npm:^2.1.1"
1318013192
prism-react-renderer: "npm:^2.4.1"
1318113193
react: "npm:^19.1.1"

0 commit comments

Comments
 (0)