-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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 dependencies #4872
Update dependencies #4872
Conversation
I'm -1 about changing the version in peerDependencies. We don't need it, and it can be considered as a breaking change. We need to check the package is forward compatible, not break its backward compatibility. |
packages/react-admin/package.json
Outdated
"@material-ui/core": "^4.3.3", | ||
"@material-ui/icons": "^4.2.1", | ||
"@material-ui/styles": "^4.3.3", | ||
"@material-ui/core": "^4.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.
the dependencies in react-admin should not change either.
version "7.8.4" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.4.tgz#d79f5a2040f7caa24d53e563aad49cbc05581308" | ||
integrity sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ== | ||
dependencies: | ||
regenerator-runtime "^0.13.2" | ||
|
||
"@babel/runtime@^7.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.
This one is troublesome. Can you check that we don't double the runtime in production bundles?
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.
After building the demo, I can confirm the runtime isn't bundled twice
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.
In fact, the final bundle is even smaller (-2.45 KB) 😄
No description provided.