diff --git a/app/react/package.json b/app/react/package.json index e770be949a6e..76ea5126f822 100644 --- a/app/react/package.json +++ b/app/react/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index b1e8308685c3..ad2ccd0a1de3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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== @@ -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"