Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit 8925679

Browse files
fix(deps): update dependency @mdx-js/react to v3
1 parent 82c838d commit 8925679

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@docusaurus/core": "2.4.3",
1818
"@docusaurus/plugin-pwa": "^2.4.3",
1919
"@docusaurus/preset-classic": "2.4.3",
20-
"@mdx-js/react": "^1.6.22",
20+
"@mdx-js/react": "^3.0.0",
2121
"axios": "^1.5.1",
2222
"clsx": "^2.0.0",
2323
"file-saver": "^2.0.5",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,6 +1756,13 @@
17561756
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
17571757
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
17581758

1759+
"@mdx-js/react@^3.0.0":
1760+
version "3.0.0"
1761+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.0.tgz#eaccaa8d6a7736b19080aff5a70448a7ba692271"
1762+
integrity sha512-nDctevR9KyYFyV+m+/+S4cpzCWHqj+iHDHq3QrsWezcC+B17uZdIWgCguESUkwFhM3n/56KxWVE3V6EokrmONQ==
1763+
dependencies:
1764+
"@types/mdx" "^2.0.0"
1765+
17591766
17601767
version "1.6.22"
17611768
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
@@ -2122,6 +2129,11 @@
21222129
dependencies:
21232130
"@types/unist" "*"
21242131

2132+
"@types/mdx@^2.0.0":
2133+
version "2.0.9"
2134+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.9.tgz#80971e367bb884350ab5b2ce8fc06b34960170e7"
2135+
integrity sha512-OKMdj17y8Cs+k1r0XFyp59ChSOwf8ODGtMQ4mnpfz5eFDk1aO41yN3pSKGuvVzmWAkFp37seubY1tzOVpwfWwg==
2136+
21252137
"@types/mime@*":
21262138
version "3.0.1"
21272139
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"

0 commit comments

Comments
 (0)