-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
v5.10.1 #33933
v5.10.1 #33933
Conversation
mnajdova
commented
Aug 15, 2022
- I have followed (at least) the PR section of the contributing guide.
@@ -57,9 +57,9 @@ | |||
}, | |||
"dependencies": { | |||
"@babel/runtime": "^7.17.2", | |||
"@mui/base": "5.0.0-alpha.92", | |||
"@mui/core-internal-download-tracker": "5.10.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.
@michaldudak was it intentional that you didn't use "^" here?
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 don't think it matters in this case - we'll always release new versions of the tracker, Material UI, and Joy together so that they will be updated together. Having ^
wouldn't change much, unless I'm missing something.
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.
Let's use "^" to be consistent with the other packages.
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.
👍
Co-authored-by: Michał Dudak <[email protected]>