Skip to content

Commit

Permalink
chore(package): update commander
Browse files Browse the repository at this point in the history
relates to #177
  • Loading branch information
macklinu committed Aug 15, 2017
1 parent 9bc5b21 commit 107e5e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dependencies:

test:
override:
- yarn danger -- run --dangerfile dangerfile.circle.js --text-only
- yarn danger -- -d dangerfile.circle.js --text-only
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"homepage": "https://github.com/danger/danger-js#readme",
"devDependencies": {
"@types/chalk": "^0.4.31",
"@types/commander": "^2.3.31",
"@types/commander": "^2.9.1",
"@types/debug": "0.0.29",
"@types/jest": "^20.0.0",
"@types/node-fetch": "^1.6.6",
Expand Down Expand Up @@ -81,7 +81,7 @@
"dependencies": {
"babel-polyfill": "^6.20.0",
"chalk": "^2.0.0",
"commander": "^2.9.0",
"commander": "^2.11.0",
"debug": "^3.0.0",
"github": "^9.2.0",
"jsome": "^2.3.25",
Expand Down
10 changes: 7 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
version "0.4.31"
resolved "https://registry.yarnpkg.com/@types/chalk/-/chalk-0.4.31.tgz#a31d74241a6b1edbb973cf36d97a2896834a51f9"

"@types/commander@^2.3.31":
version "2.3.31"
resolved "https://registry.yarnpkg.com/@types/commander/-/commander-2.3.31.tgz#c60e5517091f9e2200a5e2063a830eddac4a7036"
"@types/commander@^2.9.1":
version "2.9.1"
resolved "https://registry.yarnpkg.com/@types/commander/-/commander-2.9.1.tgz#d4e464425baf4685bd49dd233be11de9c00c0784"
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -1041,6 +1041,10 @@ combined-stream@^1.0.5, combined-stream@~1.0.5:
dependencies:
delayed-stream "~1.0.0"

commander@^2.11.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563"

commander@^2.8.1, commander@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4"
Expand Down

0 comments on commit 107e5e0

Please sign in to comment.