Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 3, 2018
1 parent 95039c9 commit 52a4094
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 33 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.4.18",
"@oclif/config": "^1.6.16",
"@oclif/errors": "^1.0.7",
"@oclif/command": "^1.4.19",
"@oclif/config": "^1.6.17",
"@oclif/errors": "^1.0.8",
"@types/semver": "^5.5.0",
"cli-ux": "^3.4.1",
"cross-spawn": "^6.0.5",
Expand All @@ -21,9 +21,9 @@
"tar-fs": "^1.16.2"
},
"devDependencies": {
"@oclif/dev-cli": "^1.13.12",
"@oclif/dev-cli": "^1.13.14",
"@oclif/plugin-help": "^1.2.7",
"@oclif/test": "^1.0.5",
"@oclif/test": "^1.0.6",
"@oclif/tslint": "^1.1.0",
"@types/chai": "^4.1.3",
"@types/cross-spawn": "^6.0.0",
Expand All @@ -32,7 +32,7 @@
"@types/glob": "^5.0.35",
"@types/lodash": "^4.14.108",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.2",
"@types/node": "^10.0.3",
"@types/supports-color": "^5.3.0",
"@types/write-json-file": "^2.2.1",
"chai": "^4.1.2",
Expand Down
63 changes: 36 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"

"@oclif/command@^1.4.17", "@oclif/command@^1.4.18":
"@oclif/command@^1.4.18":
version "1.4.18"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.18.tgz#1095bab6917287a5e87eb7529d4d39d7fc53d362"
dependencies:
Expand All @@ -43,23 +43,32 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.6.16":
version "1.6.16"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.16.tgz#6bcb03bf30ee54eeafa788777d965bf47bb5047d"
"@oclif/command@^1.4.19":
version "1.4.19"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.19.tgz#7158eec97d9b4c4a109181e6a71bd83d34757254"
dependencies:
"@oclif/errors" "^1.0.6"
"@oclif/parser" "^3.3.3"
debug "^3.1.0"
semver "^5.5.0"

"@oclif/dev-cli@^1.13.12":
version "1.13.12"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.12.tgz#444edc1e4b4798ab369e90a797aa7a43534d6777"
"@oclif/config@^1.6.17":
version "1.6.17"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.17.tgz#e9608f56e5acd49fcaf3bbfcc3e8818d81b1ba12"
dependencies:
"@oclif/command" "^1.4.17"
"@oclif/config" "^1.6.16"
"@oclif/errors" "^1.0.6"
"@oclif/plugin-help" "^1.2.6"
debug "^3.1.0"

"@oclif/dev-cli@^1.13.14":
version "1.13.14"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.14.tgz#fcfb899f6da512c6cdaf21e01667ec58217c677a"
dependencies:
"@oclif/command" "^1.4.19"
"@oclif/config" "^1.6.17"
"@oclif/errors" "^1.0.8"
"@oclif/plugin-help" "^1.2.7"
cli-ux "^3.4.1"
debug "^3.1.0"
fs-extra "^5.0.0"
fs-extra "^6.0.0"
lodash "^4.17.10"
normalize-package-data "^2.4.0"
qqjs "^0.3.8"
Expand All @@ -76,9 +85,9 @@
strip-ansi "^4.0.0"
wrap-ansi "^3.0.1"

"@oclif/errors@^1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.7.tgz#13d7205801944c341534370e65140d21ab929e24"
"@oclif/errors@^1.0.8":
version "1.0.8"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.8.tgz#2f8239267506bb7c3f5fd776144c2686e5b7fff7"
dependencies:
clean-stack "^1.3.0"
fs-extra "^6.0.0"
Expand All @@ -97,7 +106,7 @@
"@oclif/linewrap" "^1.0.0"
chalk "^2.4.0"

"@oclif/plugin-help@^1.2.6", "@oclif/plugin-help@^1.2.7":
"@oclif/plugin-help@^1.2.7":
version "1.2.7"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.7.tgz#4fdfa9cfe53b8bc68b6fabba1126e13debebc87b"
dependencies:
Expand All @@ -113,11 +122,11 @@
version "1.0.2"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.2.tgz#c9d7c84b0ea60ecec8dd7a9b22c012ba9967aed8"

"@oclif/test@^1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.0.5.tgz#2b8e8384148a75c6cc6ef20df54cfa55cde15d4e"
"@oclif/test@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.0.6.tgz#45dbab5610caed9f178e33ff6b416f6ce2dc245c"
dependencies:
fancy-test "^1.0.5"
fancy-test "^1.0.6"

"@oclif/tslint@^1.1.0":
version "1.1.0"
Expand Down Expand Up @@ -175,9 +184,9 @@
version "9.6.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.6.tgz#439b91f9caf3983cad2eef1e11f6bedcbf9431d2"

"@types/node@^10.0.2":
version "10.0.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.2.tgz#180046ebbc37de8b64777765c2486ebecb59448e"
"@types/node@^10.0.3":
version "10.0.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.3.tgz#1f89840c7aac2406cc43a2ecad98fc02a8e130e4"

"@types/semver@^5.5.0":
version "5.5.0"
Expand Down Expand Up @@ -644,11 +653,11 @@ 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.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.0.5.tgz#323970de576f7dc0938402c3a731ee4d59896a11"
fancy-test@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.0.6.tgz#e0a061ecdcfb9d8fbea1f86375ed26e258ed7243"
dependencies:
lodash "^4.17.5"
lodash "^4.17.10"
stdout-stderr "^0.1.9"

fast-glob@^2.0.2:
Expand Down

0 comments on commit 52a4094

Please sign in to comment.