Skip to content

Commit 588eece

Browse files
Bump @mdx-js/react from 3.0.0 to 3.1.0
Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 3.0.0 to 3.1.0. - [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.0/packages/react) --- updated-dependencies: - dependency-name: "@mdx-js/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d3a3905 commit 588eece

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/traverse": "^7.26.5",
1919
"@docusaurus/core": "3.5.2",
2020
"@docusaurus/preset-classic": "3.5.2",
21-
"@mdx-js/react": "^3.0.0",
21+
"@mdx-js/react": "^3.1.0",
2222
"@types/node": "18.15.11",
2323
"@types/react": "18.3.5",
2424
"clsx": "^2.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,10 +2504,10 @@
25042504
unist-util-visit "^5.0.0"
25052505
vfile "^6.0.0"
25062506

2507-
"@mdx-js/react@^3.0.0":
2508-
version "3.0.0"
2509-
resolved "https://registry.npmjs.org/@mdx-js/react/-/react-3.0.0.tgz"
2510-
integrity sha512-nDctevR9KyYFyV+m+/+S4cpzCWHqj+iHDHq3QrsWezcC+B17uZdIWgCguESUkwFhM3n/56KxWVE3V6EokrmONQ==
2507+
"@mdx-js/react@^3.0.0", "@mdx-js/react@^3.1.0":
2508+
version "3.1.0"
2509+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.0.tgz#c4522e335b3897b9a845db1dbdd2f966ae8fb0ed"
2510+
integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==
25112511
dependencies:
25122512
"@types/mdx" "^2.0.0"
25132513

0 commit comments

Comments
 (0)