Skip to content

Commit ee55768

Browse files
fix(deps): update dependency @mdx-js/react to v3
1 parent 616ae7a commit ee55768

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@docusaurus/core": "^2.4.1",
1818
"@docusaurus/preset-classic": "^2.4.1",
19-
"@mdx-js/react": "^1.6.22",
19+
"@mdx-js/react": "^3.0.0",
2020
"autoprefixer": "^10.4.13",
2121
"clsx": "^1.2.1",
2222
"framer-motion": "^8.4.2",

yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -1736,6 +1736,13 @@
17361736
resolved "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz"
17371737
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
17381738

1739+
"@mdx-js/react@^3.0.0":
1740+
version "3.0.0"
1741+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.0.tgz#eaccaa8d6a7736b19080aff5a70448a7ba692271"
1742+
integrity sha512-nDctevR9KyYFyV+m+/+S4cpzCWHqj+iHDHq3QrsWezcC+B17uZdIWgCguESUkwFhM3n/56KxWVE3V6EokrmONQ==
1743+
dependencies:
1744+
"@types/mdx" "^2.0.0"
1745+
17391746
17401747
version "1.6.22"
17411748
resolved "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz"
@@ -2104,6 +2111,11 @@
21042111
dependencies:
21052112
"@types/unist" "*"
21062113

2114+
"@types/mdx@^2.0.0":
2115+
version "2.0.10"
2116+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.10.tgz#0d7b57fb1d83e27656156e4ee0dfba96532930e4"
2117+
integrity sha512-Rllzc5KHk0Al5/WANwgSPl1/CwjqCy+AZrGd78zuK+jO9aDM6ffblZ+zIjgPNAaEBmlO0RYDvLNh7wD0zKVgEg==
2118+
21072119
"@types/mime@*":
21082120
version "3.0.1"
21092121
resolved "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz"

0 commit comments

Comments
 (0)