chore(deps): update dependency webpack to v5.76.0 (#637)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-03-08 15:38:02 -05:00
committed by GitHub
parent 6278618f2c
commit 6a1edb6ee5
5 changed files with 35 additions and 5 deletions

View File

@ -91,7 +91,7 @@
"to-string-loader": "1.2.0",
"tsconfig-paths-webpack-plugin": "4.0.0",
"typescript": "4.9.5",
"webpack": "5.75.0",
"webpack": "5.76.0",
"webpack-cli": "5.0.1"
},
"publishConfig": {

View File

@ -256,7 +256,7 @@
"ts-jest": "29.0.5",
"tsconfig-paths-webpack-plugin": "4.0.0",
"typescript": "4.9.5",
"webpack": "5.75.0",
"webpack": "5.76.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.11.1"
},

View File

@ -30,7 +30,7 @@
"prettier": "2.8.4",
"react-scripts": "5.0.1",
"typescript": "4.9.5",
"webpack": "5.75.0"
"webpack": "5.76.0"
},
"browserslist": {
"production": [

View File

@ -54,7 +54,7 @@
"npm-run-all": "4.1.5",
"prettier": "2.8.4",
"typescript": "4.9.5",
"webpack": "5.75.0"
"webpack": "5.76.0"
},
"lint-staged": {
"*.ts": "prettier --write",