Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 17, 2018
1 parent 792e546 commit 19cbae5
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 43 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"bugs": "https://github.com/oclif/plugin-plugins/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.2.23",
"@oclif/command": "^1.3.1",
"chalk": "^2.3.1",
"cli-ux": "^3.3.19",
"cli-ux": "^3.3.23",
"debug": "^3.1.0",
"fs-extra": "^5.0.0",
"http-call": "^5.0.2",
Expand All @@ -26,12 +26,12 @@
"yarn": "^1.3.2"
},
"devDependencies": {
"@oclif/config": "^1.3.52",
"@oclif/dev-cli": "^1.0.0",
"@oclif/errors": "^1.0.1",
"@oclif/plugin-help": "^1.0.0",
"@oclif/config": "^1.3.55",
"@oclif/dev-cli": "^1.2.12",
"@oclif/errors": "^1.0.2",
"@oclif/plugin-help": "^1.0.4",
"@oclif/test": "^1.0.0",
"@oclif/tslint": "^1.0.1",
"@oclif/tslint": "^1.0.2",
"@types/chai": "^4.1.2",
"@types/fs-extra": "^5.0.0",
"@types/load-json-file": "^2.0.7",
Expand All @@ -46,7 +46,7 @@
"mocha": "^5.0.1",
"ts-node": "^4.1.0",
"tslint": "^5.9.1",
"typescript": "^2.7.1"
"typescript": "^2.7.2"
},
"engines": {
"node": ">=8.0.0"
Expand Down
78 changes: 43 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,67 +22,75 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"

"@oclif/command@^1.2.22", "@oclif/command@^1.2.23":
version "1.2.23"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.2.23.tgz#12bd96c3b4839a712f364d9aa36e463ba870d906"
"@oclif/command@^1.3.0", "@oclif/command@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.3.1.tgz#b2e063034f2fd39d89729bb2fe8f9cb070c4b4e1"
dependencies:
"@oclif/parser" "^3.2.8"
"@oclif/parser" "^3.2.9"
semver "^5.5.0"

"@oclif/config@^1.3.51", "@oclif/config@^1.3.52":
"@oclif/config@^1.3.52":
version "1.3.52"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.52.tgz#505711fdaecee880131c2fcec4d2b54d7c0b93c8"

"@oclif/dev-cli@^1.0.0":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.2.4.tgz#9f9c07d1fce3c26ef14e65594762ffc249492a2f"
"@oclif/config@^1.3.55":
version "1.3.55"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.55.tgz#f7417eb5c0eaea7c738c4fa65361b7c12935b615"

"@oclif/dev-cli@^1.2.12":
version "1.2.12"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.2.12.tgz#20accc2784b1ea0fad842b0639cdf6b260c59148"
dependencies:
"@oclif/command" "^1.2.22"
"@oclif/config" "^1.3.51"
"@oclif/errors" "^1.0.1"
"@oclif/plugin-help" "^1.0.1"
"@oclif/command" "^1.3.0"
"@oclif/config" "^1.3.52"
"@oclif/errors" "^1.0.2"
"@oclif/plugin-help" "^1.0.3"
lodash "^4.17.5"
lodash.template "^4.4.0"
normalize-package-data "^2.4.0"
require-resolve "^0.0.2"

"@oclif/errors@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.1.tgz#a660007a7d8b4a9573e2163d93359d510fbf05a1"
"@oclif/errors@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.2.tgz#0a3f773d673a3ccd8dc26bf2e3c49580afcbe30e"
dependencies:
clean-stack "^1.3.0"
fs-extra "^5.0.0"
indent-string "^3.2.0"
strip-ansi "^4.0.0"
wrap-ansi "^3.0.1"

"@oclif/parser@^3.2.8":
version "3.2.8"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.2.8.tgz#2b2e35b5c075d200d70950923acd64e258c5ae1d"
"@oclif/parser@^3.2.9":
version "3.2.9"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.2.9.tgz#76d01106971e20dfcfec5be276c4e6e9edfee9ec"
dependencies:
"@heroku/linewrap" "^1.0.0"

"@oclif/plugin-help@^1.0.0", "@oclif/plugin-help@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.0.1.tgz#1421438edfade7fa6aed4ae9b4aa6a8ff2d226d3"
"@oclif/plugin-help@^1.0.3", "@oclif/plugin-help@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.0.4.tgz#cdfae67c36c7088e263dd67b47eb7d28daaa9ff8"
dependencies:
"@oclif/command" "^1.2.23"
"@oclif/command" "^1.3.0"
chalk "^2.3.1"
indent-string "^3.2.0"
lodash.template "^4.4.0"
string-width "^2.1.1"
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@oclif/screen@^1.0.0":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.1.tgz#2e67c95911977a5badfff9b500e6e00dae40869c"
"@oclif/screen@^1.0.1":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.2.tgz#c9d7c84b0ea60ecec8dd7a9b22c012ba9967aed8"

"@oclif/test@^1.0.0":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.0.1.tgz#042c6e47319c739b34c54bf12aaff996f4e055fe"
dependencies:
fancy-test "^1.0.1"

"@oclif/tslint@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@oclif/tslint/-/tslint-1.0.1.tgz#ef68459638548e3a3a06fd6da60025fe33f4bcb8"
"@oclif/tslint@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@oclif/tslint/-/tslint-1.0.2.tgz#793d39758082f359469dba8ce5cfba041d7a7847"
dependencies:
tslint-xo "^0.6.0"

Expand Down Expand Up @@ -346,12 +354,12 @@ 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@^3.3.19:
version "3.3.19"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.19.tgz#e303faa923f061b91fb2c458f362ccfc7965a6b5"
cli-ux@^3.3.23:
version "3.3.23"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.23.tgz#5b9462aabb27acd91bb7abb6f91518b085167d99"
dependencies:
"@heroku/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.0"
"@oclif/screen" "^1.0.1"
ansi-styles "^3.2.0"
cardinal "^1.0.0"
chalk "^2.3.0"
Expand Down Expand Up @@ -1524,9 +1532,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.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.1.tgz#bb3682c2c791ac90e7c6210b26478a8da085c359"
typescript@^2.7.2:
version "2.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"

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

0 comments on commit 19cbae5

Please sign in to comment.