Skip to content

Commit

Permalink
fix(docz-core): vendor react-docgen-external-proptypes-handler (#866)
Browse files Browse the repository at this point in the history
see the issue for details on the typos fixed

closes issue #727
  • Loading branch information
swyxio authored and pedronauck committed May 14, 2019
1 parent b2091fb commit efb89ee
Show file tree
Hide file tree
Showing 6 changed files with 518 additions and 8 deletions.
1 change: 0 additions & 1 deletion core/docz-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"react-dev-utils": "^9.0.1",
"react-docgen": "^4.1.1",
"react-docgen-actual-name-handler": "^1.2.0",
"react-docgen-external-proptypes-handler": "^1.0.2",
"react-docgen-typescript": "^1.12.4",
"react-hot-loader": "^4.8.4",
"recast": "^0.17.6",
Expand Down
1 change: 0 additions & 1 deletion core/docz-core/src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ declare module 'react-dev-utils/ignoredFiles'
declare module 'react-dev-utils/ModuleNotFoundPlugin'
declare module 'react-dev-utils/WatchMissingNodeModulesPlugin'
declare module 'react-dev-utils/WebpackDevServerUtils'
declare module 'react-docgen-external-proptypes-handler'
declare module 'react-docgen'
declare module 'rehype-slug'
declare module 'remark-frontmatter'
Expand Down
Loading

0 comments on commit efb89ee

Please sign in to comment.