chore(deps): update dependency webpack to v5.80.0 (#730)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-04-20 19:30:47 -04:00
committed by GitHub
parent 44ba8b521c
commit 0360c886a6
5 changed files with 179 additions and 6 deletions

View File

@ -99,7 +99,7 @@
"to-string-loader": "1.2.0",
"tsconfig-paths-webpack-plugin": "4.0.1",
"typescript": "5.0.4",
"webpack": "5.77.0",
"webpack": "5.80.0",
"webpack-cli": "5.0.1"
},
"publishConfig": {

View File

@ -272,7 +272,7 @@
"ts-jest": "29.1.0",
"tsconfig-paths-webpack-plugin": "4.0.1",
"typescript": "5.0.4",
"webpack": "5.77.0",
"webpack": "5.80.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.13.3"
},

View File

@ -35,7 +35,7 @@
"react-app-rewired": "2.2.1",
"react-scripts": "5.0.1",
"typescript": "5.0.4",
"webpack": "5.77.0"
"webpack": "5.80.0"
},
"browserslist": {
"production": [

View File

@ -54,7 +54,7 @@
"npm-run-all": "4.1.5",
"prettier": "2.8.7",
"typescript": "5.0.4",
"webpack": "5.77.0"
"webpack": "5.80.0"
},
"lint-staged": {
"*.ts": "prettier --write",