Skip to content

Commit

Permalink
replace abandoned cli-table2 dep for currently maintained cli-t… (#5118)
Browse files Browse the repository at this point in the history
* replace abandoned cli-table2 dep for currently maintained cli-table3 dep

* update dep require :P
  • Loading branch information
jennifer-shehane authored Sep 10, 2019
1 parent 9fa3f09 commit 1a4ac7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/server/lib/util/terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
*/
const _ = require('lodash')
const chalk = require('chalk')
const Table = require('cli-table2')
const utils = require('cli-table2/src/utils')
const Table = require('cli-table3')
const utils = require('cli-table3/src/utils')
const widestLine = require('widest-line')
const terminalSize = require('./terminal-size')

Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"check-more-types": "2.24.0",
"chokidar": "3.0.1",
"cjsxify": "0.3.0",
"cli-table2": "0.2.0",
"cli-table3": "0.5.1",
"color-string": "1.5.3",
"common-tags": "1.8.0",
"compression": "1.7.4",
Expand Down

4 comments on commit 1a4ac7d

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1a4ac7d Sep 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.5.0/linux-x64/circle-develop-1a4ac7d84c01b1232e40a24fd83a2e5e1a181a3c-150843/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.5.0/circle-develop-1a4ac7d84c01b1232e40a24fd83a2e5e1a181a3c-150860/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1a4ac7d Sep 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.5.0/win32-x64/appveyor-develop-1a4ac7d84c01b1232e40a24fd83a2e5e1a181a3c-27319684/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.5.0/win32-x64/appveyor-develop-1a4ac7d84c01b1232e40a24fd83a2e5e1a181a3c-27319684/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1a4ac7d Sep 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.5.0/win32-ia32/appveyor-develop-1a4ac7d84c01b1232e40a24fd83a2e5e1a181a3c-27319684/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.5.0/win32-ia32/appveyor-develop-1a4ac7d84c01b1232e40a24fd83a2e5e1a181a3c-27319684/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1a4ac7d Sep 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.5.0/darwin-x64/circle-develop-1a4ac7d84c01b1232e40a24fd83a2e5e1a181a3c-150863/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.5.0/circle-develop-1a4ac7d84c01b1232e40a24fd83a2e5e1a181a3c-150861/cypress.tgz

Please sign in to comment.