Skip to content

Commit

Permalink
fix: update dependencies of npm/react-vue (#15095)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: change of architecture for
component testing

Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>
  • Loading branch information
elevatebart and dmtrKovalenko committed Feb 15, 2021
1 parent 5696bee commit e028262
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion npm/react/package.json
Expand Up @@ -18,7 +18,6 @@
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "7.12.1",
"@cypress/code-coverage": "3.8.6",
"@cypress/webpack-dev-server": "0.0.0-development",
"@cypress/webpack-preprocessor": "0.0.0-development",
"babel-plugin-istanbul": "6.0.0",
"debug": "4.3.2",
Expand All @@ -37,6 +36,7 @@
"@babel/preset-typescript": "7.10.4",
"@bahmutov/cy-api": "1.4.2",
"@bahmutov/cy-rollup": "2.0.0",
"@cypress/webpack-dev-server": "0.0.0-development",
"@date-io/date-fns": "1",
"@emotion/babel-preset-css-prop": "10.0.27",
"@emotion/core": "10.0.22",
Expand Down
12 changes: 6 additions & 6 deletions npm/vue/package.json
Expand Up @@ -12,26 +12,26 @@
"watch": "tsc -w"
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "7.10.4",
"@cypress/code-coverage": "3.8.1",
"@cypress/webpack-preprocessor": "0.0.0-development",
"@intlify/vue-i18n-loader": "1.0.0",
"@cypress/webpack-dev-server": "0.0.0-development",
"@vue/test-utils": "1.0.3",
"babel-plugin-istanbul": "6.0.0",
"debug": "4.3.2",
"find-webpack": "2.1.0",
"unfetch": "4.1.0"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-transform-modules-commonjs": "7.10.4",
"@babel/preset-env": "7.9.5",
"@intlify/vue-i18n-loader": "1.0.0",
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"axios": "0.19.2",
"babel-loader": "8.1.0",
"babel-plugin-istanbul": "6.0.0",
"css-loader": "3.4.2",
"cypress": "0.0.0-development",
"debug": "4.3.2",
"eslint-plugin-vue": "^6.2.2",
"find-webpack": "2.1.0",
"mocha": "7.1.1",
"tailwindcss": "1.1.4",
"typescript": "3.9.6",
Expand Down

4 comments on commit e028262

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e028262 Feb 15, 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/6.5.0/circle-develop-e028262aed485865c4f40162c1f8102970ef91f8/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e028262 Feb 15, 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/6.5.0/appveyor-develop-e028262aed485865c4f40162c1f8102970ef91f8/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e028262 Feb 15, 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/6.5.0/appveyor-develop-e028262aed485865c4f40162c1f8102970ef91f8/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e028262 Feb 15, 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/6.5.0/circle-develop-e028262aed485865c4f40162c1f8102970ef91f8/cypress.tgz

Please sign in to comment.