Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Sep 14, 2018
1 parent 337df0f commit 6d3be5a
Show file tree
Hide file tree
Showing 25 changed files with 386 additions and 331 deletions.
8 changes: 4 additions & 4 deletions packages/addons-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"co": "4.6.0",
"co-wait": "0.0.0",
"heroku-cli-util": "^8.0.10",
"lodash": "^4.17.10",
"printf": "0.3.0"
"lodash": "^4.17.11",
"printf": "0.5.1"
},
"devDependencies": {
"@oclif/dev-cli": "^1.18.0",
"@oclif/plugin-legacy": "^1.1.0",
"@oclif/plugin-legacy": "^1.1.1",
"chai": "^4.1.2",
"lolex": "^2.7.4",
"mocha": "^5.2.0",
"nock": "9.0.13",
"nyc": "^13.0.1",
"sinon": "^6.2.0",
"sinon": "^6.3.3",
"unexpected": "^10.39.0"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/apps-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/apps-v5/<%- commandPath %>"
},
"dependencies": {
"@heroku-cli/command": "^8.1.28",
"@heroku-cli/command": "^8.1.29",
"co": "^4.6.0",
"filesize": "^3.5.11",
"fs-extra": "^7.0.0",
"heroku-cli-util": "^8.0.10",
"inquirer": "^6.2.0",
"js-yaml": "^3.9.1",
"lodash": "^4.17.10",
"lodash": "^4.17.11",
"shell-escape": "^0.2.0",
"sparkline": "^0.2.0",
"strftime": "^0.10.0",
Expand All @@ -31,7 +31,7 @@
},
"devDependencies": {
"@oclif/dev-cli": "^1.18.0",
"@oclif/plugin-legacy": "^1.1.0",
"@oclif/plugin-legacy": "^1.1.1",
"chai": "^4.1.2",
"lolex": "^2.7.4",
"mocha": "^5.2.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.10",
"@heroku-cli/command": "^8.1.28",
"@oclif/command": "^1.5.0",
"@oclif/config": "^1.7.4",
"cli-ux": "^4.8.1",
"@heroku-cli/command": "^8.1.29",
"@oclif/command": "^1.5.1",
"@oclif/config": "^1.7.6",
"cli-ux": "^4.8.2",
"date-fns": "^2.0.0-alpha.8"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@heroku-cli/schema": "^1.0.19",
"@heroku-cli/schema": "^1.0.21",
"@oclif/dev-cli": "^1.18.0",
"@oclif/plugin-help": "^2.1.1",
"@oclif/test": "^1.2.0",
"@oclif/plugin-help": "^2.1.2",
"@oclif/test": "^1.2.1",
"@oclif/tslint": "^3.0.1",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
Expand Down
14 changes: 7 additions & 7 deletions packages/autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"author": "Philipe Navarro @RasPhilCo",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/command": "^8.1.28",
"@oclif/command": "1.5.0",
"@oclif/config": "1.7.4",
"@heroku-cli/command": "^8.1.29",
"@oclif/command": "1.5.1",
"@oclif/config": "1.7.6",
"chalk": "^2.4.1",
"cli-ux": "^4.8.1",
"debug": "^3.1.0",
"cli-ux": "^4.8.2",
"debug": "^4.0.1",
"fs-extra": "^7.0.0",
"lodash.flatten": "^4.4.0",
"tslib": "1.9.3"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@oclif/dev-cli": "1.18.0",
"@oclif/plugin-help": "2.1.1",
"@oclif/test": "1.2.0",
"@oclif/plugin-help": "2.1.2",
"@oclif/test": "1.2.1",
"@oclif/tslint": "3.1.0",
"@types/chai": "4.1.4",
"@types/fs-extra": "^5.0.4",
Expand Down
14 changes: 7 additions & 7 deletions packages/buildpacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.5",
"@heroku-cli/command": "^8.1.28",
"@oclif/config": "^1.7.4",
"@oclif/plugin-legacy": "^1.0.15",
"@heroku-cli/command": "^8.1.29",
"@oclif/config": "^1.7.6",
"@oclif/plugin-legacy": "^1.1.1",
"@types/ansi-styles": "^3.2.0",
"@types/lodash": "^4.14.108",
"@types/supports-color": "^5.3.0",
"buildpack-registry": "^1.0.1",
"cli-ux": "^4.8.1",
"cli-ux": "^4.8.2",
"heroku-cli-util": "^8.0.0",
"http-call": "^5.2.2",
"lodash": "^4.14.0",
"lodash": "^4.17.11",
"true-myth": "^2.1.5",
"valid-url": "^1.0.9"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@oclif/dev-cli": "^1.18.0",
"@oclif/plugin-help": "^2.1.1",
"@oclif/test": "^1",
"@oclif/plugin-help": "^2.1.2",
"@oclif/test": "^1.2.1",
"@oclif/tslint": "^3.0.1",
"@types/chai": "^4",
"@types/mocha": "^5",
Expand Down
4 changes: 2 additions & 2 deletions packages/certs-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"date-fns": "^1.29.0",
"heroku-cli-util": "^8.0.10",
"inquirer": "^6.2.0",
"lodash": "4.17.10",
"lodash": "4.17.11",
"psl": "^1.1.29"
},
"devDependencies": {
"@oclif/dev-cli": "^1.18.0",
"@oclif/plugin-legacy": "^1.1.0",
"@oclif/plugin-legacy": "^1.1.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"lolex": "^2.7.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/certs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/command": "^8.1.28",
"@oclif/command": "^1.5.0",
"@oclif/config": "^1.7.4",
"@heroku-cli/command": "^8.1.29",
"@oclif/command": "^1.5.1",
"@oclif/config": "^1.7.6",
"tslib": "^1.9.3"
},
"devDependencies": {
"@oclif/dev-cli": "^1.18.0",
"@oclif/plugin-help": "^2.1.1",
"@oclif/test": "^1.2.0",
"@oclif/plugin-help": "^2.1.2",
"@oclif/test": "^1.2.1",
"@oclif/tslint": "^3.0.1",
"@types/chai": "^4",
"@types/mocha": "^5.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/ci-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/ci-v5/<%- commandPath %>"
},
"dependencies": {
"@heroku-cli/command": "^8.1.28",
"@heroku-cli/command": "^8.1.29",
"@heroku-cli/plugin-pipelines": "^2.5.8",
"@heroku-cli/plugin-run-v5": "^7.15.0",
"ansi-escapes": "3.1.0",
Expand All @@ -30,7 +30,7 @@
},
"devDependencies": {
"@oclif/dev-cli": "^1.18.0",
"@oclif/plugin-legacy": "^1.1.0",
"@oclif/plugin-legacy": "^1.1.1",
"chai": "^4.1.2",
"estraverse": "^4.2.0",
"mocha": "^5.1.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.10",
"@heroku-cli/command": "^8.1.28",
"@oclif/command": "^1.5.0",
"@oclif/config": "^1.7.4",
"@heroku-cli/command": "^8.1.29",
"@oclif/command": "^1.5.1",
"@oclif/config": "^1.7.6",
"ansi-escapes": "3.1.0",
"async-file": "^2.0.2",
"cli-ux": "^4.8.1",
"cli-ux": "^4.8.2",
"fs-extra": "^7.0.0",
"github-url-to-object": "^4.0.4",
"got": "^9.0.0",
Expand All @@ -23,18 +23,18 @@
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@heroku-cli/schema": "^1.0.19",
"@heroku-cli/schema": "^1.0.21",
"@oclif/dev-cli": "^1.18.0",
"@oclif/plugin-help": "^2.1.1",
"@oclif/test": "^1.2.0",
"@oclif/plugin-help": "^2.1.2",
"@oclif/test": "^1.2.1",
"@oclif/tslint": "^3.0.1",
"@types/chai": "^4",
"@types/inquirer": "0.0.43",
"@types/mocha": "^5",
"@types/nock": "^9.3.0",
"@types/node": "^10.9.4",
"@types/socket.io-client": "^1.4.32",
"@types/validator": "^9.4.1",
"@types/validator": "^9.4.2",
"chai": "^4",
"globby": "^8",
"mocha": "^5",
Expand Down
28 changes: 14 additions & 14 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "1.1.10",
"@heroku-cli/command": "8.1.28",
"@heroku-cli/command": "8.1.29",
"@heroku-cli/plugin-addons-v5": "^7.15.0",
"@heroku-cli/plugin-apps-v5": "^7.15.0",
"@heroku-cli/plugin-auth": "^7.15.0",
Expand All @@ -34,19 +34,19 @@
"@heroku-cli/plugin-spaces": "^7.15.2",
"@heroku-cli/plugin-status": "^7.15.0",
"@heroku-cli/plugin-webhooks-v5": "^7.15.0",
"@oclif/command": "1.5.0",
"@oclif/config": "1.7.4",
"@oclif/errors": "1.2.0",
"@oclif/plugin-commands": "^1.2.0",
"@oclif/plugin-help": "2.1.1",
"@oclif/plugin-legacy": "1.1.0",
"@oclif/command": "1.5.1",
"@oclif/config": "1.7.6",
"@oclif/errors": "1.2.1",
"@oclif/plugin-commands": "^1.2.1",
"@oclif/plugin-help": "2.1.2",
"@oclif/plugin-legacy": "1.1.1",
"@oclif/plugin-not-found": "1.2.0",
"@oclif/plugin-plugins": "1.6.2",
"@oclif/plugin-update": "1.3.1",
"@oclif/plugin-warn-if-update-available": "1.5.2",
"@oclif/plugin-warn-if-update-available": "1.5.3",
"@oclif/plugin-which": "1.0.1",
"cli-ux": "4.8.1",
"debug": "3.1.0",
"cli-ux": "4.8.2",
"debug": "4.0.1",
"execa": "1.0.0",
"fs-extra": "7.0.0",
"http-call": "5.2.2",
Expand All @@ -57,7 +57,7 @@
},
"devDependencies": {
"@oclif/dev-cli": "^1.18.0",
"@oclif/test": "^1.2.0",
"@oclif/test": "^1.2.1",
"@oclif/tslint": "^3.0.1",
"@types/ansi-styles": "^3.2.0",
"@types/chai": "^4.1.3",
Expand All @@ -71,10 +71,10 @@
"@types/node": "^10.9.4",
"@types/supports-color": "^5.3.0",
"@types/write-json-file": "^2.2.1",
"aws-sdk": "^2.311.0",
"aws-sdk": "^2.315.0",
"chai": "^4.1.2",
"lerna": "^3.3.0",
"lodash": "^4.17.10",
"lerna": "^3.3.2",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"nock": "^9.3.2",
"qqjs": "^0.3.10",
Expand Down
16 changes: 8 additions & 8 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.10",
"@heroku-cli/command": "^8.1.28",
"@oclif/command": "^1.5.0",
"@oclif/config": "^1.7.4",
"cli-ux": "^4.8.1",
"@heroku-cli/command": "^8.1.29",
"@oclif/command": "^1.5.1",
"@oclif/config": "^1.7.6",
"cli-ux": "^4.8.2",
"edit-string": "^1.1.6",
"lodash": "^4.17.10",
"lodash": "^4.17.11",
"shell-quote": "^1.6.1"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@heroku-cli/schema": "^1.0.19",
"@heroku-cli/schema": "^1.0.21",
"@oclif/dev-cli": "^1.18.0",
"@oclif/plugin-help": "^2.1.1",
"@oclif/test": "^1.2.0",
"@oclif/plugin-help": "^2.1.2",
"@oclif/test": "^1.2.1",
"@oclif/tslint": "^3.0.1",
"@types/chai": "^4.1.4",
"@types/fs-extra": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/container-registry-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@oclif/dev-cli": "^1.18.0",
"@oclif/plugin-legacy": "^1.1.0",
"@oclif/plugin-legacy": "^1.1.1",
"chai": "^4.1.2",
"cross-env": "^5.2.0",
"depcheck": "^0.6.11",
Expand Down
18 changes: 9 additions & 9 deletions packages/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.10",
"@heroku-cli/command": "^8.1.28",
"@oclif/command": "^1.5.0",
"@oclif/config": "^1.7.4",
"cli-ux": "^4.8.1",
"debug": "3.1.0"
"@heroku-cli/command": "^8.1.29",
"@oclif/command": "^1.5.1",
"@oclif/config": "^1.7.6",
"cli-ux": "^4.8.2",
"debug": "4.0.1"
},
"devDependencies": {
"@heroku-cli/schema": "^1.0.19",
"@heroku-cli/schema": "^1.0.21",
"@oclif/dev-cli": "^1.18.0",
"@oclif/plugin-help": "^2.1.1",
"@oclif/plugin-legacy": "^1.1.0",
"@oclif/test": "^1.2.0",
"@oclif/plugin-help": "^2.1.2",
"@oclif/plugin-legacy": "^1.1.1",
"@oclif/test": "^1.2.1",
"@oclif/tslint": "^3.0.1",
"@types/chai": "^4.1.4",
"@types/fs-extra": "^5.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/local-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/local-v5/<%- commandPath %>"
},
"dependencies": {
"@heroku-cli/command": "^8.1.28",
"@heroku-cli/command": "^8.1.29",
"co": "^4.6.0",
"foreman": "^3.0.1",
"heroku-cli-util": "^8.0.10",
"lodash.flatten": "^4.4.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.18.0",
"@oclif/plugin-legacy": "^1.1.0",
"@oclif/plugin-legacy": "^1.1.1",
"bats": "^1.1.0"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/oauth-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"co": "^4.6.0",
"date-fns": "^1.29.0",
"heroku-cli-util": "^8.0.10",
"lodash": "^4.17.10"
"lodash": "^4.17.11"
},
"devDependencies": {
"@oclif/dev-cli": "^1.18.0",
"@oclif/plugin-legacy": "^1.1.0",
"@oclif/plugin-legacy": "^1.1.1",
"cross-env": "^5.2.0",
"mocha": "^5.2.0",
"mocha-junit-reporter": "1.18.0",
Expand Down
Loading

0 comments on commit 6d3be5a

Please sign in to comment.