Skip to content

Commit

Permalink
fix: typescript 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Aug 18, 2018
1 parent 1f4daf7 commit 268c0af
Show file tree
Hide file tree
Showing 25 changed files with 2,042 additions and 812 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"devDependencies": {
"eslint": "4",
"eslint": "5.3.0",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^3.1.0",
"standard": "11.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 @@ -22,9 +22,9 @@
},
"devDependencies": {
"@oclif/dev-cli": "^1.17.0",
"@oclif/plugin-legacy": "^1.0.18",
"@oclif/plugin-legacy": "^1.1.0",
"chai": "^4.1.2",
"lolex": "^2.7.0",
"lolex": "^2.7.1",
"mocha": "^5.2.0",
"nock": "9.0.13",
"nyc": "^12.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/apps-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@heroku-cli/command": "^8.1.20",
"co": "^4.6.0",
"filesize": "^3.5.11",
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"heroku-cli-util": "^8.0.9",
"inquirer": "^6.0.0",
"inquirer": "^6.1.0",
"js-yaml": "^3.9.1",
"lodash": "^4.17.10",
"shell-escape": "^0.2.0",
Expand All @@ -31,12 +31,12 @@
},
"devDependencies": {
"@oclif/dev-cli": "^1.17.0",
"@oclif/plugin-legacy": "^1.0.18",
"@oclif/plugin-legacy": "^1.1.0",
"chai": "^4.1.2",
"lolex": "^2.7.0",
"lolex": "^2.7.1",
"mocha": "^5.2.0",
"mockdate": "^2.0.2",
"netrc-parser": "^3.1.5",
"netrc-parser": "^3.1.6",
"nock": "9.3.3",
"proxyquire": "^2.0.1",
"std-mocks": "1.0.1",
Expand Down
22 changes: 11 additions & 11 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,32 @@
"dependencies": {
"@heroku-cli/color": "^1.1.10",
"@heroku-cli/command": "^8.1.26",
"@oclif/command": "^1.4.34",
"@oclif/config": "^1.6.32",
"cli-ux": "^4.7.3",
"@oclif/command": "^1.5.0",
"@oclif/config": "^1.7.0",
"cli-ux": "^4.8.0",
"date-fns": "^2.0.0-alpha.8"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@heroku-cli/schema": "^1.0.15",
"@oclif/dev-cli": "^1.17.0",
"@oclif/plugin-help": "^2.0.5",
"@oclif/test": "^1.1.0",
"@oclif/tslint": "^1.1.2",
"@oclif/plugin-help": "^2.1.0",
"@oclif/test": "^1.2.0",
"@oclif/tslint": "^2.0.0",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.4",
"@types/mocha": "^5.2.5",
"@types/nock": "^9.3.0",
"@types/node": "^10.5.1",
"@types/node": "^10.7.1",
"@types/supports-color": "^5.3.0",
"chai": "^4",
"globby": "^8",
"mocha": "^5.2.0",
"nock": "^9.3.3",
"nyc": "^12.0.2",
"ts-node": "^7.0.0",
"ts-node": "^7.0.1",
"tslib": "^1.9.3",
"tslint": "^5.10.0",
"typescript": "^2.9.2"
"tslint": "^5.11.0",
"typescript": "^3.0.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down
28 changes: 14 additions & 14 deletions packages/autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,36 @@
"bugs": "https://github.com/heroku/heroku-cli-autocomplete/issues",
"dependencies": {
"@heroku-cli/command": "^8.1.26",
"@oclif/command": "1.4.34",
"@oclif/config": "1.6.33",
"@oclif/command": "1.5.0",
"@oclif/config": "1.7.0",
"chalk": "^2.4.1",
"cli-ux": "^4.7.3",
"cli-ux": "^4.8.0",
"debug": "^3.1.0",
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"lodash.flatten": "^4.4.0",
"moment": "^2.22.2",
"tslib": "1.9.3"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@oclif/dev-cli": "1.17.0",
"@oclif/plugin-help": "2.0.5",
"@oclif/test": "1.1.0",
"@oclif/tslint": "1.1.2",
"@oclif/plugin-help": "2.1.0",
"@oclif/test": "1.2.0",
"@oclif/tslint": "2.0.0",
"@types/chai": "4.1.4",
"@types/fs-extra": "^5.0.3",
"@types/lodash.flatten": "^4.4.3",
"@types/mocha": "5.2.3",
"@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.3.6",
"@types/node": "10.7.1",
"chai": "4",
"globby": "8",
"mocha": "5.2.0",
"nock": "^9.3.3",
"nyc": "12.0.2",
"ts-node": "7.0.0",
"tslint": "5.10.0",
"typescript": "2.9.2"
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "3.0.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/certs-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"co-wait": "0.0.0",
"date-fns": "^1.29.0",
"heroku-cli-util": "^8.0.9",
"inquirer": "^6.0.0",
"inquirer": "^6.1.0",
"lodash": "4.17.10",
"psl": "^1.1.28"
"psl": "^1.1.29"
},
"devDependencies": {
"@oclif/dev-cli": "^1.17.0",
"@oclif/plugin-legacy": "^1.0.18",
"@oclif/plugin-legacy": "^1.1.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"lolex": "^2.7.0",
"lolex": "^2.7.1",
"mocha": "^5.2.0",
"nock": "^9.3.3",
"nyc": "^12.0.2",
Expand Down
20 changes: 10 additions & 10 deletions packages/certs/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/command": "^8.1.18",
"@oclif/command": "^1.4.34",
"@oclif/config": "^1",
"@oclif/command": "^1.5.0",
"@oclif/config": "^1.7.0",
"tslib": "^1.9.3"
},
"devDependencies": {
"@oclif/dev-cli": "^1.17.0",
"@oclif/plugin-help": "^2.0.5",
"@oclif/test": "^1",
"@oclif/tslint": "^1",
"@oclif/plugin-help": "^2.1.0",
"@oclif/test": "^1.2.0",
"@oclif/tslint": "^2.0.0",
"@types/chai": "^4",
"@types/mocha": "^5.2.4",
"@types/node": "^10.5.1",
"@types/mocha": "^5.2.5",
"@types/node": "^10.7.1",
"chai": "^4",
"globby": "^8",
"mocha": "^5",
"nyc": "^12.0.2",
"ts-node": "^7.0.0",
"tslint": "^5",
"typescript": "^2.8"
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.1"
},
"engines": {
"node": ">=8.0.0"
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 @@ -30,7 +30,7 @@
},
"devDependencies": {
"@oclif/dev-cli": "^1.17.0",
"@oclif/plugin-legacy": "^1.0.18",
"@oclif/plugin-legacy": "^1.1.0",
"chai": "^4.1.2",
"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 @@ -8,36 +8,36 @@
"@heroku-cli/color": "^1.1.10",
"@heroku-cli/command": "^8.1.26",
"@heroku-cli/schema": "^1.0.15",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@types/inquirer": "0.0.42",
"@oclif/command": "^1.5.0",
"@oclif/config": "^1.7.0",
"@types/inquirer": "0.0.43",
"@types/sinon": "^5.0.1",
"@types/validator": "^9.4.1",
"async-file": "^2.0.2",
"cli-ux": "^4.7.3",
"cli-ux": "^4.8.0",
"got": "^8.3.2",
"inquirer": "^6.0.0",
"inquirer": "^6.1.0",
"tslib": "^1",
"validator": "^10.5.0"
"validator": "^10.6.0"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@oclif/dev-cli": "^1.17.0",
"@oclif/plugin-help": "^2",
"@oclif/test": "^1.1.0",
"@oclif/tslint": "^1",
"@oclif/plugin-help": "^2.1.0",
"@oclif/test": "^1.2.0",
"@oclif/tslint": "^2.0.0",
"@types/chai": "^4",
"@types/mocha": "^5",
"@types/nock": "^9.3.0",
"@types/node": "^10",
"@types/node": "^10.7.1",
"chai": "^4",
"globby": "^8",
"mocha": "^5",
"nock": "^9.2.5",
"nyc": "^12",
"ts-node": "^6",
"tslint": "^5",
"typescript": "^2.9"
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down
52 changes: 26 additions & 26 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,55 +33,55 @@
"@heroku-cli/plugin-spaces": "^7.9.1",
"@heroku-cli/plugin-status": "^7.9.1",
"@heroku-cli/plugin-webhooks-v5": "^7.9.1",
"@oclif/command": "1.4.34",
"@oclif/config": "1.6.33",
"@oclif/errors": "1.1.2",
"@oclif/plugin-commands": "^1.1.3",
"@oclif/plugin-help": "2.0.5",
"@oclif/plugin-legacy": "1.0.18",
"@oclif/plugin-not-found": "1.1.4",
"@oclif/plugin-plugins": "1.5.4",
"@oclif/plugin-update": "1.2.14",
"@oclif/plugin-warn-if-update-available": "1.3.9",
"@oclif/command": "1.5.0",
"@oclif/config": "1.7.0",
"@oclif/errors": "1.2.0",
"@oclif/plugin-commands": "^1.2.0",
"@oclif/plugin-help": "2.1.0",
"@oclif/plugin-legacy": "1.1.0",
"@oclif/plugin-not-found": "1.2.0",
"@oclif/plugin-plugins": "1.6.0",
"@oclif/plugin-update": "1.3.1",
"@oclif/plugin-warn-if-update-available": "1.4.0",
"@oclif/plugin-which": "1.0.1",
"cli-ux": "4.7.3",
"cli-ux": "4.8.0",
"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",
"fs-extra": "7.0.0",
"http-call": "5.2.0",
"netrc-parser": "3.1.6",
"semver": "5.5.1",
"tslib": "1.9.3",
"uuid": "3.3.2"
},
"devDependencies": {
"@oclif/dev-cli": "^1.17.0",
"@oclif/test": "^1.0.9",
"@oclif/tslint": "^1.1.2",
"@oclif/test": "^1.2.0",
"@oclif/tslint": "^2.0.0",
"@types/ansi-styles": "^3.2.0",
"@types/chai": "^4.1.3",
"@types/debug": "^0.0.30",
"@types/execa": "^0.9.0",
"@types/fs-extra": "^5.0.3",
"@types/fs-extra": "^5.0.4",
"@types/glob": "^5.0.35",
"@types/lodash": "^4.14.110",
"@types/mocha": "^5.2.4",
"@types/lodash": "^4.14.116",
"@types/mocha": "^5.2.5",
"@types/nock": "^9.3.0",
"@types/node": "^10.5.1",
"@types/node": "^10.7.1",
"@types/supports-color": "^5.3.0",
"@types/write-json-file": "^2.2.1",
"aws-sdk": "^2.267.1",
"aws-sdk": "^2.296.0",
"chai": "^4.1.2",
"jsonwebtoken": "^8.3.0",
"lerna": "^2.11.0",
"lerna": "^3.1.0",
"lodash": "^4.17.10",
"mocha": "^5.2.0",
"nock": "^9.3.2",
"qqjs": "^0.3.10",
"read-pkg": "^4.0.1",
"ts-node": "^7.0.0",
"tslint": "^5.10.0",
"typescript": "^2.9.1"
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.1"
},
"engines": {
"node": ">=8.3.0"
Expand Down
26 changes: 13 additions & 13 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"dependencies": {
"@heroku-cli/color": "^1.1.10",
"@heroku-cli/command": "^8.1.26",
"@oclif/command": "^1.4.34",
"@oclif/config": "^1.6.32",
"cli-ux": "^4.7.3",
"@oclif/command": "^1.5.0",
"@oclif/config": "^1.7.0",
"cli-ux": "^4.8.0",
"edit-string": "^1.1.6",
"lodash": "^4.17.10",
"shell-quote": "^1.6.1"
Expand All @@ -17,25 +17,25 @@
"@fancy-test/nock": "^0.1.1",
"@heroku-cli/schema": "^1.0.15",
"@oclif/dev-cli": "^1.17.0",
"@oclif/plugin-help": "^2.0.5",
"@oclif/test": "^1.1.0",
"@oclif/tslint": "^1.1.2",
"@oclif/plugin-help": "^2.1.0",
"@oclif/test": "^1.2.0",
"@oclif/tslint": "^2.0.0",
"@types/chai": "^4.1.4",
"@types/fs-extra": "^5.0.3",
"@types/lodash": "^4.14.110",
"@types/mocha": "^5.2.4",
"@types/fs-extra": "^5.0.4",
"@types/lodash": "^4.14.116",
"@types/mocha": "^5.2.5",
"@types/nock": "^9.3.0",
"@types/node": "^10.5.1",
"@types/node": "^10.7.1",
"@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": "^7.0.0",
"ts-node": "^7.0.1",
"tslib": "^1.9.3",
"tslint": "^5.10.0",
"typescript": "^2.9.2"
"tslint": "^5.11.0",
"typescript": "^3.0.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit 268c0af

Please sign in to comment.