Skip to content

Commit

Permalink
fix(deps): update dependency browserify to version .x 🌟 (#4825)
Browse files Browse the repository at this point in the history

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
2 people authored and jennifer-shehane committed Jul 26, 2019
1 parent 8b98d7b commit 1324ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@cypress/icons": "0.7.0",
"bin-up": "1.2.0",
"browserify": "14.5.0",
"browserify": "15.2.0",
"chai": "3.5.0",
"coffeeify": "2.1.0",
"cross-env": "5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@ffmpeg-installer/ffmpeg": "1.0.19",
"ansi_up": "1.3.0",
"bluebird": "3.4.7",
"browserify": "14.5.0",
"browserify": "15.2.0",
"chai": "1.10.0",
"chalk": "2.4.2",
"charset": "1.0.1",
Expand Down

3 comments on commit 1324ec2

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1324ec2 Jul 26, 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.4.1/win32-ia32/appveyor-develop-1324ec2566956c75ff869718bb9d53e0ed8498f7-26258083/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.4.1/win32-ia32/appveyor-develop-1324ec2566956c75ff869718bb9d53e0ed8498f7-26258083/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1324ec2 Jul 26, 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.4.1/win32-x64/appveyor-develop-1324ec2566956c75ff869718bb9d53e0ed8498f7-26258083/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.4.1/win32-x64/appveyor-develop-1324ec2566956c75ff869718bb9d53e0ed8498f7-26258083/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1324ec2 Jul 26, 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.4.1/darwin-x64/circle-develop-1324ec2566956c75ff869718bb9d53e0ed8498f7-139148/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.4.1/circle-develop-1324ec2566956c75ff869718bb9d53e0ed8498f7-139149/cypress.tgz

Please sign in to comment.