Skip to content

Commit

Permalink
Update cli-table2 to cli-table3
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jun 12, 2018
1 parent 4f8b32a commit 2817b04
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
],
"dependencies": {
"chalk": "^2.3.0",
"cli-table2": "^0.2.0",
"cli-table3": "^0.4.0",
"core-object": "^3.1.5",
"debug": "^3.1.0",
"ember-try-config": "^3.0.0",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Expand Up @@ -1567,6 +1567,16 @@ cli-table2@^0.2.0:
optionalDependencies:
colors "^1.1.2"

cli-table3@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.4.0.tgz#a7fd50f011d734e3f16403cfcbedbea97659e417"
dependencies:
kind-of "^3.0.4"
object-assign "^4.1.0"
string-width "^1.0.1"
optionalDependencies:
colors "^1.1.2"

cli-table@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.1.tgz#f53b05266a8b1a0b934b3d0821e6e2dc5914ae23"
Expand Down Expand Up @@ -4108,7 +4118,7 @@ keyv@3.0.0:
dependencies:
json-buffer "3.0.0"

kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.0.4, kind-of@^3.2.0:
version "3.2.2"
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
dependencies:
Expand Down

0 comments on commit 2817b04

Please sign in to comment.