Summary:
Upgrade detox version to avoid a crash, per https://github.com/wix/Detox/issues/1947#issuecomment-596547229.

Changelog: [Internal] Upgrade Detox to 15.4.4.

Reviewed By: TheSavior

Differential Revision: D20344541

fbshipit-source-id: a7a3d97b858dbbb13a796dbc3c5c0c47f3ffe556
This commit is contained in:
Chad Smith 2020-03-09 14:09:19 -07:00 коммит произвёл Facebook Github Bot
Родитель 69126069fc
Коммит f0dd701045
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -123,7 +123,7 @@
"clang-format": "^1.2.4", "clang-format": "^1.2.4",
"connect": "^3.6.5", "connect": "^3.6.5",
"coveralls": "^3.0.2", "coveralls": "^3.0.2",
"detox": "15.4.0", "detox": "15.4.4",
"eslint": "5.1.0", "eslint": "5.1.0",
"eslint-config-fb-strict": "^24.9.0", "eslint-config-fb-strict": "^24.9.0",
"eslint-config-fbjs": "2.1.0", "eslint-config-fbjs": "2.1.0",

Просмотреть файл

@ -2832,10 +2832,10 @@ detect-newline@^2.1.0:
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2" resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I= integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=
detox@15.4.0: detox@15.4.4:
version "15.4.0" version "15.4.4"
resolved "https://registry.yarnpkg.com/detox/-/detox-15.4.0.tgz#4ccc339a4ce721b74b50698175f0b12518c899bc" resolved "https://registry.yarnpkg.com/detox/-/detox-15.4.4.tgz#0f56b0eb9dd81b65e9bd6b3a8730f323dd6cd897"
integrity sha512-GZJS8uWHNv4yY7TA6N6j8tjQ4QnMg9bL2QTTsGFskh2hpJHxCEiDoDcWztOJ9/wySm0WiuGAUK8FSxZZ+E1NkA== integrity sha512-mbsw/REE3yDuq+0fbPZSktfV5OVO/80LMHsistgKUcBEEM3BrwLkZsji8a7syJj9tiDo+SsUjEzXGhQwDLlitA==
dependencies: dependencies:
"@babel/core" "^7.4.5" "@babel/core" "^7.4.5"
bunyan "^1.8.12" bunyan "^1.8.12"