Skip to content

Commit

Permalink
fix(gatsby-plugin-mdx): mdxrender should not accept components (gatsb…
Browse files Browse the repository at this point in the history
…yjs#24271)

* Remove 'components' from MDXRenderer signature

Work for gatsbyjs#21682

* Removed 'components' from MDXRenderer type

* removed components

* removed unneeded extra imports
  • Loading branch information
ViCo0TeCH committed Sep 9, 2020
1 parent 458c210 commit 9ce058b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion yarn.lock
Expand Up @@ -1851,7 +1851,12 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/node@^8.5.7":
"@types/node@*":
version "14.6.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.4.tgz#a145cc0bb14ef9c4777361b7bbafa5cf8e3acb5a"
integrity sha512-Wk7nG1JSaMfMpoMJDKUsWYugliB2Vy55pdjLpmLixeyMi7HizW2I/9QoxsPCkXl3dO+ZOVqPumKaDUv5zJu2uQ==

"@types/node@^8.5.7":
version "8.10.63"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.63.tgz#f86775d576bc07a2992da244f41c23d3ba66d402"
integrity sha512-g+nSkeHFDd2WOQChfmy9SAXLywT47WZBrGS/NC5ym5PJ8c8RC6l4pbGaUW/X0+eZJnXw6/AVNEouXWhV4iz72Q==
Expand Down

0 comments on commit 9ce058b

Please sign in to comment.