Skip to content

Commit a664e22

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

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@docusaurus/plugin-client-redirects": "2.4.3",
2222
"@docusaurus/preset-classic": "2.4.3",
2323
"@docusaurus/theme-search-algolia": "2.4.3",
24-
"@mdx-js/react": "1.6.22",
24+
"@mdx-js/react": "3.1.0",
2525
"@rive-app/react-canvas": "3.0.57",
2626
"@svgr/webpack": "6.5.1",
2727
"clsx": "1.2.1",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,14 @@
17861786
unist-builder "2.0.3"
17871787
unist-util-visit "2.0.3"
17881788

1789-
"@mdx-js/[email protected]", "@mdx-js/react@^1.6.22":
1789+
1790+
version "3.1.0"
1791+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.0.tgz#c4522e335b3897b9a845db1dbdd2f966ae8fb0ed"
1792+
integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==
1793+
dependencies:
1794+
"@types/mdx" "^2.0.0"
1795+
1796+
"@mdx-js/react@^1.6.22":
17901797
version "1.6.22"
17911798
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
17921799
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
@@ -2138,6 +2145,11 @@
21382145
dependencies:
21392146
"@types/unist" "^2"
21402147

2148+
"@types/mdx@^2.0.0":
2149+
version "2.0.13"
2150+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.13.tgz#68f6877043d377092890ff5b298152b0a21671bd"
2151+
integrity sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==
2152+
21412153
"@types/mime@^1":
21422154
version "1.3.5"
21432155
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.5.tgz#1ef302e01cf7d2b5a0fa526790c9123bf1d06690"

0 commit comments

Comments
 (0)