Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 5437fbc

Browse files
fix: upgrade @mdx-js/react from 3.0.1 to 3.1.0 (#7395)
1 parent 079c558 commit 5437fbc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@docusaurus/core": "^3.5.2",
2020
"@docusaurus/preset-classic": "^3.5.2",
2121
"@docusaurus/theme-live-codeblock": "^3.5.2",
22-
"@mdx-js/react": "^3.0.0",
22+
"@mdx-js/react": "^3.1.0",
2323
"classnames": "^2.3.2",
2424
"clsx": "^2.0.0",
2525
"docusaurus-lunr-search": "^3.5.0",

docs/yarn.lock

+7
Original file line numberDiff line numberDiff line change
@@ -2083,6 +2083,13 @@
20832083
dependencies:
20842084
"@types/mdx" "^2.0.0"
20852085

2086+
"@mdx-js/react@^3.1.0":
2087+
version "3.1.0"
2088+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.0.tgz#c4522e335b3897b9a845db1dbdd2f966ae8fb0ed"
2089+
integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==
2090+
dependencies:
2091+
"@types/mdx" "^2.0.0"
2092+
20862093
"@messageformat/parser@^5.0.0":
20872094
version "5.1.0"
20882095
resolved "https://registry.yarnpkg.com/@messageformat/parser/-/parser-5.1.0.tgz#05e4851c782d633ad735791dd0a68ee65d2a7201"

0 commit comments

Comments
 (0)