Skip to content

Commit

Permalink
feat(deps): Upgrade execa to ^1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Sep 5, 2018
1 parent 6dfea52 commit 748ae4e
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 24 deletions.
2 changes: 1 addition & 1 deletion core/child-process/package.json
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"chalk": "^2.3.1",
"execa": "^0.10.0",
"execa": "^1.0.0",
"strong-log-transformer": "^1.0.6"
}
}
2 changes: 1 addition & 1 deletion core/command/package.json
Expand Up @@ -37,7 +37,7 @@
"@lerna/validation-error": "file:../validation-error",
"@lerna/write-log-file": "file:../../utils/write-log-file",
"dedent": "^0.7.0",
"execa": "^0.10.0",
"execa": "^1.0.0",
"is-ci": "^1.0.10",
"lodash": "^4.17.5",
"npmlog": "^4.1.2"
Expand Down
2 changes: 1 addition & 1 deletion helpers/cli-runner/package.json
Expand Up @@ -6,6 +6,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"execa": "^0.10.0"
"execa": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion helpers/clone-fixture/package.json
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@lerna-test/git-init": "file:../git-init",
"@lerna-test/init-fixture": "file:../init-fixture",
"execa": "^0.10.0",
"execa": "^1.0.0",
"file-url": "^2.0.2",
"tempy": "^0.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion helpers/get-commit-message/package.json
Expand Up @@ -6,6 +6,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"execa": "^0.10.0"
"execa": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion helpers/git-add/package.json
Expand Up @@ -6,6 +6,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"execa": "^0.10.0"
"execa": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion helpers/git-commit/package.json
Expand Up @@ -6,7 +6,7 @@
"private": true,
"license": "MIT",
"dependencies": {
"execa": "^0.10.0",
"execa": "^1.0.0",
"temp-write": "^3.4.0"
}
}
2 changes: 1 addition & 1 deletion helpers/git-init/package.json
Expand Up @@ -10,6 +10,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"execa": "^0.10.0"
"execa": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion helpers/git-tag/package.json
Expand Up @@ -6,6 +6,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"execa": "^0.10.0"
"execa": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion helpers/show-commit/package.json
Expand Up @@ -7,6 +7,6 @@
"license": "MIT",
"dependencies": {
"@lerna-test/serialize-git-sha": "file:../serialize-git-sha",
"execa": "^0.10.0"
"execa": "^1.0.0"
}
}
38 changes: 24 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 748ae4e

Please sign in to comment.