Skip to content

Commit

Permalink
fix: typescript 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 1, 2018
1 parent 1e0aff4 commit dfac3c3
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 105 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,44 @@
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.5",
"@oclif/command": "^1.4.30",
"@oclif/config": "^1.6.19",
"@oclif/command": "^1.4.32",
"@oclif/config": "^1.6.27",
"@oclif/errors": "^1.1.2",
"@types/semver": "^5.5.0",
"cli-ux": "^4.4.0",
"cli-ux": "^4.6.0",
"cross-spawn": "^6.0.5",
"debug": "^3.1.0",
"filesize": "^3.6.1",
"fs-extra": "^6.0.1",
"http-call": "^5.1.3",
"http-call": "^5.1.4",
"lodash": "^4.17.10",
"log-chopper": "^1.0.2",
"semver": "^5.5.0",
"tar-fs": "^1.16.2"
},
"devDependencies": {
"@oclif/dev-cli": "^1.13.22",
"@oclif/plugin-help": "^1.2.11",
"@oclif/test": "^1.0.6",
"@oclif/dev-cli": "^1.13.30",
"@oclif/plugin-help": "^2.0.4",
"@oclif/test": "^1.0.9",
"@oclif/tslint": "^1.1.2",
"@types/chai": "^4.1.3",
"@types/cross-spawn": "^6.0.0",
"@types/execa": "^0.9.0",
"@types/fs-extra": "^5.0.2",
"@types/glob": "^5.0.35",
"@types/lodash": "^4.14.109",
"@types/mocha": "^5.2.0",
"@types/node": "^10.1.2",
"@types/mocha": "^5.2.1",
"@types/node": "^10.3.0",
"@types/supports-color": "^5.3.0",
"@types/write-json-file": "^2.2.1",
"chai": "^4.1.2",
"globby": "^8.0.1",
"mocha": "^5.2.0",
"qqjs": "^0.3.9",
"ts-node": "^6.0.4",
"tslib": "^1.9.1",
"qqjs": "^0.3.10",
"ts-node": "^6.0.5",
"tslib": "^1.9.2",
"tslint": "^5.10.0",
"typescript": "^2.8.3"
"typescript": "^2.9.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"importHelpers": true,
"module": "commonjs",
"outDir": "./lib",
"pretty": true,
"rootDirs": [
"./src"
],
Expand Down
170 changes: 79 additions & 91 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"

"@oclif/command@^1.4.29":
version "1.4.29"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.29.tgz#c2608b482e64cc74af386e86c8cb2424e0cd9665"
dependencies:
"@oclif/errors" "^1.1.1"
"@oclif/parser" "^3.4.0"
debug "^3.1.0"
semver "^5.5.0"

"@oclif/command@^1.4.30":
version "1.4.30"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.30.tgz#631eb423182517dc38711d6270aecb621bfa24a9"
Expand All @@ -52,34 +43,38 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.6.18":
version "1.6.18"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.18.tgz#25693cb4badb81489a8c5f846761630dca8c516c"
"@oclif/command@^1.4.32":
version "1.4.32"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.32.tgz#1cb2eb9637340a1ac69da35e407316688f736647"
dependencies:
"@oclif/errors" "^1.1.2"
"@oclif/parser" "^3.4.1"
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.6.19":
version "1.6.19"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.19.tgz#727aee1e0859d18c56c0fa3e1ec08826f28a7aac"
"@oclif/config@^1.6.27":
version "1.6.27"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.27.tgz#d3de1cff71301784c8e4ee3903d3f7db21a18c3f"
dependencies:
debug "^3.1.0"
tslib "^1.9.2"

"@oclif/dev-cli@^1.13.22":
version "1.13.22"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.22.tgz#a9bc93551b8e4e749ead0a6c23fe6168ee072793"
"@oclif/dev-cli@^1.13.30":
version "1.13.30"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.30.tgz#bcda36f634b82d4591447f229cc5f735b477a598"
dependencies:
"@oclif/command" "^1.4.30"
"@oclif/config" "^1.6.18"
"@oclif/errors" "^1.1.1"
"@oclif/plugin-help" "^1.2.11"
cli-ux "^4.3.0"
"@oclif/command" "^1.4.32"
"@oclif/config" "^1.6.27"
"@oclif/errors" "^1.1.2"
"@oclif/plugin-help" "^2.0.4"
cli-ux "^4.6.0"
debug "^3.1.0"
fs-extra "^6.0.1"
lodash "^4.17.10"
normalize-package-data "^2.4.0"
qqjs "^0.3.9"
qqjs "^0.3.10"
require-resolve "^0.0.2"
tslib "^1.9.1"
tslib "^1.9.2"

"@oclif/errors@^1.1.1":
version "1.1.1"
Expand Down Expand Up @@ -112,11 +107,18 @@
"@oclif/linewrap" "^1.0.0"
chalk "^2.4.1"

"@oclif/plugin-help@^1.2.11":
version "1.2.11"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.11.tgz#e6413a6009519230bc4c7e7fe45d8e139939e657"
"@oclif/parser@^3.4.1":
version "3.5.0"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.5.0.tgz#cd2429411513a77c4ed97c9fb22b72b76555eda9"
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^2.4.1"

"@oclif/plugin-help@^2.0.4":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-2.0.4.tgz#32cf1dc7696f626a6065109a17b0f061adb14243"
dependencies:
"@oclif/command" "^1.4.29"
"@oclif/command" "^1.4.30"
chalk "^2.4.1"
indent-string "^3.2.0"
lodash.template "^4.4.0"
Expand All @@ -128,11 +130,11 @@
version "1.0.2"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.2.tgz#c9d7c84b0ea60ecec8dd7a9b22c012ba9967aed8"

"@oclif/test@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.0.6.tgz#45dbab5610caed9f178e33ff6b416f6ce2dc245c"
"@oclif/test@^1.0.9":
version "1.0.9"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.0.9.tgz#302955b80159be78bc7b698aec4b0d2164d06b76"
dependencies:
fancy-test "^1.0.6"
fancy-test "^1.1.4"

"@oclif/tslint@^1.1.2":
version "1.1.2"
Expand Down Expand Up @@ -186,18 +188,32 @@
version "5.2.0"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.0.tgz#b3c8e69f038835db1a7fdc0b3d879fc50506e29e"

"@types/mocha@^5.2.1":
version "5.2.1"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.1.tgz#465450aaf5cec6f7d35523748c6cc89a5e222dc5"

"@types/nock@^9.1.3":
version "9.1.3"
resolved "https://registry.yarnpkg.com/@types/nock/-/nock-9.1.3.tgz#1d445679375b9e25afd449dc56585f81729454e8"
dependencies:
"@types/node" "*"

"@types/node@*":
version "9.6.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.6.tgz#439b91f9caf3983cad2eef1e11f6bedcbf9431d2"

"@types/node@^10.1.2":
version "10.1.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.1.2.tgz#1b928a0baa408fc8ae3ac012cc81375addc147c6"
"@types/node@^10.3.0":
version "10.3.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.3.0.tgz#078516315a84d56216b5d4fed8f75d59d3b16cac"

"@types/semver@^5.5.0":
version "5.5.0"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-5.5.0.tgz#146c2a29ee7d3bae4bf2fcb274636e264c813c45"

"@types/sinon@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-5.0.1.tgz#a15b36ec42f1f53166617491feabd1734cb03e21"

"@types/supports-color@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@types/supports-color/-/supports-color-5.3.0.tgz#eb6a52e9531fb3ebcd401cec774d1bdfb571f793"
Expand Down Expand Up @@ -363,13 +379,6 @@ call-me-maybe@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b"

cardinal@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/cardinal/-/cardinal-2.0.1.tgz#2431630e6c006253b803967249b2d72e50d1985d"
dependencies:
ansicolors "~0.3.2"
redeyed "~2.0.0"

cardinal@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/cardinal/-/cardinal-2.1.1.tgz#7cc1055d822d212954d07b085dea251cc7bc5505"
Expand Down Expand Up @@ -435,30 +444,9 @@ clean-stack@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31"

cli-ux@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.3.0.tgz#048f6334ef50cc5ab7cc0d51725c3888c75cbc41"
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.2"
ansi-styles "^3.2.1"
cardinal "^2.0.0"
chalk "^2.4.1"
clean-stack "^1.3.0"
extract-stack "^1.0.0"
fs-extra "^6.0.1"
hyperlinker "^1.0.0"
indent-string "^3.2.0"
lodash "^4.17.10"
password-prompt "^1.0.6"
semver "^5.5.0"
strip-ansi "^4.0.0"
supports-color "^5.4.0"
supports-hyperlinks "^1.0.1"

cli-ux@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.4.0.tgz#b7536e144b48d18d960bb695cbac3707178f1e90"
cli-ux@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.6.0.tgz#b3c6c4525c66ae0b6c0003db119609cd65c0a9ab"
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.2"
Expand Down Expand Up @@ -674,10 +662,16 @@ extract-stack@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-1.0.0.tgz#b97acaf9441eea2332529624b732fc5a1c8165fa"

fancy-test@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.0.6.tgz#e0a061ecdcfb9d8fbea1f86375ed26e258ed7243"
fancy-test@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.1.4.tgz#1bcc7b7a526218a85ed1ff0d2e95afc4b69fab23"
dependencies:
"@types/chai" "^4.1.3"
"@types/lodash" "^4.14.109"
"@types/mocha" "^5.2.0"
"@types/nock" "^9.1.3"
"@types/node" "^10.3.0"
"@types/sinon" "^5.0.1"
lodash "^4.17.10"
stdout-stderr "^0.1.9"

Expand Down Expand Up @@ -849,9 +843,9 @@ http-call@^5.1.2:
is-stream "^1.1.0"
tunnel-agent "^0.6.0"

http-call@^5.1.3:
version "5.1.3"
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.1.3.tgz#1864c6588985538fbf97c6ba1b2dbbebb609c459"
http-call@^5.1.4:
version "5.1.4"
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.1.4.tgz#fc37a1f6638ece82aba3d12eb6030f0889da850a"
dependencies:
content-type "^1.0.4"
debug "^3.1.0"
Expand Down Expand Up @@ -1374,9 +1368,9 @@ pump@^1.0.0:
end-of-stream "^1.1.0"
once "^1.3.1"

qqjs@^0.3.9:
version "0.3.9"
resolved "https://registry.yarnpkg.com/qqjs/-/qqjs-0.3.9.tgz#8993e0be58aaf2e5b842a732b33de991d7edb625"
qqjs@^0.3.10:
version "0.3.10"
resolved "https://registry.yarnpkg.com/qqjs/-/qqjs-0.3.10.tgz#ae3af7cb4c424242db4aa9b92c42d29fa9101562"
dependencies:
chalk "^2.4.1"
debug "^3.1.0"
Expand Down Expand Up @@ -1404,12 +1398,6 @@ readable-stream@^2.0.0, readable-stream@^2.3.5:
string_decoder "~1.1.1"
util-deprecate "~1.0.1"

redeyed@~2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/redeyed/-/redeyed-2.0.0.tgz#e7ae722cd4ce4dbc537cb5810fef3de2ac76ff12"
dependencies:
esprima "~4.0.0"

redeyed@~2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/redeyed/-/redeyed-2.1.1.tgz#8984b5815d99cb220469c99eeeffe38913e6cc0b"
Expand Down Expand Up @@ -1708,9 +1696,9 @@ to-regex@^3.0.1, to-regex@^3.0.2:
regex-not "^1.0.2"
safe-regex "^1.1.0"

ts-node@^6.0.4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-6.0.4.tgz#245af3a8cdf3baa1121893fe12b9a54ee297c4c5"
ts-node@^6.0.5:
version "6.0.5"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-6.0.5.tgz#977c1c931da7a2b09ae2930101f0104a5c2271e9"
dependencies:
arrify "^1.0.0"
chalk "^2.3.0"
Expand All @@ -1725,9 +1713,9 @@ [email protected], tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1:
version "1.9.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"

tslib@^1.9.1:
version "1.9.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.1.tgz#a5d1f0532a49221c87755cfcc89ca37197242ba7"
tslib@^1.9.2:
version "1.9.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.2.tgz#8be0cc9a1f6dc7727c38deb16c2ebd1a2892988e"

tslint-consistent-codestyle@^1.11.0:
version "1.13.0"
Expand Down Expand Up @@ -1798,9 +1786,9 @@ type-detect@^4.0.0:
version "4.0.8"
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"

typescript@^2.8.3:
version "2.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.3.tgz#5d817f9b6f31bb871835f4edf0089f21abe6c170"
typescript@^2.9.1:
version "2.9.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.1.tgz#fdb19d2c67a15d11995fd15640e373e09ab09961"

union-value@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit dfac3c3

Please sign in to comment.