Skip to content

Commit 298904d

Browse files
fix(deps): update dependency @mdx-js/react to v3.1.0 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a2f3b98 commit 298904d

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.5.2",
1818
"@docusaurus/preset-classic": "3.5.2",
19-
"@mdx-js/react": "3.0.1",
19+
"@mdx-js/react": "3.1.0",
2020
"clsx": "2.1.1",
2121
"prism-react-renderer": "2.4.0",
2222
"react": "18.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2859,10 +2859,10 @@
28592859
unist-util-visit "^5.0.0"
28602860
vfile "^6.0.0"
28612861

2862-
"@mdx-js/react@3.0.1":
2863-
version "3.0.1"
2864-
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.1.tgz#997a19b3a5b783d936c75ae7c47cfe62f967f746"
2865-
integrity sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==
2862+
"@mdx-js/react@3.1.0":
2863+
version "3.1.0"
2864+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.0.tgz#c4522e335b3897b9a845db1dbdd2f966ae8fb0ed"
2865+
integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==
28662866
dependencies:
28672867
"@types/mdx" "^2.0.0"
28682868

0 commit comments

Comments
 (0)