Skip to content

Commit 158271f

Browse files
Bump @mdx-js/react from 3.1.0 to 3.1.1 in /website (#3865)
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 f0869c9 commit 158271f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@docusaurus/core": "^3.8.1",
1818
"@docusaurus/preset-classic": "^3.8.1",
1919
"@easyops-cn/docusaurus-search-local": "^0.52.1",
20-
"@mdx-js/react": "^3.1.0",
20+
"@mdx-js/react": "^3.1.1",
2121
"clsx": "^2.1.1",
2222
"docusaurus-plugin-sass": "^0.2.6",
2323
"react": "^19.1.1",

website/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,10 +2194,10 @@
21942194
unist-util-visit "^5.0.0"
21952195
vfile "^6.0.0"
21962196

2197-
"@mdx-js/react@^3.0.0", "@mdx-js/react@^3.1.0":
2198-
version "3.1.0"
2199-
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.0.tgz#c4522e335b3897b9a845db1dbdd2f966ae8fb0ed"
2200-
integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==
2197+
"@mdx-js/react@^3.0.0", "@mdx-js/react@^3.1.1":
2198+
version "3.1.1"
2199+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.1.tgz#24bda7fffceb2fe256f954482123cda1be5f5fef"
2200+
integrity sha512-f++rKLQgUVYDAtECQ6fn/is15GkEH9+nZPM3MS0RcxVqoTfawHvDlSCH7JbMhAM6uJ32v3eXLvLmLvjGu7PTQw==
22012201
dependencies:
22022202
"@types/mdx" "^2.0.0"
22032203

0 commit comments

Comments
 (0)