Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 21, 2018
1 parent 93ce53a commit e5a8ad7
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 32 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"bin": "./bin/run",
"bugs": "https://github.com/oclif/oclif/issues",
"dependencies": {
"@oclif/command": "^1.4.13",
"@oclif/config": "^1.6.4",
"@oclif/errors": "^1.0.4",
"@oclif/plugin-help": "^1.2.4",
"@oclif/command": "^1.4.14",
"@oclif/config": "^1.6.13",
"@oclif/errors": "^1.0.6",
"@oclif/plugin-help": "^1.2.5",
"@oclif/plugin-not-found": "^1.0.6",
"@oclif/plugin-warn-if-update-available": "^1.3.1",
"@oclif/plugin-warn-if-update-available": "^1.3.3",
"debug": "^3.1.0",
"fixpack": "^2.3.1",
"lodash": "^4.17.5",
Expand All @@ -22,7 +22,7 @@
"yosay": "^2.0.2"
},
"devDependencies": {
"@oclif/dev-cli": "^1.13.1",
"@oclif/dev-cli": "^1.13.5",
"@oclif/tslint": "^1.1.0",
"@types/lodash": "^4.14.107",
"@types/read-pkg": "^3.0.0",
Expand All @@ -43,7 +43,7 @@
"tmp": "^0.0.33",
"ts-node": "^6.0.0",
"tslint": "^5.9.1",
"typescript": "^2.8.1"
"typescript": "^2.8.3"
},
"engines": {
"node": ">=8.0.0"
Expand Down
69 changes: 44 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,30 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.6.4":
version "1.6.4"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.4.tgz#4bcb51fa40646794031437d7904f0fbb56e5c072"
"@oclif/command@^1.4.14":
version "1.4.14"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.14.tgz#b9a65945566711dba1d180af05e427da9a673166"
dependencies:
"@oclif/errors" "^1.0.4"
"@oclif/parser" "^3.3.2"
debug "^3.1.0"
semver "^5.5.0"

"@oclif/dev-cli@^1.13.1":
version "1.13.1"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.1.tgz#3a40b2c5890c86413ef3a2fcf232178cff7e897c"
"@oclif/config@^1.6.13", "@oclif/config@^1.6.5":
version "1.6.13"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.13.tgz#fa4688a8a32afe49fd353a13aac6061b96eac1be"
dependencies:
"@oclif/command" "^1.4.13"
"@oclif/config" "^1.6.4"
"@oclif/errors" "^1.0.4"
"@oclif/plugin-help" "^1.2.4"
cli-ux "^3.3.30"
debug "^3.1.0"

"@oclif/dev-cli@^1.13.5":
version "1.13.5"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.5.tgz#5938f35e952aac14ac71017ddeaa1552f34ab5b7"
dependencies:
"@oclif/command" "^1.4.14"
"@oclif/config" "^1.6.13"
"@oclif/errors" "^1.0.6"
"@oclif/plugin-help" "^1.2.5"
cli-ux "^3.3.31"
debug "^3.1.0"
fs-extra "^5.0.0"
lodash "^4.17.5"
Expand All @@ -76,6 +85,16 @@
strip-ansi "^4.0.0"
wrap-ansi "^3.0.1"

"@oclif/errors@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.6.tgz#76b17906ac1beea252add52e8e8ed78229c33a7b"
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/linewrap@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
Expand All @@ -87,12 +106,12 @@
"@oclif/linewrap" "^1.0.0"
chalk "^2.3.2"

"@oclif/plugin-help@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.4.tgz#1b4349f7d570445ad5cfe4f925bfd832d4552aa2"
"@oclif/plugin-help@^1.2.5":
version "1.2.5"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.5.tgz#5a184cdac3d0cf9c12b444e693e5102b288bde24"
dependencies:
"@oclif/command" "^1.4.13"
chalk "^2.3.2"
chalk "^2.4.0"
indent-string "^3.2.0"
lodash.template "^4.4.0"
string-width "^2.1.1"
Expand All @@ -107,12 +126,12 @@
"@oclif/command" "^1.4.13"
string-similarity "^1.2.0"

"@oclif/plugin-warn-if-update-available@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-1.3.1.tgz#f0df2532daaa0a937750385445edea9a76f9e7ab"
"@oclif/plugin-warn-if-update-available@^1.3.3":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-1.3.3.tgz#aa234b03794e975ea11e88007a953f58256f5f29"
dependencies:
"@oclif/command" "^1.4.13"
"@oclif/config" "^1.6.4"
"@oclif/config" "^1.6.5"
"@oclif/errors" "^1.0.4"
chalk "^2.4.0"
debug "^3.1.0"
Expand Down Expand Up @@ -643,9 +662,9 @@ cli-table@^0.3.1:
dependencies:
colors "1.0.3"

cli-ux@^3.3.30:
version "3.3.31"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.31.tgz#e4f2a380df00ebf298189b83a77ae92cdfc7355f"
cli-ux@^3.3.31:
version "3.4.1"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.4.1.tgz#bfa17e75cd1a60547a11c515166117b05ea89cdd"
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.2"
Expand Down Expand Up @@ -3379,9 +3398,9 @@ typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"

typescript@^2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.1.tgz#6160e4f8f195d5ba81d4876f9c0cc1fbc0820624"
typescript@^2.8.3:
version "2.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.3.tgz#5d817f9b6f31bb871835f4edf0089f21abe6c170"

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

0 comments on commit e5a8ad7

Please sign in to comment.