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

This commit is contained in:
Joel Einbinder 2021-10-13 16:42:29 -04:00 committed by GitHub
parent 4d7b6b4b50
commit e4056d3c83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1649 additions and 5570 deletions

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