diff --git a/website/package.json b/website/package.json index 91a36bd5f..1d7bb8f82 100644 --- a/website/package.json +++ b/website/package.json @@ -14,7 +14,7 @@ "docblock-parser": "^1.0.0", "docusaurus": "^1.11.1", "glob": "^7.1.3", - "react-docgen": "^5.0.0-beta.1" + "react-docgen": "^5.2.1" }, "dependencies": {}, "resolutions": { diff --git a/website/yarn.lock b/website/yarn.lock index a397e3cf8..43b8d01f8 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -5420,10 +5420,10 @@ react-dev-utils@^9.1.0: strip-ansi "5.2.0" text-table "0.2.0" -react-docgen@^5.0.0-beta.1: - version "5.2.0" - resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-5.2.0.tgz#ec6f6a46cb9c66a32c703321946d3ba796689b34" - integrity sha512-QzloLDy4JftSRoP0EPtTceYHEzKjDk+88bc2tvjTrIjmxznd5SS9V+vs8tUnfukPymmD8+a/aBZPfi+y+1a+Bg== +react-docgen@^5.2.1: + version "5.2.1" + resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-5.2.1.tgz#4fc0fd35966c83588e628d49f21c9208d93823a1" + integrity sha512-3nvsiDKN/KIlgRyHCdkLrm8ajjSMZ4NIHuwYTAdBvQF3O7A2tmCBB3gwTjJ4zXH8aUpIjFwlVIjffzkJHIZ5/Q== dependencies: "@babel/core" "^7.7.5" "@babel/runtime" "^7.7.6"