Skip to content

Commit

Permalink
refactor: @packages/runner-shared should also be devDependencies (#17133
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tgriesser authored Jun 29, 2021
1 parent 7193c1c commit 7276f5e
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions packages/runner-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,26 @@
"test": "yarn test-unit",
"test-unit": "mocha --config test/.mocharc.json src/**/*.spec.* --exit"
},
"dependencies": {
"@cypress/react-tooltip": "0.5.3",
"ansi-to-html": "0.6.14",
"classnames": "2.3.1",
"lodash": "4.17.21",
"mobx": "5.15.4",
"mobx-react": "6.1.8",
"nanoid": "3.1.20",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"dependencies": {},
"devDependencies": {
"@cypress/design-system": "0.0.0-development",
"@cypress/react-tooltip": "0.5.3",
"@packages/driver": "0.0.0-development",
"@packages/socket": "0.0.0-development",
"@packages/web-config": "0.0.0-development",
"ansi-to-html": "0.6.14",
"chai": "4.2.0",
"chai-enzyme": "1.0.0-beta.1",
"classnames": "2.3.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"lodash": "4.17.21",
"mobx": "5.15.4",
"mobx-react": "6.1.8",
"mocha": "7.0.1",
"nanoid": "3.1.20",
"react": "16.8.6",
"react-dom": "16.8.6",
"sinon": "7.5.0",
"sinon-chai": "3.3.0"
}
Expand Down

4 comments on commit 7276f5e

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7276f5e Jun 29, 2021

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.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.7.0/circle-develop-7276f5e2b31ac94798cff94b1ac55157744ef9e2/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7276f5e Jun 29, 2021

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.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.7.0/appveyor-develop-7276f5e2b31ac94798cff94b1ac55157744ef9e2/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7276f5e Jun 29, 2021

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.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.7.0/appveyor-develop-7276f5e2b31ac94798cff94b1ac55157744ef9e2/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7276f5e Jun 29, 2021

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.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.7.0/circle-develop-7276f5e2b31ac94798cff94b1ac55157744ef9e2/cypress.tgz

Please sign in to comment.