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

Commit 84de25f

Browse files
Update dependency @mdx-js/react to v3
1 parent 383d39e commit 84de25f

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.0.0",
1818
"@docusaurus/preset-classic": "3.0.0",
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
@@ -2044,10 +2044,12 @@
20442044
unist-util-visit "^5.0.0"
20452045
vfile "^6.0.0"
20462046

2047-
2048-
version "1.6.22"
2049-
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
2050-
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
2047+
2048+
version "3.0.1"
2049+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.1.tgz#997a19b3a5b783d936c75ae7c47cfe62f967f746"
2050+
integrity sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==
2051+
dependencies:
2052+
"@types/mdx" "^2.0.0"
20512053

20522054
"@mdx-js/react@^3.0.0":
20532055
version "3.0.0"

0 commit comments

Comments
 (0)