Greenkeeper/website/react docgen 5.2.1 (#799)

Summary:
Fix https://github.com/facebook/flipper/issues/782
Pull Request resolved: https://github.com/facebook/flipper/pull/799

Reviewed By: mweststrate

Differential Revision: D19902542

Pulled By: passy

fbshipit-source-id: 01d71b27492a7eb0a17b4c4ac370abcdd95cab3e
This commit is contained in:
greenkeeper[bot]
2020-02-14 13:05:36 -08:00
committed by Facebook Github Bot
parent d8be529307
commit 912cd1f2c3
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
"docblock-parser": "^1.0.0", "docblock-parser": "^1.0.0",
"docusaurus": "^1.11.1", "docusaurus": "^1.11.1",
"glob": "^7.1.3", "glob": "^7.1.3",
"react-docgen": "^5.0.0-beta.1" "react-docgen": "^5.2.1"
}, },
"dependencies": {}, "dependencies": {},
"resolutions": { "resolutions": {

View File

@@ -5420,10 +5420,10 @@ react-dev-utils@^9.1.0:
strip-ansi "5.2.0" strip-ansi "5.2.0"
text-table "0.2.0" text-table "0.2.0"
react-docgen@^5.0.0-beta.1: react-docgen@^5.2.1:
version "5.2.0" version "5.2.1"
resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-5.2.0.tgz#ec6f6a46cb9c66a32c703321946d3ba796689b34" resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-5.2.1.tgz#4fc0fd35966c83588e628d49f21c9208d93823a1"
integrity sha512-QzloLDy4JftSRoP0EPtTceYHEzKjDk+88bc2tvjTrIjmxznd5SS9V+vs8tUnfukPymmD8+a/aBZPfi+y+1a+Bg== integrity sha512-3nvsiDKN/KIlgRyHCdkLrm8ajjSMZ4NIHuwYTAdBvQF3O7A2tmCBB3gwTjJ4zXH8aUpIjFwlVIjffzkJHIZ5/Q==
dependencies: dependencies:
"@babel/core" "^7.7.5" "@babel/core" "^7.7.5"
"@babel/runtime" "^7.7.6" "@babel/runtime" "^7.7.6"