Skip to content

Commit 198e917

Browse files
build(deps): update dependency @mdx-js/react to v2
1 parent 6b08946 commit 198e917

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@docusaurus/core": "^2.2.0",
2121
"@docusaurus/preset-classic": "^2.2.0",
2222
"@docusaurus/theme-search-algolia": "^2.2.0",
23-
"@mdx-js/react": "^1.6.21",
23+
"@mdx-js/react": "^2.0.0",
2424
"@rive-app/react-canvas": "^3.0.38",
2525
"@svgr/webpack": "^6.5.1",
2626
"clsx": "^1.2.1",

yarn.lock

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1732,11 +1732,19 @@
17321732
unist-builder "2.0.3"
17331733
unist-util-visit "2.0.3"
17341734

1735-
"@mdx-js/react@^1.6.21", "@mdx-js/react@^1.6.22":
1735+
"@mdx-js/react@^1.6.22":
17361736
version "1.6.22"
17371737
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
17381738
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
17391739

1740+
"@mdx-js/react@^2.0.0":
1741+
version "2.3.0"
1742+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.3.0.tgz#4208bd6d70f0d0831def28ef28c26149b03180b3"
1743+
integrity sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==
1744+
dependencies:
1745+
"@types/mdx" "^2.0.0"
1746+
"@types/react" ">=16"
1747+
17401748
"@mdx-js/util@1.6.22":
17411749
version "1.6.22"
17421750
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
@@ -2060,6 +2068,11 @@
20602068
dependencies:
20612069
"@types/unist" "*"
20622070

2071+
"@types/mdx@^2.0.0":
2072+
version "2.0.5"
2073+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.5.tgz#9a85a8f70c7c4d9e695a21d5ae5c93645eda64b1"
2074+
integrity sha512-76CqzuD6Q7LC+AtbPqrvD9AqsN0k8bsYo2bM2J8pmNldP1aIPAbzUQ7QbobyXL4eLr1wK5x8FZFe8eF/ubRuBg==
2075+
20632076
"@types/mime@*":
20642077
version "3.0.1"
20652078
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -2140,6 +2153,15 @@
21402153
"@types/scheduler" "*"
21412154
csstype "^3.0.2"
21422155

2156+
"@types/react@>=16":
2157+
version "18.2.4"
2158+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.4.tgz#970e6d56f6d3fd8bd2cb1d1f042aef1d0426d08e"
2159+
integrity sha512-IvAIhJTmKAAJmCIcaa6+5uagjyh+9GvcJ/thPZcw+i+vx+22eHlTy2Q1bJg/prES57jehjebq9DnIhOTtIhmLw==
2160+
dependencies:
2161+
"@types/prop-types" "*"
2162+
"@types/scheduler" "*"
2163+
csstype "^3.0.2"
2164+
21432165
"@types/retry@0.12.0":
21442166
version "0.12.0"
21452167
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"

0 commit comments

Comments
 (0)