Commit fa969fb 1 parent ea53307 commit fa969fb Copy full SHA for fa969fb
File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 103
103
"peerDependencies" : {
104
104
"@babel/core" : " ^=7.x" ,
105
105
"@babel/preset-env" : " ^=7.x" ,
106
+ "@cypress/webpack-dev-server" : " *" ,
106
107
"@types/react" : " ^16.9.16 || ^17.0.0" ,
107
108
"babel-loader" : " ^=8.x" ,
108
109
"cypress" : " *" ,
141
142
"@babel/preset-env" : {
142
143
"optional" : true
143
144
},
145
+ "@cypress/webpack-dev-server" : {
146
+ "optional" : true
147
+ },
144
148
"@types/react" : {
145
149
"optional" : true
146
150
},
Original file line number Diff line number Diff line change 12
12
"watch" : " tsc -w"
13
13
},
14
14
"dependencies" : {
15
- "@cypress/webpack-dev-server" : " 0.0.0-development" ,
16
15
"@vue/test-utils" : " 1.0.3" ,
17
16
"unfetch" : " 4.1.0"
18
17
},
21
20
"@babel/plugin-transform-modules-commonjs" : " 7.10.4" ,
22
21
"@babel/preset-env" : " 7.9.5" ,
23
22
"@cypress/code-coverage" : " 3.8.1" ,
23
+ "@cypress/webpack-dev-server" : " 0.0.0-development" ,
24
24
"@intlify/vue-i18n-loader" : " 1.0.0" ,
25
25
"@vue/cli-plugin-babel" : " ~4.4.0" ,
26
26
"@vue/cli-service" : " ~4.4.0" ,
45
45
"webpack" : " 4.42.0"
46
46
},
47
47
"peerDependencies" : {
48
+ "@cypress/webpack-dev-server" : " *" ,
48
49
"babel-loader" : " 8" ,
49
50
"cypress" : " >=4.5.0" ,
50
51
"vue" : " 2.x"
68
69
" cypress" ,
69
70
" vue"
70
71
],
72
+ "peerDependenciesMeta" : {
73
+ "@cypress/webpack-dev-server" : {
74
+ "optional" : true
75
+ }
76
+ },
71
77
"publishConfig" : {
72
78
"access" : " public" ,
73
79
"registry" : " http://registry.npmjs.org/"
You can’t perform that action at this time.
0 commit comments