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

Commit 0344189

Browse files
fix(deps): update dependency @mdx-js/react to v2
1 parent 077aa41 commit 0344189

2 files changed

Lines changed: 23 additions & 1 deletion

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.2.0",
1818
"@docusaurus/plugin-pwa": "^2.2.0",
1919
"@docusaurus/preset-classic": "2.2.0",
20-
"@mdx-js/react": "^1.6.22",
20+
"@mdx-js/react": "^2.2.1",
2121
"axios": "^1.2.1",
2222
"clsx": "^1.2.1",
2323
"file-saver": "^2.0.5",

yarn.lock

Lines changed: 22 additions & 0 deletions
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.2.1":
1746+
version "2.2.1"
1747+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.2.1.tgz#5a70592418d52b1b01538c37e795034601c96ec5"
1748+
integrity sha512-YdXcMcEnqZhzql98RNrqYo9cEhTTesBiCclEtoiQUbJwx87q9453GTapYU6kJ8ZZ2ek1Vp25SiAXEFy5O/eAPw==
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.3"
2121+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.3.tgz#43fd32414f17fcbeced3578109a6edd877a2d96e"
2122+
integrity sha512-IgHxcT3RC8LzFLhKwP3gbMPeaK7BM9eBH46OdapPA7yvuIUJ8H6zHZV53J8hGZcTSnt95jANt+rTBNUUc22ACQ==
2123+
21112124
"@types/mime@*":
21122125
version "3.0.1"
21132126
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -2183,6 +2196,15 @@
21832196
"@types/scheduler" "*"
21842197
csstype "^3.0.2"
21852198

2199+
"@types/react@>=16":
2200+
version "18.0.26"
2201+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.26.tgz#8ad59fc01fef8eaf5c74f4ea392621749f0b7917"
2202+
integrity sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==
2203+
dependencies:
2204+
"@types/prop-types" "*"
2205+
"@types/scheduler" "*"
2206+
csstype "^3.0.2"
2207+
21862208
"@types/resolve@1.17.1":
21872209
version "1.17.1"
21882210
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.17.1.tgz#3afd6ad8967c77e4376c598a82ddd58f46ec45d6"

0 commit comments

Comments
 (0)