Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit 21dd79f

Browse files
fix(deps): update dependency @mdx-js/react to v2
1 parent 1afc340 commit 21dd79f

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@docusaurus/core": "2.1.0",
1818
"@docusaurus/plugin-pwa": "^2.1.0",
1919
"@docusaurus/preset-classic": "2.1.0",
20-
"@mdx-js/react": "^1.6.22",
20+
"@mdx-js/react": "^2.1.5",
2121
"axios": "^1.1.3",
2222
"clsx": "^1.2.1",
2323
"file-saver": "^2.0.5",

yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1742,6 +1742,14 @@
17421742
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
17431743
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
17441744

1745+
"@mdx-js/react@^2.1.5":
1746+
version "2.1.5"
1747+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.1.5.tgz#8225a867dae6f845ae5b0ec15bb454c23be3f576"
1748+
integrity sha512-3Az1I6SAWA9R38rYjz5rXBrGKeZhq96CSSyQtqY+maPj8stBsoUH5pNcmIixuGkufYsh8F5+ka2CVPo2fycWZw==
1749+
dependencies:
1750+
"@types/mdx" "^2.0.0"
1751+
"@types/react" ">=16"
1752+
17451753
"@mdx-js/util@1.6.22":
17461754
version "1.6.22"
17471755
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
@@ -2108,6 +2116,11 @@
21082116
dependencies:
21092117
"@types/unist" "*"
21102118

2119+
"@types/mdx@^2.0.0":
2120+
version "2.0.2"
2121+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.2.tgz#64be19baddba4323ae7893e077e98759316fe279"
2122+
integrity sha512-mJGfgj4aWpiKb8C0nnJJchs1sHBHn0HugkVfqqyQi7Wn6mBRksLeQsPOFvih/Pu8L1vlDzfe/LidhVHBeUk3aQ==
2123+
21112124
"@types/mime@*":
21122125
version "3.0.1"
21132126
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -2174,7 +2187,7 @@
21742187
"@types/history" "^4.7.11"
21752188
"@types/react" "*"
21762189

2177-
"@types/react@*":
2190+
"@types/react@*", "@types/react@>=16":
21782191
version "18.0.21"
21792192
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.21.tgz#b8209e9626bb00a34c76f55482697edd2b43cc67"
21802193
integrity sha512-7QUCOxvFgnD5Jk8ZKlUAhVcRj7GuJRjnjjiY/IUBWKgOlnvDvTMLD4RTF7NPyVmbRhNrbomZiOepg7M/2Kj1mA==

0 commit comments

Comments
 (0)