File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 60
60
"webpack-sources" : " ^2.3.0" ,
61
61
"ws" : " ^7.5.0"
62
62
},
63
+ "peerDependencies" : {
64
+ "webpack" : " ^5.36.2"
65
+ },
63
66
"devDependencies" : {
64
67
"@babel/core" : " ^7.14.6" ,
65
68
"@babel/plugin-proposal-class-properties" : " ^7.14.5" ,
80
83
"autoprefixer" : " ^10.2.6" ,
81
84
"babel-loader" : " ^8.2.2" ,
82
85
"chai" : " ^4.3.4" ,
83
- "copy-webpack-plugin" : " ^9.0.0 " ,
86
+ "copy-webpack-plugin" : " ^8.1.1 " ,
84
87
"css-loader" : " ^5.2.6" ,
85
88
"husky" : " ^6.0.0" ,
86
89
"json-loader" : " ^0.5.7" ,
96
99
"tslint" : " ^5.20.1" ,
97
100
"tslint-config-prettier" : " ^1.18.0" ,
98
101
"typescript" : " ^4.3.4" ,
99
- "webpack" : " 5.40.0 " ,
102
+ "webpack" : " 5.36.2 " ,
100
103
"webpack-bundle-analyzer" : " ^4.4.2" ,
101
- "webpack-cli" : " 4.7.2 "
104
+ "webpack-cli" : " ^4.6.0 "
102
105
}
103
106
}
You can’t perform that action at this time.
0 commit comments