Skip to content

Commit

Permalink
fix: Restore Node v4 support by downgrading cli-table3
Browse files Browse the repository at this point in the history
`cli-table3` no longer supports Node v4 as of v0.5.0. Downgrading to
`cli-table3@0.4.0` restores Node v4 support, and should fix the nightly
`test-e2e-ubuntu1604` CircleCI test that has been failing
  • Loading branch information
Gudahtt committed Oct 12, 2018
1 parent b3d136f commit 07556d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"bytes": "^3.0.0",
"camelcase": "^4.0.0",
"chalk": "^2.1.0",
"cli-table3": "^0.5.1",
"cli-table3": "^0.4.0",
"commander": "^2.9.0",
"death": "^1.0.0",
"debug": "^3.0.0",
Expand Down
13 changes: 7 additions & 6 deletions yarn.lock
Expand Up @@ -1766,13 +1766,14 @@ cli-cursor@^2.1.0:
dependencies:
restore-cursor "^2.0.0"

cli-table3@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.5.1.tgz#0252372d94dfc40dbd8df06005f48f31f656f202"
integrity sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==
cli-table3@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.4.0.tgz#a7fd50f011d734e3f16403cfcbedbea97659e417"
integrity sha512-o0slI6EFJNI2aKE9jG1bVN6jXJG2vjzYsGhyd9RqRV/YiiEmzSwNNXb5qJmfLDSOdvfA6sUvdKVvi3p3Y1apxA==
dependencies:
kind-of "^3.0.4"
object-assign "^4.1.0"
string-width "^2.1.1"
string-width "^1.0.1"
optionalDependencies:
colors "^1.1.2"

Expand Down Expand Up @@ -4774,7 +4775,7 @@ kind-of@^1.1.0:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-1.1.0.tgz#140a3d2d41a36d2efcfa9377b62c24f8495a5c44"
integrity sha1-FAo9LUGjbS78+pN3tiwk+ElaXEQ=

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"
integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=
Expand Down

0 comments on commit 07556d4

Please sign in to comment.