Commit 500cab9 1 parent 8a83bb1 commit 500cab9 Copy full SHA for 500cab9
File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 97
97
"webpack-cli" : " 3.3.9"
98
98
},
99
99
"peerDependencies" : {
100
- "@babel/core" : " ^=7.x " ,
101
- "@babel/preset-env" : " ^=7.x " ,
100
+ "@babel/core" : " >=7 " ,
101
+ "@babel/preset-env" : " >=7 " ,
102
102
"@cypress/webpack-dev-server" : " *" ,
103
103
"@types/react" : " ^16.9.16 || ^17.0.0" ,
104
- "babel-loader" : " ^=8.x " ,
104
+ "babel-loader" : " >=8 " ,
105
105
"cypress" : " *" ,
106
- "next" : " ^=8.x " ,
106
+ "next" : " >=8 " ,
107
107
"react" : " ^=16.x || ^=17.x" ,
108
108
"react-dom" : " ^=16.x || ^=17.x" ,
109
- "webpack" : " ^=3.x "
109
+ "webpack" : " >=4 "
110
110
},
111
111
"files" : [
112
112
" dist" ,
Original file line number Diff line number Diff line change 55
55
},
56
56
"peerDependencies" : {
57
57
"@cypress/webpack-dev-server" : " *" ,
58
- "babel-loader" : " 8" ,
59
58
"cypress" : " >=4.5.0" ,
60
- "vue" : " 2.x "
59
+ "vue" : " ^2.0.0 "
61
60
},
62
61
"files" : [
63
62
" dist/**/*" ,
You can’t perform that action at this time.
0 commit comments