Skip to content

Commit b4b2ed6

Browse files
Bump @mdx-js/react from 3.0.0 to 3.1.0 in /website (VirtusLab#3575)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12a2d7c commit b4b2ed6

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.7.0",
1818
"@docusaurus/preset-classic": "^3.7.0",
1919
"@easyops-cn/docusaurus-search-local": "^0.49.2",
20-
"@mdx-js/react": "^3.0.0",
20+
"@mdx-js/react": "^3.1.0",
2121
"clsx": "^2.1.1",
2222
"docusaurus-plugin-sass": "^0.2.6",
2323
"react": "^18.3.1",

website/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2170,10 +2170,10 @@
21702170
unist-util-visit "^5.0.0"
21712171
vfile "^6.0.0"
21722172

2173-
"@mdx-js/react@^3.0.0":
2174-
version "3.0.0"
2175-
resolved "https://registry.npmjs.org/@mdx-js/react/-/react-3.0.0.tgz"
2176-
integrity sha512-nDctevR9KyYFyV+m+/+S4cpzCWHqj+iHDHq3QrsWezcC+B17uZdIWgCguESUkwFhM3n/56KxWVE3V6EokrmONQ==
2173+
"@mdx-js/react@^3.0.0", "@mdx-js/react@^3.1.0":
2174+
version "3.1.0"
2175+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.0.tgz#c4522e335b3897b9a845db1dbdd2f966ae8fb0ed"
2176+
integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==
21772177
dependencies:
21782178
"@types/mdx" "^2.0.0"
21792179

0 commit comments

Comments
 (0)