Skip to content

Commit d446e4a

Browse files
authored
Merge pull request #153 from netbootxyz/renovate/mdx-monorepo
fix(deps): update dependency @mdx-js/react to v3.1.1
2 parents 07d215d + e9c11fb commit d446e4a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@docusaurus/preset-classic": "3.8.1",
1818
"@docusaurus/theme-mermaid": "3.8.1",
1919
"@docusaurus/theme-search-algolia": "3.8.1",
20-
"@mdx-js/react": "3.1.0",
20+
"@mdx-js/react": "3.1.1",
2121
"clsx": "2.1.1",
2222
"eslint": "^9.29.0",
2323
"prism-react-renderer": "2.4.1",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2189,7 +2189,14 @@
21892189
unist-util-visit "^5.0.0"
21902190
vfile "^6.0.0"
21912191

2192-
"@mdx-js/[email protected]", "@mdx-js/react@^3.0.0":
2192+
2193+
version "3.1.1"
2194+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.1.tgz#24bda7fffceb2fe256f954482123cda1be5f5fef"
2195+
integrity sha512-f++rKLQgUVYDAtECQ6fn/is15GkEH9+nZPM3MS0RcxVqoTfawHvDlSCH7JbMhAM6uJ32v3eXLvLmLvjGu7PTQw==
2196+
dependencies:
2197+
"@types/mdx" "^2.0.0"
2198+
2199+
"@mdx-js/react@^3.0.0":
21932200
version "3.1.0"
21942201
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.0.tgz#c4522e335b3897b9a845db1dbdd2f966ae8fb0ed"
21952202
integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==

0 commit comments

Comments
 (0)