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

Commit c29fc61

Browse files
Update dependency @mdx-js/react to v3
1 parent a3d7494 commit c29fc61

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/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.6.0",
1818
"@docusaurus/preset-classic": "3.6.0",
19-
"@mdx-js/react": "1.6.22",
19+
"@mdx-js/react": "3.1.0",
2020
"clsx": "1.2.1",
2121
"prism-react-renderer": "2.1.0",
2222
"react": "18.3.1",

src/yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2753,10 +2753,12 @@
27532753
unist-util-visit "^5.0.0"
27542754
vfile "^6.0.0"
27552755

2756-
2757-
version "1.6.22"
2758-
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
2759-
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
2756+
2757+
version "3.1.0"
2758+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.0.tgz#c4522e335b3897b9a845db1dbdd2f966ae8fb0ed"
2759+
integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==
2760+
dependencies:
2761+
"@types/mdx" "^2.0.0"
27602762

27612763
"@mdx-js/react@^3.0.0":
27622764
version "3.0.0"

0 commit comments

Comments
 (0)