Skip to content

Commit

Permalink
Merge pull request #12577 from storybookjs/deps/uprade-react-docgen-t…
Browse files Browse the repository at this point in the history
…ypescript-plugin

Upgrade react-docgen-typescript-plugin to 0.6.0
  • Loading branch information
shilman committed Sep 25, 2020
2 parents 4661d0e + 9f6152c commit 6037f8f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/react/package.json
Expand Up @@ -52,7 +52,7 @@
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-dev-utils": "^10.0.0",
"react-docgen-typescript-plugin": "^0.5.2",
"react-docgen-typescript-plugin": "^0.6.0",
"react-dom": "^16.8.3",
"react-refresh": "^0.8.3",
"regenerator-runtime": "^0.13.3",
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Expand Up @@ -27417,7 +27417,7 @@ react-docgen-typescript-loader@^3.7.2:
loader-utils "^1.2.3"
react-docgen-typescript "^1.15.0"

react-docgen-typescript-plugin@^0.5.0, react-docgen-typescript-plugin@^0.5.2:
react-docgen-typescript-plugin@^0.5.0:
version "0.5.2"
resolved "https://registry.yarnpkg.com/react-docgen-typescript-plugin/-/react-docgen-typescript-plugin-0.5.2.tgz#2b294d75ef3145c36303da82be5d447cb67dc0dc"
integrity sha512-NQfWyWLmzUnedkiN2nPDb6Nkm68ik6fqbC3UvgjqYSeZsbKijXUA4bmV6aU7qICOXdop9PevPdjEgJuAN0nNVQ==
Expand All @@ -27429,6 +27429,18 @@ react-docgen-typescript-plugin@^0.5.0, react-docgen-typescript-plugin@^0.5.2:
react-docgen-typescript-loader "^3.7.2"
tslib "^2.0.0"

react-docgen-typescript-plugin@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/react-docgen-typescript-plugin/-/react-docgen-typescript-plugin-0.6.0.tgz#fbb465dad3c5553d9300af19ba3763e9b5a80eee"
integrity sha512-RWAo/uC3+5BcOstK+YTZquIWq2EunGFVVxiU1cnJ3+XjylwVKlJ0nZ140IsngxGIH9H5KyFCObGJwKxOTpNCdw==
dependencies:
debug "^4.1.1"
endent "^2.0.1"
micromatch "^4.0.2"
react-docgen-typescript "^1.20.1"
react-docgen-typescript-loader "^3.7.2"
tslib "^2.0.0"

react-docgen-typescript@^1.15.0, react-docgen-typescript@^1.20.1:
version "1.20.1"
resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-1.20.1.tgz#774ed8b4a7111acaaa536cad4cfd61c504a46f7e"
Expand Down

0 comments on commit 6037f8f

Please sign in to comment.