-
Notifications
You must be signed in to change notification settings - Fork 339
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
Update js dependencies babel-loader, postcss, styleguidist and stylelint packages #6929
Update js dependencies babel-loader, postcss, styleguidist and stylelint packages #6929
Conversation
2f69550
to
9aaa143
Compare
9aaa143
to
efa442e
Compare
package.json
Outdated
@@ -48,12 +48,12 @@ | |||
"@testing-library/user-event": "^14.2.5", | |||
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1", | |||
"autoprefixer": "^10.4.7", | |||
"babel-jest": "^26.3.0", | |||
"babel-loader": "^8.0.6", | |||
"babel-jest": "^29.3.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.
i dont know if it makes a difference, but i think i would keep this on the same version as jest
? unfortunately, we are stuck on jest@26
for now
@@ -48,12 +48,12 @@ | |||
"@testing-library/user-event": "^14.2.5", | |||
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1", | |||
"autoprefixer": "^10.4.7", | |||
"babel-jest": "^26.3.0", | |||
"babel-loader": "^8.0.6", | |||
"babel-jest": "^26.6.3", |
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.
as discussed with @niklasnatter we need to keep babel-jest on ^26 as we are currently stuck with jest ^26 I require the latest version of ^26 here #6929
What's in this PR?
Update js dependencies.
Why?
Using latest version of our dependencies to provide feature and bugfix support.