fix(deps): update dependency @mdx-js/react to v1.6.22 (#168)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-12-08 12:29:55 +03:00 committed by GitHub
parent 3d5ef28650
commit 943e6e1a9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1826,9 +1826,9 @@
}
},
"@mdx-js/react": {
"version": "1.6.16",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.16.tgz",
"integrity": "sha512-+FhuSVOPo7+4fZaRwWuCSRUcZkJOkZu0rfAbBKvoCg1LWb1Td8Vzi0DTLORdSvgWNbU6+EL40HIgwTOs00x2Jw=="
"version": "1.6.22",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz",
"integrity": "sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg=="
},
"@mdx-js/util": {
"version": "1.6.16",

View File

@ -13,7 +13,7 @@
"dependencies": {
"@docusaurus/core": "2.0.0-alpha.63",
"@docusaurus/preset-classic": "2.0.0-alpha.63",
"@mdx-js/react": "1.6.16",
"@mdx-js/react": "1.6.22",
"clsx": "1.1.1",
"react": "16.13.1",
"react-dom": "16.13.1"