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

Commit 29e94b2

Browse files
Update dependency @mdx-js/react to v3
1 parent b6becaf commit 29e94b2

File tree

2 files changed

+14
-2
lines changed

2 files changed

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

src/yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2658,7 +2658,14 @@
26582658
unist-builder "2.0.3"
26592659
unist-util-visit "2.0.3"
26602660

2661-
"@mdx-js/[email protected]", "@mdx-js/react@^1.6.22":
2661+
2662+
version "3.0.0"
2663+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.0.tgz#eaccaa8d6a7736b19080aff5a70448a7ba692271"
2664+
integrity sha512-nDctevR9KyYFyV+m+/+S4cpzCWHqj+iHDHq3QrsWezcC+B17uZdIWgCguESUkwFhM3n/56KxWVE3V6EokrmONQ==
2665+
dependencies:
2666+
"@types/mdx" "^2.0.0"
2667+
2668+
"@mdx-js/react@^1.6.22":
26622669
version "1.6.22"
26632670
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
26642671
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
@@ -2952,6 +2959,11 @@
29522959
dependencies:
29532960
"@types/unist" "*"
29542961

2962+
"@types/mdx@^2.0.0":
2963+
version "2.0.9"
2964+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.9.tgz#80971e367bb884350ab5b2ce8fc06b34960170e7"
2965+
integrity sha512-OKMdj17y8Cs+k1r0XFyp59ChSOwf8ODGtMQ4mnpfz5eFDk1aO41yN3pSKGuvVzmWAkFp37seubY1tzOVpwfWwg==
2966+
29552967
"@types/mime@^1":
29562968
version "1.3.2"
29572969
resolved "https://registry.npmmirror.com/@types/mime/download/@types/mime-1.3.2.tgz?cache=0&sync_timestamp=1637267348464&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Fmime%2Fdownload%2F%40types%2Fmime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"

0 commit comments

Comments
 (0)