Skip to content

Commit

Permalink
chore: migrate to cli-table3 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and homerchen19 committed Jun 15, 2018
1 parent 54092f1 commit f8951c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"blessed": "^0.1.81",
"cfonts": "^1.1.3",
"chalk": "^2.3.0",
"cli-table2": "^0.2.0",
"cli-table3": "^0.5.0",
"commander": "^2.11.0",
"date-fns": "^1.29.0",
"delay": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/__tests__/table.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Table from 'cli-table2';
import Table from 'cli-table3';

import { basicTable } from '../table';

Expand Down
2 changes: 1 addition & 1 deletion src/utils/table.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Table from 'cli-table2';
import Table from 'cli-table3';

const basicTable = () =>
new Table({
Expand Down
14 changes: 5 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1310,12 +1310,12 @@ cli-spinners@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-1.1.0.tgz#f1847b168844d917a671eb9d147e3df497c90d06"

cli-table2@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/cli-table2/-/cli-table2-0.2.0.tgz#2d1ef7f218a0e786e214540562d4bd177fe32d97"
cli-table3@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.5.0.tgz#adb2f025715f4466e67629783c8d73e9030eb4bd"
dependencies:
lodash "^3.10.1"
string-width "^1.0.1"
object-assign "^4.1.0"
string-width "^2.1.1"
optionalDependencies:
colors "^1.1.2"

Expand Down Expand Up @@ -3847,10 +3847,6 @@ lodash.toarray@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"

lodash@^3.10.1:
version "3.10.1"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"

lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
Expand Down

0 comments on commit f8951c4

Please sign in to comment.