Skip to content

Commit

Permalink
Merge pull request #1660 from SanjalKatiyar/upgrade_webpack_deps
Browse files Browse the repository at this point in the history
Upgrade webpack-dev-server and webpack-cli dependencies
  • Loading branch information
openshift-merge-bot[bot] authored Nov 7, 2024
2 parents 11a97e5 + ac939b1 commit f2db8df
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 146 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"victory-core": "^35.4.4",
"webpack": "5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "4.5.x",
"webpack-cli": "^5.1.4",
"yup": "^0.32.11"
},
"devDependencies": {
Expand Down Expand Up @@ -179,14 +179,13 @@
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"webpack-dev-server": "^4.15.2"
"webpack-dev-server": "^5.1.0"
},
"resolutions": {
"jest-environment-jsdom/jsdom": "^20.0.3",
"webpack": "5.94.0",
"webpack-bundle-analyzer/ws": "^7.5.10",
"webpack-dev-server/express": "^4.21.0",
"webpack-dev-server/ws": "^8.18.0",
"tough-cookie": "^4.1.3"
},
"engines": {
Expand Down
Loading

0 comments on commit f2db8df

Please sign in to comment.