Skip to content

Commit

Permalink
deps(execa): Update to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles Johnson committed Jan 22, 2020
1 parent e423b15 commit 5186115
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/config-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@beemo/core": "^1.1.1",
"@beemo/driver-webpack": "^1.2.0",
"babel-loader": "^8.0.6",
"execa": "^3.3.0",
"execa": "^4.0.0",
"fast-glob": "^3.1.1",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nimbus-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@beemo/core": "^1.1.1",
"@boost/core": "^1.17.0",
"execa": "^3.3.0",
"execa": "^4.0.0",
"fast-glob": "^3.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/nimbus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"conventional-changelog-beemo": "^1.6.0",
"edit-json-file": "^1.4.0",
"enquirer": "^2.3.4",
"execa": "^3.3.0"
"execa": "^4.0.0"
},
"devDependencies": {
"@airbnb/config-babel": "^2.2.1",
Expand Down
17 changes: 16 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5239,7 +5239,7 @@ execa@^1.0.0:
signal-exit "^3.0.0"
strip-eof "^1.0.0"

execa@^3.2.0, execa@^3.3.0, execa@^3.4.0:
execa@^3.2.0, execa@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89"
integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==
Expand All @@ -5255,6 +5255,21 @@ execa@^3.2.0, execa@^3.3.0, execa@^3.4.0:
signal-exit "^3.0.2"
strip-final-newline "^2.0.0"

execa@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.0.tgz#7f37d6ec17f09e6b8fc53288611695b6d12b9daf"
integrity sha512-JbDUxwV3BoT5ZVXQrSVbAiaXhXUkIwvbhPIwZ0N13kX+5yCzOhUNdocxB/UQRuYOHRYYwAxKYwJYc0T4D12pDA==
dependencies:
cross-spawn "^7.0.0"
get-stream "^5.0.0"
human-signals "^1.1.1"
is-stream "^2.0.0"
merge-stream "^2.0.0"
npm-run-path "^4.0.0"
onetime "^5.1.0"
signal-exit "^3.0.2"
strip-final-newline "^2.0.0"

exit@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
Expand Down

0 comments on commit 5186115

Please sign in to comment.