Skip to content

Commit e028262

Browse files
Barthélémy LedouxdmtrKovalenko
Barthélémy Ledoux
andauthored
fix: update dependencies of npm/react-vue (#15095)
BREAKING CHANGE: change of architecture for component testing Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>
1 parent 5696bee commit e028262

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

npm/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"dependencies": {
1919
"@babel/plugin-transform-modules-commonjs": "7.12.1",
2020
"@cypress/code-coverage": "3.8.6",
21-
"@cypress/webpack-dev-server": "0.0.0-development",
2221
"@cypress/webpack-preprocessor": "0.0.0-development",
2322
"babel-plugin-istanbul": "6.0.0",
2423
"debug": "4.3.2",
@@ -37,6 +36,7 @@
3736
"@babel/preset-typescript": "7.10.4",
3837
"@bahmutov/cy-api": "1.4.2",
3938
"@bahmutov/cy-rollup": "2.0.0",
39+
"@cypress/webpack-dev-server": "0.0.0-development",
4040
"@date-io/date-fns": "1",
4141
"@emotion/babel-preset-css-prop": "10.0.27",
4242
"@emotion/core": "10.0.22",

npm/vue/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@
1212
"watch": "tsc -w"
1313
},
1414
"dependencies": {
15-
"@babel/plugin-transform-modules-commonjs": "7.10.4",
1615
"@cypress/code-coverage": "3.8.1",
17-
"@cypress/webpack-preprocessor": "0.0.0-development",
18-
"@intlify/vue-i18n-loader": "1.0.0",
16+
"@cypress/webpack-dev-server": "0.0.0-development",
1917
"@vue/test-utils": "1.0.3",
20-
"babel-plugin-istanbul": "6.0.0",
21-
"debug": "4.3.2",
22-
"find-webpack": "2.1.0",
2318
"unfetch": "4.1.0"
2419
},
2520
"devDependencies": {
2621
"@babel/core": "7.9.0",
22+
"@babel/plugin-transform-modules-commonjs": "7.10.4",
2723
"@babel/preset-env": "7.9.5",
24+
"@intlify/vue-i18n-loader": "1.0.0",
2825
"@vue/cli-plugin-babel": "~4.4.0",
2926
"@vue/cli-service": "~4.4.0",
3027
"axios": "0.19.2",
3128
"babel-loader": "8.1.0",
29+
"babel-plugin-istanbul": "6.0.0",
3230
"css-loader": "3.4.2",
3331
"cypress": "0.0.0-development",
32+
"debug": "4.3.2",
3433
"eslint-plugin-vue": "^6.2.2",
34+
"find-webpack": "2.1.0",
3535
"mocha": "7.1.1",
3636
"tailwindcss": "1.1.4",
3737
"typescript": "3.9.6",

0 commit comments

Comments
 (0)