Skip to content

Commit 0e07b23

Browse files
build(deps): update dependency @mdx-js/react to v2
1 parent 1d553c4 commit 0e07b23

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
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: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,11 +1731,19 @@
17311731
unist-builder "2.0.3"
17321732
unist-util-visit "2.0.3"
17331733

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

1739+
"@mdx-js/react@^2.0.0":
1740+
version "2.3.0"
1741+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.3.0.tgz#4208bd6d70f0d0831def28ef28c26149b03180b3"
1742+
integrity sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==
1743+
dependencies:
1744+
"@types/mdx" "^2.0.0"
1745+
"@types/react" ">=16"
1746+
17391747
"@mdx-js/util@1.6.22":
17401748
version "1.6.22"
17411749
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
@@ -2063,6 +2071,11 @@
20632071
dependencies:
20642072
"@types/unist" "*"
20652073

2074+
"@types/mdx@^2.0.0":
2075+
version "2.0.4"
2076+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.4.tgz#d1cad61ccc803b3c248c3d9990a2a6880bef537f"
2077+
integrity sha512-qCYrNdpKwN6YO6FVnx+ulfqifKlE3lQGsNhvDaW9Oxzyob/cRLBJWow8GHBBD4NxQ7BVvtsATgLsX0vZAWmtrg==
2078+
20662079
"@types/mime@*":
20672080
version "3.0.1"
20682081
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -2129,7 +2142,7 @@
21292142
"@types/history" "^4.7.11"
21302143
"@types/react" "*"
21312144

2132-
"@types/react@*":
2145+
"@types/react@*", "@types/react@>=16":
21332146
version "18.0.31"
21342147
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.31.tgz#a69ef8dd7bfa849734d258c793a8fe343a338205"
21352148
integrity sha512-EEG67of7DsvRDU6BLLI0p+k1GojDLz9+lZsnCpCRTa/lOokvyPBvp8S5x+A24hME3yyQuIipcP70KJ6H7Qupww==

0 commit comments

Comments
 (0)