Skip to content

Commit

Permalink
fix(deps): update dependency @mdx-js/react to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 14, 2022
1 parent cbb7e79 commit 27df765
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 11 deletions.
55 changes: 46 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@docusaurus/core": "2.1.0",
"@docusaurus/preset-classic": "2.1.0",
"@mdx-js/react": "^1.6.22",
"@mdx-js/react": "^2.1.5",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
Expand Down
15 changes: 14 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1784,6 +1784,14 @@
resolved "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz"
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==

"@mdx-js/react@^2.1.5":
version "2.1.5"
resolved "https://registry.npmjs.org/@mdx-js/react/-/react-2.1.5.tgz"
integrity sha512-3Az1I6SAWA9R38rYjz5rXBrGKeZhq96CSSyQtqY+maPj8stBsoUH5pNcmIixuGkufYsh8F5+ka2CVPo2fycWZw==
dependencies:
"@types/mdx" "^2.0.0"
"@types/react" ">=16"

"@mdx-js/util@1.6.22":
version "1.6.22"
resolved "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz"
Expand Down Expand Up @@ -2174,6 +2182,11 @@
dependencies:
"@types/unist" "*"

"@types/mdx@^2.0.0":
version "2.0.2"
resolved "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.2.tgz"
integrity sha512-mJGfgj4aWpiKb8C0nnJJchs1sHBHn0HugkVfqqyQi7Wn6mBRksLeQsPOFvih/Pu8L1vlDzfe/LidhVHBeUk3aQ==

"@types/mime@*":
version "3.0.1"
resolved "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz"
Expand Down Expand Up @@ -2235,7 +2248,7 @@
"@types/history" "^4.7.11"
"@types/react" "*"

"@types/react@*":
"@types/react@*", "@types/react@>=16":
version "18.0.21"
resolved "https://registry.npmjs.org/@types/react/-/react-18.0.21.tgz"
integrity sha512-7QUCOxvFgnD5Jk8ZKlUAhVcRj7GuJRjnjjiY/IUBWKgOlnvDvTMLD4RTF7NPyVmbRhNrbomZiOepg7M/2Kj1mA==
Expand Down

0 comments on commit 27df765

Please sign in to comment.