CODEBASE: Update webpack and its plugins (#1825)

This commit is contained in:
catloversg 2024-12-18 18:14:01 +07:00 committed by GitHub
parent e6078ab1df
commit d75b0af6b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 563 additions and 236 deletions

785
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -57,7 +57,7 @@
"@babel/preset-typescript": "^7.23.0", "@babel/preset-typescript": "^7.23.0",
"@microsoft/api-documenter": "~7.23.38", "@microsoft/api-documenter": "~7.23.38",
"@microsoft/api-extractor": "^7.47.5", "@microsoft/api-extractor": "^7.47.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@swc/core": "^1.9.3", "@swc/core": "^1.9.3",
"@types/babel__standalone": "^7.1.7", "@types/babel__standalone": "^7.1.7",
"@types/bcryptjs": "^2.4.4", "@types/bcryptjs": "^2.4.4",
@ -78,14 +78,14 @@
"babel-loader": "^9.1.3", "babel-loader": "^9.1.3",
"babel-plugin-transform-barrels": "^1.0.17", "babel-plugin-transform-barrels": "^1.0.17",
"copy-webpack-plugin": "^12.0.2", "copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.8.1", "css-loader": "^7.1.2",
"electron": "^29.4.5", "electron": "^29.4.5",
"electron-packager": "^17.1.2", "electron-packager": "^17.1.2",
"eslint": "^8.52.0", "eslint": "^8.52.0",
"eslint-plugin-react": "^7.33.2", "eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"fork-ts-checker-webpack-plugin": "^7.3.0", "fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.5.3", "html-webpack-plugin": "^5.6.3",
"jest": "^29.7.0", "jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^29.7.0",
"jsdom": "^20.0.3", "jsdom": "^20.0.3",
@ -93,14 +93,14 @@
"monaco-editor": "^0.52.0", "monaco-editor": "^0.52.0",
"monaco-editor-webpack-plugin": "^7.1.0", "monaco-editor-webpack-plugin": "^7.1.0",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"react-refresh": "^0.14.0", "react-refresh": "^0.14.2",
"rehype-mathjax": "^4.0.3", "rehype-mathjax": "^4.0.3",
"remark-math": "^5.1.1", "remark-math": "^5.1.1",
"style-loader": "^3.3.3", "style-loader": "^3.3.3",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"webpack": "^5.88.2", "webpack": "^5.96.1",
"webpack-cli": "^5.1.4", "webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.2" "webpack-dev-server": "^5.1.0"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=18"