Skip to content

Commit

Permalink
chore(deps): update dependency electron to version 7.1.10 🌟 (#6242)
Browse files Browse the repository at this point in the history
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
  • Loading branch information
2 people authored and flotwig committed Jan 24, 2020
1 parent 43b1665 commit a74bdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"minimist": "1.2.0"
},
"devDependencies": {
"electron": "7.1.9",
"electron": "7.1.10",
"mocha": "3.5.3"
},
"files": [
Expand Down

4 comments on commit a74bdff

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a74bdff Jan 24, 2020

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.8.3/linux-x64/circle-develop-a74bdff1a866fb27c618afee8c01cb81a4b635b7-235630/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.8.3/circle-develop-a74bdff1a866fb27c618afee8c01cb81a4b635b7-235625/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a74bdff Jan 24, 2020

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.8.3/win32-x64/appveyor-develop-a74bdff1a866fb27c618afee8c01cb81a4b635b7-30338765/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.8.3/win32-x64/appveyor-develop-a74bdff1a866fb27c618afee8c01cb81a4b635b7-30338765/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a74bdff Jan 24, 2020

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.8.3/win32-ia32/appveyor-develop-a74bdff1a866fb27c618afee8c01cb81a4b635b7-30338765/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.8.3/win32-ia32/appveyor-develop-a74bdff1a866fb27c618afee8c01cb81a4b635b7-30338765/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a74bdff Jan 24, 2020

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.8.3/darwin-x64/circle-develop-a74bdff1a866fb27c618afee8c01cb81a4b635b7-235727/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.8.3/circle-develop-a74bdff1a866fb27c618afee8c01cb81a4b635b7-235670/cypress.tgz

Please sign in to comment.