Skip to content

Commit 0f793c6

Browse files
Dependency (dependabot/npm): Bump @mdx-js/react in /Website (#2864)
Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 3.0.1 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 03e67a8 commit 0f793c6

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
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@docusaurus/core": "3.5.2",
1818
"@docusaurus/preset-classic": "3.5.2",
19-
"@mdx-js/react": "^3.0.0",
19+
"@mdx-js/react": "^3.1.0",
2020
"clsx": "^2.0.0",
2121
"prism-react-renderer": "^2.4.0",
2222
"react": "^18.0.0",

Website/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,10 +1754,10 @@
17541754
unist-util-visit "^5.0.0"
17551755
vfile "^6.0.0"
17561756

1757-
"@mdx-js/react@^3.0.0":
1758-
version "3.0.1"
1759-
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.1.tgz#997a19b3a5b783d936c75ae7c47cfe62f967f746"
1760-
integrity sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==
1757+
"@mdx-js/react@^3.0.0", "@mdx-js/react@^3.1.0":
1758+
version "3.1.0"
1759+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.0.tgz#c4522e335b3897b9a845db1dbdd2f966ae8fb0ed"
1760+
integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==
17611761
dependencies:
17621762
"@types/mdx" "^2.0.0"
17631763

0 commit comments

Comments
 (0)