Skip to content

Commit

Permalink
chore: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Nov 12, 2018
1 parent b59ce1c commit f1b8c41
Show file tree
Hide file tree
Showing 26 changed files with 586 additions and 551 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"devDependencies": {
"eslint": "5.7.0",
"eslint": "5.9.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"standard": "12.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/addons-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"printf": "0.5.1"
},
"devDependencies": {
"@oclif/dev-cli": "^1.19.2",
"@oclif/plugin-legacy": "^1.1.2",
"@oclif/dev-cli": "^1.19.4",
"@oclif/plugin-legacy": "^1.1.3",
"chai": "^4.2.0",
"lolex": "^3.0.0",
"mocha": "^5.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/apps-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/apps-v5/<%- commandPath %>"
},
"dependencies": {
"@heroku-cli/command": "^8.2.0",
"@heroku-cli/command": "^8.2.1",
"co": "^4.6.0",
"filesize": "^3.5.11",
"fs-extra": "^7.0.0",
"fs-extra": "^7.0.1",
"heroku-cli-util": "^8.0.10",
"inquirer": "^6.2.0",
"js-yaml": "^3.9.1",
Expand All @@ -30,8 +30,8 @@
"urijs": "1.19.1"
},
"devDependencies": {
"@oclif/dev-cli": "^1.19.2",
"@oclif/plugin-legacy": "^1.1.2",
"@oclif/dev-cli": "^1.19.4",
"@oclif/plugin-legacy": "^1.1.3",
"chai": "^4.2.0",
"lolex": "^3.0.0",
"mocha": "^5.2.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.12",
"@heroku-cli/command": "^8.2.0",
"@heroku-cli/color": "^1.1.14",
"@heroku-cli/command": "^8.2.1",
"@oclif/command": "^1.5.4",
"@oclif/config": "^1.8.8",
"cli-ux": "^4.9.1",
"@oclif/config": "^1.9.0",
"cli-ux": "^4.9.3",
"date-fns": "^2.0.0-alpha.8"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@heroku-cli/schema": "^1.0.22",
"@oclif/dev-cli": "^1.19.2",
"@oclif/plugin-help": "^2.1.3",
"@heroku-cli/schema": "^1.0.23",
"@oclif/dev-cli": "^1.19.4",
"@oclif/plugin-help": "^2.1.4",
"@oclif/test": "^1.2.2",
"@oclif/tslint": "^3.1.1",
"@types/chai": "^4.1.6",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/nock": "^9.3.0",
"@types/node": "^10.12.0",
"@types/node": "^10.12.5",
"@types/supports-color": "^5.3.0",
"chai": "^4.2.0",
"globby": "^8",
Expand All @@ -32,7 +32,7 @@
"ts-node": "^7.0.1",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
"typescript": "^3.1.3"
"typescript": "^3.1.6"
},
"engines": {
"node": ">=8.0.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@
"author": "Philipe Navarro @RasPhilCo",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/command": "^8.2.0",
"@heroku-cli/command": "^8.2.1",
"@oclif/command": "1.5.4",
"@oclif/config": "1.8.8",
"@oclif/config": "1.9.0",
"chalk": "^2.4.1",
"cli-ux": "^4.9.1",
"cli-ux": "^4.9.3",
"debug": "^4.1.0",
"fs-extra": "^7.0.0",
"fs-extra": "^7.0.1",
"lodash.flatten": "^4.4.0",
"tslib": "1.9.3"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@oclif/dev-cli": "1.19.2",
"@oclif/plugin-help": "2.1.3",
"@oclif/dev-cli": "1.19.4",
"@oclif/plugin-help": "2.1.4",
"@oclif/test": "1.2.2",
"@oclif/tslint": "3.1.1",
"@types/chai": "4.1.6",
"@types/chai": "4.1.7",
"@types/fs-extra": "^5.0.4",
"@types/lodash.flatten": "^4.4.4",
"@types/mocha": "5.2.5",
"@types/nock": "^9.1.3",
"@types/node": "10.12.0",
"@types/node": "10.12.5",
"chai": "4.2.0",
"globby": "8",
"mocha": "5.2.0",
"nock": "^9.3.3",
"nyc": "13.1.0",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "3.1.3"
"typescript": "3.1.6"
},
"engines": {
"node": ">=8.0.0"
Expand Down
24 changes: 12 additions & 12 deletions packages/buildpacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@
"author": "Terence Lee @hone",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.12",
"@heroku-cli/command": "^8.2.0",
"@heroku-cli/color": "^1.1.14",
"@heroku-cli/command": "^8.2.1",
"@heroku/buildpack-registry": "^1.0.1",
"@oclif/config": "^1.8.8",
"@oclif/plugin-legacy": "^1.1.2",
"cli-ux": "^4.9.1",
"@oclif/config": "^1.9.0",
"@oclif/plugin-legacy": "^1.1.3",
"cli-ux": "^4.9.3",
"heroku-cli-util": "^8.0.0",
"http-call": "^5.2.2",
"lodash": "^4.17.11",
"true-myth": "^2.1.5",
"true-myth": "^2.2.2",
"valid-url": "^1.0.9"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@oclif/dev-cli": "^1.19.2",
"@oclif/plugin-help": "^2.1.3",
"@oclif/dev-cli": "^1.19.4",
"@oclif/plugin-help": "^2.1.4",
"@oclif/test": "^1.2.2",
"@oclif/tslint": "^3.1.1",
"@types/ansi-styles": "^3.2.1",
"@types/chai": "^4.1.6",
"@types/lodash": "^4.14.117",
"@types/chai": "^4.1.7",
"@types/lodash": "^4.14.118",
"@types/mocha": "^5",
"@types/nock": "^9.1.3",
"@types/node": "^10.12.0",
"@types/node": "^10.12.5",
"@types/node-fetch": "^2.1.2",
"@types/supports-color": "^5.3.0",
"chai": "^4.2.0",
Expand All @@ -39,7 +39,7 @@
"ts-node": "^7.0.1",
"tslib": "^1",
"tslint": "^5",
"typescript": "^3.1.3"
"typescript": "^3.1.6"
},
"engines": {
"node": ">=8.0.0"
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 @@ -24,8 +24,8 @@
"psl": "^1.1.29"
},
"devDependencies": {
"@oclif/dev-cli": "^1.19.2",
"@oclif/plugin-legacy": "^1.1.2",
"@oclif/dev-cli": "^1.19.4",
"@oclif/plugin-legacy": "^1.1.3",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"lolex": "^3.0.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/certs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/command": "^8.2.0",
"@heroku-cli/command": "^8.2.1",
"@oclif/command": "^1.5.4",
"@oclif/config": "^1.8.8",
"@oclif/config": "^1.9.0",
"tslib": "^1.9.3"
},
"devDependencies": {
"@oclif/dev-cli": "^1.19.2",
"@oclif/plugin-help": "^2.1.3",
"@oclif/dev-cli": "^1.19.4",
"@oclif/plugin-help": "^2.1.4",
"@oclif/test": "^1.2.2",
"@oclif/tslint": "^3.1.1",
"@types/chai": "^4.1.6",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.0",
"@types/node": "^10.12.5",
"chai": "^4.2.0",
"globby": "^8",
"mocha": "^5",
"nyc": "^13.1.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.3"
"typescript": "^3.1.6"
},
"engines": {
"node": ">=8.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/ci-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/ci-v5/<%- commandPath %>"
},
"dependencies": {
"@heroku-cli/command": "^8.2.0",
"@heroku-cli/command": "^8.2.1",
"@heroku-cli/plugin-pipelines": "^2.5.8",
"@heroku-cli/plugin-run-v5": "^7.18.3",
"ansi-escapes": "3.1.0",
"bluebird": "^3.5.2",
"bluebird": "^3.5.3",
"co": "^4.6.0",
"co-wait": "0.0.0",
"github-url-to-object": "^4.0.4",
Expand All @@ -29,8 +29,8 @@
"temp": "^0.8.3"
},
"devDependencies": {
"@oclif/dev-cli": "^1.19.2",
"@oclif/plugin-legacy": "^1.1.2",
"@oclif/dev-cli": "^1.19.4",
"@oclif/plugin-legacy": "^1.1.3",
"chai": "^4.2.0",
"estraverse": "^4.2.0",
"mocha": "^5.1.1",
Expand Down
26 changes: 13 additions & 13 deletions packages/ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,34 @@
"author": "Raúl Barroso @raulb",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.12",
"@heroku-cli/command": "^8.2.0",
"@heroku-cli/color": "^1.1.14",
"@heroku-cli/command": "^8.2.1",
"@oclif/command": "^1.5.4",
"@oclif/config": "^1.8.8",
"@oclif/config": "^1.9.0",
"ansi-escapes": "3.1.0",
"async-file": "^2.0.2",
"cli-ux": "^4.9.1",
"fs-extra": "^7.0.0",
"cli-ux": "^4.9.3",
"fs-extra": "^7.0.1",
"github-url-to-object": "^4.0.4",
"got": "^9.2.2",
"got": "^9.3.2",
"inquirer": "^6.2.0",
"socket.io-client": "^2.1.1",
"tmp": "^0.0.33",
"tslib": "^1.9.3",
"validator": "^10.8.0"
"validator": "^10.9.0"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@heroku-cli/schema": "^1.0.22",
"@oclif/dev-cli": "^1.19.2",
"@oclif/plugin-help": "^2.1.3",
"@heroku-cli/schema": "^1.0.23",
"@oclif/dev-cli": "^1.19.4",
"@oclif/plugin-help": "^2.1.4",
"@oclif/test": "^1.2.2",
"@oclif/tslint": "^3.1.1",
"@types/chai": "^4.1.6",
"@types/chai": "^4.1.7",
"@types/inquirer": "0.0.43",
"@types/mocha": "^5",
"@types/nock": "^9.3.0",
"@types/node": "^10.12.0",
"@types/node": "^10.12.5",
"@types/socket.io-client": "^1.4.32",
"@types/validator": "^9.4.2",
"chai": "^4.2.0",
Expand All @@ -42,7 +42,7 @@
"nyc": "^13.1.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.3"
"typescript": "^3.1.6"
},
"engines": {
"node": ">=8.0.0"
Expand Down
28 changes: 14 additions & 14 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "1.1.12",
"@heroku-cli/command": "8.2.0",
"@heroku-cli/color": "1.1.14",
"@heroku-cli/command": "8.2.1",
"@heroku-cli/plugin-addons-v5": "^7.18.0",
"@heroku-cli/plugin-apps-v5": "^7.18.0",
"@heroku-cli/plugin-auth": "^7.18.3",
Expand All @@ -35,43 +35,43 @@
"@heroku-cli/plugin-status": "^7.18.3",
"@heroku-cli/plugin-webhooks-v5": "^7.18.0",
"@oclif/command": "1.5.4",
"@oclif/config": "1.8.8",
"@oclif/config": "1.9.0",
"@oclif/errors": "1.2.2",
"@oclif/plugin-commands": "^1.2.2",
"@oclif/plugin-help": "2.1.3",
"@oclif/plugin-legacy": "1.1.2",
"@oclif/plugin-help": "2.1.4",
"@oclif/plugin-legacy": "1.1.3",
"@oclif/plugin-not-found": "1.2.2",
"@oclif/plugin-plugins": "1.7.2",
"@oclif/plugin-update": "1.3.4",
"@oclif/plugin-update": "1.3.7",
"@oclif/plugin-warn-if-update-available": "1.5.4",
"@oclif/plugin-which": "1.0.3",
"cli-ux": "4.9.1",
"cli-ux": "4.9.3",
"debug": "4.1.0",
"execa": "1.0.0",
"fs-extra": "7.0.0",
"fs-extra": "7.0.1",
"http-call": "5.2.2",
"netrc-parser": "3.1.6",
"semver": "5.6.0",
"tslib": "1.9.3",
"uuid": "3.3.2"
},
"devDependencies": {
"@oclif/dev-cli": "^1.19.2",
"@oclif/dev-cli": "^1.19.4",
"@oclif/test": "^1.2.2",
"@oclif/tslint": "^3.1.1",
"@types/ansi-styles": "^3.2.1",
"@types/chai": "^4.1.6",
"@types/chai": "^4.1.7",
"@types/debug": "^0.0.31",
"@types/execa": "^0.9.0",
"@types/fs-extra": "^5.0.4",
"@types/glob": "^7.1.1",
"@types/lodash": "^4.14.117",
"@types/lodash": "^4.14.118",
"@types/mocha": "^5.2.5",
"@types/nock": "^9.3.0",
"@types/node": "^10.12.0",
"@types/node": "^10.12.5",
"@types/supports-color": "^5.3.0",
"@types/write-json-file": "^2.2.1",
"aws-sdk": "^2.337.0",
"aws-sdk": "^2.353.0",
"chai": "^4.2.0",
"lerna": "^3.4.3",
"lodash": "^4.17.11",
Expand All @@ -81,7 +81,7 @@
"read-pkg": "^4.0.1",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.3"
"typescript": "^3.1.6"
},
"engines": {
"node": ">=8.3.0"
Expand Down
Loading

0 comments on commit f1b8c41

Please sign in to comment.