Commit c4151fb Barthélémy Ledoux
authored
1 parent b2ccd4d commit c4151fb Copy full SHA for c4151fb
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 96
96
"webpack-cli" : " 3.3.9"
97
97
},
98
98
"peerDependencies" : {
99
- "@babel/core" : " ^=7.x " ,
100
- "@babel/preset-env" : " ^=7.x " ,
99
+ "@babel/core" : " >=7 " ,
100
+ "@babel/preset-env" : " >=7 " ,
101
101
"@cypress/webpack-dev-server" : " *" ,
102
102
"@types/react" : " ^16.9.16 || ^17.0.0" ,
103
- "babel-loader" : " ^=8.x " ,
103
+ "babel-loader" : " >=8 " ,
104
104
"cypress" : " *" ,
105
- "next" : " ^=8.x " ,
105
+ "next" : " >=8 " ,
106
106
"react" : " ^=16.x || ^=17.x" ,
107
107
"react-dom" : " ^=16.x || ^=17.x" ,
108
- "webpack" : " ^=3.x "
108
+ "webpack" : " >=4 "
109
109
},
110
110
"files" : [
111
111
" 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