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

Commit 6158e0c

Browse files
Update dependency @mdx-js/react to v3
1 parent 3bc3802 commit 6158e0c

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.5.1",
1818
"@docusaurus/preset-classic": "3.5.1",
19-
"@mdx-js/react": "1.6.22",
19+
"@mdx-js/react": "3.0.1",
2020
"clsx": "1.2.1",
2121
"prism-react-renderer": "2.1.0",
2222
"react": "18.2.0",

src/yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2711,10 +2711,12 @@
27112711
unist-util-visit "^5.0.0"
27122712
vfile "^6.0.0"
27132713

2714-
2715-
version "1.6.22"
2716-
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
2717-
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
2714+
2715+
version "3.0.1"
2716+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.1.tgz#997a19b3a5b783d936c75ae7c47cfe62f967f746"
2717+
integrity sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==
2718+
dependencies:
2719+
"@types/mdx" "^2.0.0"
27182720

27192721
"@mdx-js/react@^3.0.0":
27202722
version "3.0.0"

0 commit comments

Comments
 (0)