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 abe43d8 commit de75032
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/command": "^1.3.0",
"@oclif/command": "^1.3.1",
"chalk": "^2.3.1",
"indent-string": "^3.2.0",
"lodash.template": "^4.4.0",
Expand Down
32 changes: 14 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,14 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"

"@oclif/command@^1.2.21", "@oclif/command@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.3.0.tgz#37867cb8d00c190d22fb6e3636dc1c5b189e6bf6"
"@oclif/command@^1.2.21", "@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.9"
semver "^5.5.0"

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

"@oclif/config@^1.3.55":
"@oclif/config@^1.3.52", "@oclif/config@^1.3.55":
version "1.3.55"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.55.tgz#f7417eb5c0eaea7c738c4fa65361b7c12935b615"

Expand Down Expand Up @@ -77,8 +73,8 @@
"@heroku/linewrap" "^1.0.0"

"@oclif/plugin-help@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.0.3.tgz#eba065d51401a9935202278ecd5987599e9a7a5c"
version "1.0.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.0.4.tgz#cdfae67c36c7088e263dd67b47eb7d28daaa9ff8"
dependencies:
"@oclif/command" "^1.3.0"
chalk "^2.3.1"
Expand Down Expand Up @@ -147,8 +143,8 @@
"@types/lodash" "*"

"@types/lodash@*":
version "4.14.102"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.102.tgz#586a3e22385fc79b07cef9c5a1c8a5387986fbc8"
version "4.14.104"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.104.tgz#53ee2357fa2e6e68379341d92eb2ecea4b11bb80"

"@types/mocha@^2.2.48":
version "2.2.48"
Expand Down Expand Up @@ -209,8 +205,8 @@ ansicolors@~0.2.1:
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.2.1.tgz#be089599097b74a5c9c4a84a0cdbcdb62bd87aef"

argparse@^1.0.7:
version "1.0.9"
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86"
version "1.0.10"
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
dependencies:
sprintf-js "~1.0.2"

Expand Down Expand Up @@ -393,8 +389,8 @@ clean-stack@^1.3.0:
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31"

cli-ux@^3.3.18, cli-ux@^3.3.19:
version "3.3.22"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.22.tgz#88f0f0361c9bf3425647123f97dcd9d9b6ce6c91"
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.1"
Expand Down Expand Up @@ -1035,8 +1031,8 @@ lru-cache@^4.0.1:
yallist "^2.1.2"

make-error@^1.1.1:
version "1.3.3"
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.3.tgz#a97ae14ffd98b05f543e83ddc395e1b2b6e4cc6a"
version "1.3.4"
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.4.tgz#19978ed575f9e9545d2ff8c13e33b5d18a67d535"

map-cache@^0.2.2:
version "0.2.2"
Expand Down

0 comments on commit de75032

Please sign in to comment.