Skip to content

Commit 7700a55

Browse files
fix(deps): update dependency @mdx-js/react to v3.1.1 (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 568d4b6 commit 7700a55

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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": "3.8.1",
1818
"@docusaurus/preset-classic": "3.8.1",
19-
"@mdx-js/react": "3.1.0",
19+
"@mdx-js/react": "3.1.1",
2020
"clsx": "2.1.1",
2121
"prism-react-renderer": "2.4.1",
2222
"react": "18.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3150,10 +3150,10 @@
31503150
unist-util-visit "^5.0.0"
31513151
vfile "^6.0.0"
31523152

3153-
"@mdx-js/react@3.1.0":
3154-
version "3.1.0"
3155-
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.0.tgz#c4522e335b3897b9a845db1dbdd2f966ae8fb0ed"
3156-
integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==
3153+
"@mdx-js/react@3.1.1":
3154+
version "3.1.1"
3155+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.1.tgz#24bda7fffceb2fe256f954482123cda1be5f5fef"
3156+
integrity sha512-f++rKLQgUVYDAtECQ6fn/is15GkEH9+nZPM3MS0RcxVqoTfawHvDlSCH7JbMhAM6uJ32v3eXLvLmLvjGu7PTQw==
31573157
dependencies:
31583158
"@types/mdx" "^2.0.0"
31593159

0 commit comments

Comments
 (0)