Revert "chore: update to webpack v5.58.2 (#9479)" (#9489)

This reverts commit e4056d3c83.
This commit is contained in:
Pavel Feldman 2021-10-13 16:13:43 -08:00 committed by GitHub
parent c054d19a5d
commit e5a3c9b907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5569 additions and 1648 deletions

7201
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -62,7 +62,7 @@
"@types/resize-observer-browser": "^0.1.4",
"@types/rimraf": "^3.0.0",
"@types/source-map-support": "^0.4.2",
"@types/webpack": "^5.28.0",
"@types/webpack": "^4.41.25",
"@types/ws": "7.2.6",
"@types/xml2js": "^0.4.5",
"@types/yazl": "^2.4.2",
@ -75,26 +75,26 @@
"chromedriver": "^94.0.0",
"commonmark": "^0.29.1",
"concurrently": "^6.2.1",
"copy-webpack-plugin": "^9.0.1",
"copy-webpack-plugin": "^6.4.1",
"cross-env": "^7.0.2",
"css-loader": "^6.4.0",
"css-loader": "^5.2.6",
"electron": "^12.2.1",
"eslint": "^7.31.0",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"file-loader": "^6.1.0",
"formidable": "^1.2.2",
"html-webpack-plugin": "^5.3.2",
"html-webpack-plugin": "^4.4.1",
"ncp": "^2.0.0",
"node-stream-zip": "^1.11.3",
"proxy": "^1.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"socksv5": "0.0.6",
"style-loader": "^3.3.0",
"style-loader": "^1.2.1",
"typescript": "^4.4.3",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"xml2js": "^0.4.23",
"yaml": "^1.10.0"
}