1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

Upgrade webpack and core-js

This commit is contained in:
Mark McDowall
2020-10-03 12:33:29 -07:00
parent 2d985c0c6a
commit 0318a4a5e1
2 changed files with 332 additions and 47 deletions

View File

@@ -44,7 +44,7 @@
"classnames": "2.2.6",
"clipboard": "2.0.6",
"connected-react-router": "6.8.0",
"core-js": "3",
"core-js": "3.6.5",
"create-react-class": "15.6.3",
"css-loader": "3.0.0",
"del": "5.0.0",
@@ -122,7 +122,7 @@
"stylelint": "10.1.0",
"stylelint-order": "3.0.1",
"url-loader": "2.0.1",
"webpack": "4.35.3",
"webpack": "4.44.2",
"webpack-stream": "5.2.1",
"worker-loader": "2.0.0"
},