Deps: bump webpack from 4.x to 5.x (-cli from 3.x to 4.x)

This commit is contained in:
Ronan Jouchet 2020-11-08 21:08:24 -05:00
parent 1add237878
commit 810f4a1e6a
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@
"rimraf": "3.x",
"ts-loader": "8.x",
"typescript": "4.x",
"webpack": "4.x",
"webpack-cli": "3.x"
"webpack": "5.x",
"webpack-cli": "4.x"
},
"jest": {
"collectCoverage": true,