Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 28, 2018
1 parent 7ec5d79 commit 15245b4
Show file tree
Hide file tree
Showing 23 changed files with 280 additions and 215 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"devDependencies": {
"eslint": "4.19.1",
"eslint": "5.0.1",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/addons-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"printf": "0.3.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-legacy": "^1.0.15",
"chai": "^4.1.2",
"lolex": "^2.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/apps-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"urijs": "1.19.1"
},
"devDependencies": {
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-legacy": "^1.0.15",
"chai": "^4.1.2",
"lolex": "^2.7.0",
"mocha": "^5.2.0",
"mockdate": "^2.0.2",
"netrc-parser": "^3.1.5",
"nock": "9.3.0",
"nock": "9.3.3",
"proxyquire": "^2.0.1",
"std-mocks": "1.0.1",
"testdouble": "^3.8.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.5",
"@heroku-cli/color": "^1.1.6",
"@heroku-cli/command": "^8.1.26",
"@oclif/command": "^1.4.33",
"@oclif/command": "^1.4.34",
"@oclif/config": "^1.6.32",
"cli-ux": "^4.7.1",
"cli-ux": "^4.7.3",
"date-fns": "^2.0.0-alpha.8"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@heroku-cli/schema": "^1.0.6",
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-help": "^2.0.5",
"@oclif/test": "^1.1.0",
"@oclif/tslint": "^1.1.2",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.3",
"@types/nock": "^9.1.3",
"@types/node": "^10.3.4",
"@types/node": "^10.5.0",
"@types/supports-color": "^5.3.0",
"chai": "^4",
"globby": "^8",
"mocha": "^5.2.0",
"nock": "^9.3.3",
"nyc": "^12.0.2",
"ts-node": "^6.1.1",
"tslib": "^1.9.2",
"ts-node": "^7.0.0",
"tslib": "^1.9.3",
"tslint": "^5.10.0",
"typescript": "^2.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/certs-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"psl": "^1.1.28"
},
"devDependencies": {
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-legacy": "^1.0.16",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/certs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/command": "^8.1.18",
"@oclif/command": "^1",
"@oclif/command": "^1.4.34",
"@oclif/config": "^1",
"tslib": "^1"
"tslib": "^1.9.3"
},
"devDependencies": {
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-help": "^2.0.5",
"@oclif/test": "^1",
"@oclif/tslint": "^1",
"@types/chai": "^4",
"@types/mocha": "^5.2.3",
"@types/node": "^10",
"@types/node": "^10.5.0",
"chai": "^4",
"globby": "^8",
"mocha": "^5",
"nyc": "^12.0.2",
"ts-node": "^6",
"ts-node": "^7.0.0",
"tslint": "^5",
"typescript": "^2.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ci-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"temp": "^0.8.3"
},
"devDependencies": {
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-legacy": "^1.0.15",
"chai": "^4.1.2",
"estraverse": "^4.2.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "1.1.5",
"@heroku-cli/color": "1.1.6",
"@heroku-cli/command": "8.1.26",
"@heroku-cli/plugin-addons-v5": "^7.4.8",
"@heroku-cli/plugin-apps-v5": "^7.4.8",
Expand All @@ -31,7 +31,7 @@
"@heroku-cli/plugin-spaces": "^7.4.8",
"@heroku-cli/plugin-status": "^7.4.8",
"@heroku-cli/plugin-webhooks-v5": "^7.4.8",
"@oclif/command": "1.4.33",
"@oclif/command": "1.4.34",
"@oclif/config": "1.6.33",
"@oclif/errors": "1.1.2",
"@oclif/plugin-commands": "^1.1.1",
Expand All @@ -42,18 +42,18 @@
"@oclif/plugin-update": "1.2.13",
"@oclif/plugin-warn-if-update-available": "1.3.9",
"@oclif/plugin-which": "1.0.1",
"cli-ux": "4.7.2",
"cli-ux": "4.7.3",
"debug": "3.1.0",
"execa": "0.10.0",
"fs-extra": "6.0.1",
"http-call": "5.1.4",
"netrc-parser": "3.1.5",
"semver": "5.5.0",
"tslib": "1.9.2",
"uuid": "3.2.1"
"tslib": "1.9.3",
"uuid": "3.3.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.15.0",
"@oclif/dev-cli": "^1.15.4",
"@oclif/test": "^1.0.9",
"@oclif/tslint": "^1.1.2",
"@types/ansi-styles": "^3.2.0",
Expand All @@ -65,18 +65,18 @@
"@types/lodash": "^4.14.110",
"@types/mocha": "^5.2.3",
"@types/nock": "^9.1.3",
"@types/node": "^10.3.4",
"@types/node": "^10.5.0",
"@types/supports-color": "^5.3.0",
"@types/write-json-file": "^2.2.1",
"aws-sdk": "^2.259.1",
"aws-sdk": "^2.265.1",
"chai": "^4.1.2",
"lerna": "^2.11.0",
"lodash": "^4.17.10",
"mocha": "^5.2.0",
"nock": "^9.3.2",
"qqjs": "^0.3.10",
"read-pkg": "^3.0.0",
"ts-node": "^6.1.1",
"read-pkg": "^4.0.1",
"ts-node": "^7.0.0",
"tslint": "^5.10.0",
"typescript": "^2.9.1"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.5",
"@heroku-cli/color": "^1.1.6",
"@heroku-cli/command": "^8.1.26",
"@oclif/command": "^1.4.33",
"@oclif/command": "^1.4.34",
"@oclif/config": "^1.6.32",
"cli-ux": "^4.7.1",
"cli-ux": "^4.7.3",
"edit-string": "^1.1.6",
"lodash": "^4.17.10",
"shell-quote": "^1.6.1"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@heroku-cli/schema": "^1.0.6",
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-help": "^2.0.5",
"@oclif/test": "^1.1.0",
"@oclif/tslint": "^1.1.2",
Expand All @@ -25,15 +25,15 @@
"@types/lodash": "^4.14.110",
"@types/mocha": "^5.2.3",
"@types/nock": "^9.1.3",
"@types/node": "^10.3.4",
"@types/node": "^10.5.0",
"@types/supports-color": "^5.3.0",
"chai": "^4.1.2",
"globby": "^8",
"mocha": "^5.2.0",
"nock": "^9.3.3",
"nyc": "^12.0.2",
"ts-node": "^6.1.2",
"tslib": "^1.9.2",
"ts-node": "^7.0.0",
"tslib": "^1.9.3",
"tslint": "^5.10.0",
"typescript": "^2.9.2"
},
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 @@ -19,7 +19,7 @@
"inquirer": "^6.0.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-legacy": "^1.0.15",
"chai": "^4.1.2",
"depcheck": "^0.6.9",
Expand Down
14 changes: 7 additions & 7 deletions packages/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@
"author": "Jeff Dickey (@jdxcode)",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.5",
"@heroku-cli/color": "^1.1.6",
"@heroku-cli/command": "^8.1.26",
"@oclif/command": "^1.4.33",
"@oclif/command": "^1.4.34",
"@oclif/config": "^1.6.32",
"cli-ux": "^4.7.2",
"cli-ux": "^4.7.3",
"debug": "3.1.0"
},
"devDependencies": {
"@heroku-cli/schema": "^1.0.6",
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-help": "^2.0.5",
"@oclif/plugin-legacy": "^1.0.15",
"@oclif/test": "^1.1.0",
"@oclif/tslint": "^1.1.2",
"@types/chai": "^4.1.4",
"@types/fs-extra": "^5.0.3",
"@types/mocha": "^5.2.3",
"@types/node": "^10.3.4",
"@types/node": "^10.5.0",
"@types/supports-color": "^5.3.0",
"chai": "^4",
"globby": "^8",
"mocha": "^5.2.0",
"nock": "^9.3.3",
"nyc": "^12.0.2",
"ts-node": "^6.1.1",
"tslib": "^1.9.2",
"ts-node": "^7.0.0",
"tslib": "^1.9.3",
"tslint": "^5",
"typescript": "^2.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/local-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lodash.flatten": "^4.4.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-legacy": "^1.0.15"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lodash": "^4.17.10"
},
"devDependencies": {
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-legacy": "^1.0.15",
"mocha": "^5.2.0",
"mocha-junit-reporter": "1.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/orgs-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"lodash.flatten": "^4.4.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-legacy": "^1.0.15",
"chai": "^4.1.2",
"mocha": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tunnel-ssh": "^4.1.4"
},
"devDependencies": {
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-legacy": "^1.0.15",
"heroku-client": "^3.0.6",
"mocha": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/pipelines-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"validator": "^10.2.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-legacy": "^1.0.15",
"chai": "^4.1.2",
"mocha": "^5.1.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/ps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.5",
"@heroku-cli/color": "^1.1.6",
"@heroku-cli/command": "^8.1.26",
"@oclif/command": "^1.4.33",
"@oclif/command": "^1.4.34",
"@oclif/config": "^1.6.32",
"cli-ux": "^4.7.1",
"cli-ux": "^4.7.3",
"lodash": "^4.17.10"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@heroku-cli/schema": "^1.0.6",
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-help": "^2.0.5",
"@oclif/test": "^1.1.0",
"@oclif/tslint": "^1.1.2",
"@types/chai": "^4.1.4",
"@types/lodash": "^4.14.110",
"@types/mocha": "^5.2.3",
"@types/nock": "^9.1.3",
"@types/node": "^10.3.4",
"@types/node": "^10.5.0",
"@types/supports-color": "^5.3.0",
"chai": "^4.1.2",
"globby": "^8.0.1",
"mocha": "^5.2.0",
"nock": "^9.3.3",
"ts-node": "6.1.2",
"tslib": "^1.9.2",
"ts-node": "7.0.0",
"tslib": "^1.9.3",
"tslint": "^5.10.0",
"typescript": "^2.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/redis-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ssh2": "^0.6.1"
},
"devDependencies": {
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-legacy": "^1.0.15",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/run-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/run-v5/<%- commandPath %>"
},
"dependencies": {
"@heroku-cli/color": "^1.1.5",
"@heroku-cli/color": "^1.1.6",
"@heroku-cli/command": "^8.1.20",
"@heroku-cli/notifications": "^1.2.1",
"co": "4.6.0",
Expand All @@ -28,7 +28,7 @@
"shellwords": "^0.1.1"
},
"devDependencies": {
"@oclif/dev-cli": "^1.15.2",
"@oclif/dev-cli": "^1.15.4",
"@oclif/plugin-legacy": "^1.0.15",
"fixture-stdout": "0.2.1",
"mocha": "^5.2.0",
Expand Down
Loading

0 comments on commit 15245b4

Please sign in to comment.