Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit 9c07605

Browse files
fix(deps): update dependency @mdx-js/react to v2
1 parent 4f8c02f commit 9c07605

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@docusaurus/core": "2.4.0",
1818
"@docusaurus/plugin-pwa": "^2.4.0",
1919
"@docusaurus/preset-classic": "2.4.0",
20-
"@mdx-js/react": "^1.6.22",
20+
"@mdx-js/react": "^2.3.0",
2121
"axios": "^1.3.5",
2222
"clsx": "^1.2.1",
2323
"file-saver": "^2.0.5",

yarn.lock

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,6 +1756,14 @@
17561756
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
17571757
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
17581758

1759+
"@mdx-js/react@^2.3.0":
1760+
version "2.3.0"
1761+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.3.0.tgz#4208bd6d70f0d0831def28ef28c26149b03180b3"
1762+
integrity sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==
1763+
dependencies:
1764+
"@types/mdx" "^2.0.0"
1765+
"@types/react" ">=16"
1766+
17591767
"@mdx-js/util@1.6.22":
17601768
version "1.6.22"
17611769
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
@@ -2122,6 +2130,11 @@
21222130
dependencies:
21232131
"@types/unist" "*"
21242132

2133+
"@types/mdx@^2.0.0":
2134+
version "2.0.4"
2135+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.4.tgz#d1cad61ccc803b3c248c3d9990a2a6880bef537f"
2136+
integrity sha512-qCYrNdpKwN6YO6FVnx+ulfqifKlE3lQGsNhvDaW9Oxzyob/cRLBJWow8GHBBD4NxQ7BVvtsATgLsX0vZAWmtrg==
2137+
21252138
"@types/mime@*":
21262139
version "3.0.1"
21272140
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -2197,6 +2210,15 @@
21972210
"@types/scheduler" "*"
21982211
csstype "^3.0.2"
21992212

2213+
"@types/react@>=16":
2214+
version "18.0.35"
2215+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.35.tgz#192061cb1044fe01f2d3a94272cd35dd50502741"
2216+
integrity sha512-6Laome31HpetaIUGFWl1VQ3mdSImwxtFZ39rh059a1MNnKGqBpC88J6NJ8n/Is3Qx7CefDGLgf/KhN/sYCf7ag==
2217+
dependencies:
2218+
"@types/prop-types" "*"
2219+
"@types/scheduler" "*"
2220+
csstype "^3.0.2"
2221+
22002222
"@types/resolve@1.17.1":
22012223
version "1.17.1"
22022224
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.17.1.tgz#3afd6ad8967c77e4376c598a82ddd58f46ec45d6"

0 commit comments

Comments
 (0)