Bump promisify-child-process from 3.1.4 to 4.1.0 in /desktop (#1155)
Summary: Quite keen on this as it removes a babel runtime dependency. Pull Request resolved: https://github.com/facebook/flipper/pull/1155 Reviewed By: nikoant Differential Revision: D21522869 Pulled By: passy fbshipit-source-id: 66e272e1b6a6eb78a51038f20a1717ba0196ec2c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d7035b7e7d
commit
50666e9296
@@ -36,7 +36,7 @@
|
||||
"open": "^7.0.0",
|
||||
"openssl-wrapper": "^0.3.4",
|
||||
"promise-retry": "^1.1.1",
|
||||
"promisify-child-process": "^3.1.3",
|
||||
"promisify-child-process": "^4.1.0",
|
||||
"prop-types": "^15.6.0",
|
||||
"query-string": "^6.10.1",
|
||||
"react": "16.13.0",
|
||||
|
||||
@@ -194,7 +194,7 @@
|
||||
"pkg": "^4.4.1",
|
||||
"prettier": "^2.0.0",
|
||||
"pretty-format": "^26.0.0",
|
||||
"promisify-child-process": "^3.1.3",
|
||||
"promisify-child-process": "^4.1.0",
|
||||
"react-async": "^10.0.0",
|
||||
"react-refresh": "^0.8.1",
|
||||
"recursive-readdir": "^2.2.2",
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"firefox-client": "0.3.0",
|
||||
"promisify-child-process": "^3.1.1"
|
||||
"promisify-child-process": "^4.1.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"minimist": "1.2.3"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"url": "https://fb.workplace.com/groups/wa.kaios/"
|
||||
},
|
||||
"dependencies": {
|
||||
"promisify-child-process": "^3.1.3",
|
||||
"promisify-child-process": "^4.1.0",
|
||||
"recharts": "1.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1055,7 +1055,7 @@
|
||||
core-js-pure "^3.0.0"
|
||||
regenerator-runtime "^0.13.4"
|
||||
|
||||
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.1.5", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
|
||||
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
|
||||
version "7.9.2"
|
||||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06"
|
||||
integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==
|
||||
@@ -10341,12 +10341,10 @@ promise@^7.1.1:
|
||||
dependencies:
|
||||
asap "~2.0.3"
|
||||
|
||||
promisify-child-process@^3.1.1, promisify-child-process@^3.1.3:
|
||||
version "3.1.4"
|
||||
resolved "https://registry.yarnpkg.com/promisify-child-process/-/promisify-child-process-3.1.4.tgz#3321827f283c0be30de1354bec1c6c627f02d53c"
|
||||
integrity sha512-tLifJs99E4oOXUz/dKQjRgdchfiepmYQzBVrcVX9BtUWi9aGJeGSf2KgXOWBW1JFsSYgLkl1Z9HRm8i0sf4cTg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.1.5"
|
||||
promisify-child-process@^4.1.0:
|
||||
version "4.1.0"
|
||||
resolved "https://registry.yarnpkg.com/promisify-child-process/-/promisify-child-process-4.1.0.tgz#b910c4592880c69254bae0ddd080b89a3d25182c"
|
||||
integrity sha512-oj4hb3nOOYAP4g/n4ruq2ij1mgAHJjqBGYTUfpvUQmAVh+bRcBkk11C9A/do7Ebtm6qtLDOHekVvlxNn1bFPEA==
|
||||
|
||||
prompts@^2.0.1:
|
||||
version "2.2.1"
|
||||
|
||||
Reference in New Issue
Block a user