-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade webpack-dev-server and webpack-cli dependencies #1660
Upgrade webpack-dev-server and webpack-cli dependencies #1660
Conversation
2b9fb96
to
e11ec2a
Compare
@@ -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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
latest webpack-dev-server
still using "express": "^4.19.2",
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package.json
Outdated
@@ -126,7 +126,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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SanjalKatiyar provided we have a yarn.lock
IMHO it's harmless to add the caret (^5.1.4
) so when we run in the future yarn upgrade
this package also gets upgraded (same for webpack
package).
/lgtm |
e11ec2a
to
ac939b1
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alfonsomthd, SanjalKatiyar The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
f2db8df
into
red-hat-storage:master
https://issues.redhat.com/browse/RHSTOR-6588