fix(deps): update dependency @mdx-js/react to v3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-10-24 18:32:03 +00:00
parent 943c4ad3a7
commit b5cb134efe
2 changed files with 5 additions and 15 deletions

View File

@ -18,7 +18,7 @@
"dependencies": {
"@docusaurus/core": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@mdx-js/react": "2.3.0",
"@mdx-js/react": "3.0.0",
"@svgr/webpack": "6.5.1",
"amplitude-js": "8.21.3",
"clsx": "1.2.1",

View File

@ -2996,13 +2996,12 @@
unist-builder "2.0.3"
unist-util-visit "2.0.3"
"@mdx-js/react@2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.3.0.tgz#4208bd6d70f0d0831def28ef28c26149b03180b3"
integrity sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==
"@mdx-js/react@3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.0.tgz#eaccaa8d6a7736b19080aff5a70448a7ba692271"
integrity sha512-nDctevR9KyYFyV+m+/+S4cpzCWHqj+iHDHq3QrsWezcC+B17uZdIWgCguESUkwFhM3n/56KxWVE3V6EokrmONQ==
dependencies:
"@types/mdx" "^2.0.0"
"@types/react" ">=16"
"@mdx-js/react@^1.6.22":
version "1.6.22"
@ -3513,15 +3512,6 @@
"@types/scheduler" "*"
csstype "^3.0.2"
"@types/react@>=16":
version "18.0.23"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.23.tgz#4190ecd58b99fa79fe2e67832bdcb287e5f893e4"
integrity sha512-R1wTULtCiJkudAN2DJGoYYySbGtOdzZyUWAACYinKdiQC8auxso4kLDUhQ7AJ2kh3F6A6z4v69U6tNY39hihVQ==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"
"@types/retry@^0.12.0":
version "0.12.1"
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"