Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Update dependency @mdx-js/react to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 16, 2022
1 parent 662a714 commit cb0ad0d
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 11 deletions.
93 changes: 84 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 @@ -17,7 +17,7 @@
"@docusaurus/core": "2.0.0-beta.14",
"@docusaurus/preset-classic": "2.0.0-beta.14",
"@docusaurus/theme-live-codeblock": "2.0.0-beta.14",
"@mdx-js/react": "1.6.22",
"@mdx-js/react": "2.1.0",
"@react-three/drei": "7.22.4",
"@react-three/fiber": "7.0.26",
"@svgr/webpack": "5.5.0",
Expand Down
15 changes: 14 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1610,6 +1610,14 @@
resolved "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz"
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==

"@mdx-js/[email protected]":
version "2.1.0"
resolved "https://registry.npmjs.org/@mdx-js/react/-/react-2.1.0.tgz"
integrity sha512-RlPnY2WcVe91pOilf3Rmu1pArKj7gSK03uoaMFKjPWTyh9t6t1VYGSX40twlpChNSPmbcQ29D0xvSBOVMWA6yw==
dependencies:
"@types/mdx" "^2.0.0"
"@types/react" ">=16"

"@mdx-js/runtime@^1.6.22":
version "1.6.22"
resolved "https://registry.npmjs.org/@mdx-js/runtime/-/runtime-1.6.22.tgz"
Expand Down Expand Up @@ -2062,6 +2070,11 @@
dependencies:
"@types/unist" "*"

"@types/mdx@^2.0.0":
version "2.0.1"
resolved "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.1.tgz"
integrity sha512-JPEv4iAl0I+o7g8yVWDwk30es8mfVrjkvh5UeVR2sYPpZCK44vrAPsbJpIS+rJAUxLgaSAMKTEH5Vn5qd9XsrQ==

"@types/mime@^1":
version "1.3.2"
resolved "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz"
Expand Down Expand Up @@ -2122,7 +2135,7 @@
hoist-non-react-statics "^3.3.0"
redux "^4.0.0"

"@types/react@*":
"@types/react@*", "@types/react@>=16":
version "17.0.33"
resolved "https://registry.npmjs.org/@types/react/-/react-17.0.33.tgz"
integrity sha512-pLWntxXpDPaU+RTAuSGWGSEL2FRTNyRQOjSWDke/rxRg14ncsZvx8AKWMWZqvc1UOaJIAoObdZhAWvRaHFi5rw==
Expand Down

0 comments on commit cb0ad0d

Please sign in to comment.