Skip to content

Commit 8c16c30

Browse files
build(deps): update dependency @mdx-js/react to v2
1 parent b3280bb commit 8c16c30

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
@@ -18,7 +18,7 @@
1818
"@docusaurus/core": "^2.2.0",
1919
"@docusaurus/preset-classic": "^2.2.0",
2020
"@docusaurus/theme-search-algolia": "^2.2.0",
21-
"@mdx-js/react": "^1.6.21",
21+
"@mdx-js/react": "^2.0.0",
2222
"@svgr/webpack": "^6.5.1",
2323
"clsx": "^1.2.1",
2424
"file-loader": "^6.2.0",

yarn.lock

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,11 +1729,19 @@
17291729
unist-builder "2.0.3"
17301730
unist-util-visit "2.0.3"
17311731

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

1737+
"@mdx-js/react@^2.0.0":
1738+
version "2.3.0"
1739+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.3.0.tgz#4208bd6d70f0d0831def28ef28c26149b03180b3"
1740+
integrity sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==
1741+
dependencies:
1742+
"@types/mdx" "^2.0.0"
1743+
"@types/react" ">=16"
1744+
17371745
17381746
version "1.6.22"
17391747
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
@@ -2049,6 +2057,11 @@
20492057
dependencies:
20502058
"@types/unist" "*"
20512059

2060+
"@types/mdx@^2.0.0":
2061+
version "2.0.3"
2062+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.3.tgz#43fd32414f17fcbeced3578109a6edd877a2d96e"
2063+
integrity sha512-IgHxcT3RC8LzFLhKwP3gbMPeaK7BM9eBH46OdapPA7yvuIUJ8H6zHZV53J8hGZcTSnt95jANt+rTBNUUc22ACQ==
2064+
20522065
"@types/mime@*":
20532066
version "3.0.1"
20542067
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -2115,7 +2128,7 @@
21152128
"@types/history" "^4.7.11"
21162129
"@types/react" "*"
21172130

2118-
"@types/react@*":
2131+
"@types/react@*", "@types/react@>=16":
21192132
version "18.0.28"
21202133
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065"
21212134
integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==

0 commit comments

Comments
 (0)