Skip to content

Commit

Permalink
fix(docz-core): update react-docgen-typescript-loader to fix props table
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Aug 25, 2018
1 parent 9996292 commit 34b2fdf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docz-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"mini-html-webpack-plugin": "^0.2.3",
"prettier": "^1.14.0",
"react-dev-utils": "^5.0.1",
"react-docgen-typescript-loader": "^2.1.1",
"react-docgen-typescript-loader": "^3.0.0-rc.0",
"react-hot-loader": "4.3.4",
"rehype-autolink-headings": "^2.0.3",
"rehype-docz": "^0.10.3",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10365,6 +10365,14 @@ react-docgen-typescript-loader@^2.1.1:
ajv "^6.5.0"
react-docgen-typescript "^1.6.0"

react-docgen-typescript-loader@^3.0.0-rc.0:
version "3.0.0-rc.0"
resolved "https://registry.npmjs.org/react-docgen-typescript-loader/-/react-docgen-typescript-loader-3.0.0-rc.0.tgz#f945a4672094f484d0cc5d8412d353fd7223c173"
dependencies:
"@webpack-contrib/schema-utils" "^1.0.0-beta.0"
loader-utils "^1.1.0"
react-docgen-typescript "^1.6.0"

react-docgen-typescript@^1.6.0:
version "1.6.1"
resolved "https://registry.npmjs.org/react-docgen-typescript/-/react-docgen-typescript-1.6.1.tgz#9734ffc0fecce7a58627a3cc26dc67cad908974d"
Expand Down

0 comments on commit 34b2fdf

Please sign in to comment.