Skip to content

Commit 40ccb5d

Browse files
committed
Update dependency @mdx-js/react to v2
1 parent bb79045 commit 40ccb5d

File tree

3 files changed

+64
-14
lines changed

3 files changed

+64
-14
lines changed

docusaurus/my-website/package-lock.json

+46-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docusaurus/my-website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@docusaurus/core": "2.0.0-beta.18",
1818
"@docusaurus/preset-classic": "2.0.0-beta.18",
19-
"@mdx-js/react": "1.6.22",
19+
"@mdx-js/react": "2.1.1",
2020
"clsx": "1.1.1",
2121
"prism-react-renderer": "1.3.1",
2222
"react": "17.0.2",

docusaurus/my-website/yarn.lock

+17-4
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,15 @@
16111611
unist-builder "2.0.3"
16121612
unist-util-visit "2.0.3"
16131613

1614-
"@mdx-js/[email protected]", "@mdx-js/react@^1.6.22":
1614+
1615+
version "2.1.1"
1616+
resolved "https://registry.npmjs.org/@mdx-js/react/-/react-2.1.1.tgz"
1617+
integrity sha512-7zlZDf5xmWH8I0kFE4DG91COOkxjaW9DX5f1HWztZpFcVua2gJgMYfIkFaDpO/DH/tWi6Mz+OheW4194r15igg==
1618+
dependencies:
1619+
"@types/mdx" "^2.0.0"
1620+
"@types/react" ">=16"
1621+
1622+
"@mdx-js/react@^1.6.22":
16151623
version "1.6.22"
16161624
resolved "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz"
16171625
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
@@ -1901,6 +1909,11 @@
19011909
dependencies:
19021910
"@types/unist" "*"
19031911

1912+
"@types/mdx@^2.0.0":
1913+
version "2.0.1"
1914+
resolved "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.1.tgz"
1915+
integrity sha512-JPEv4iAl0I+o7g8yVWDwk30es8mfVrjkvh5UeVR2sYPpZCK44vrAPsbJpIS+rJAUxLgaSAMKTEH5Vn5qd9XsrQ==
1916+
19041917
"@types/mime@^1":
19051918
version "1.3.2"
19061919
resolved "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz"
@@ -1962,7 +1975,7 @@
19621975
"@types/history" "^4.7.11"
19631976
"@types/react" "*"
19641977

1965-
"@types/react@*":
1978+
"@types/react@*", "@types/react@>=16":
19661979
version "17.0.40"
19671980
resolved "https://registry.npmjs.org/@types/react/-/react-17.0.40.tgz"
19681981
integrity sha512-UrXhD/JyLH+W70nNSufXqMZNuUD2cXHu6UjCllC6pmOQgBX4SGXOH8fjRka0O0Ee0HrFxapDD8Bwn81Kmiz6jQ==
@@ -5149,7 +5162,7 @@ minimatch@^3.0.4:
51495162

51505163
minimist@^1.2.0, minimist@^1.2.5:
51515164
version "1.2.6"
5152-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
5165+
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz"
51535166
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
51545167

51555168
mkdirp@^0.5.5:
@@ -5231,7 +5244,7 @@ [email protected]:
52315244

52325245
node-forge@^1.2.0:
52335246
version "1.3.0"
5234-
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.0.tgz#37a874ea723855f37db091e6c186e5b67a01d4b2"
5247+
resolved "https://registry.npmjs.org/node-forge/-/node-forge-1.3.0.tgz"
52355248
integrity sha512-08ARB91bUi6zNKzVmaj3QO7cr397uiDT2nJ63cHjyNtCTWIgvS47j3eT0WfzUwS9+6Z5YshRaoasFkXCKrIYbA==
52365249

52375250
node-releases@^2.0.2:

0 commit comments

Comments
 (0)