Update example to newest material-ui version
tomyitav opened this issue ยท 6 comments
Hi @alexanmtz , thanks for sharing this awesome project!
Wondered if you could update the example for the newest material-ui api.
Thanks!
Hello @tomyitav , thanks for let me know. It would be nice to update, cause it's really hard to maintain after some time outdated. I'm really facing some issues in another project that I need to update to the newest material ui, so I can do on this project afterwards. But if you wish, you can update and send me a Pull Request and contribute with this project, what you think?
@tomsaleeba I approved your PR because you made a lot of minor fixes and improvements and thanks for the great work, but to actually update the Material UI we need to change to the newest version on package.json
, feel free to update, run yarn and test and send another PR with this purpose if you want to contribute once more ๐
I didn't update the package.json file but because you used the leading caret (^
), just running the yarn upgrade
brought the lock file up to latest @material-ui/core:
72a8448#diff-8ee2343978836a779dc9f8d6b794c3b2R883
Happy to explicitly update the package.json if still want.
You're right @tomsaleeba, so let's consider this done ๐
We can make it explicit when we update to a major version, but in this case, this solution is good ๐
Can you check it now that is merged @tomyitav ?
๐ happy to help