You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, on doing npm i, we get the following deprecation warnings:
> npm i
npm WARN deprecated @material-ui/[email protected]: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5.npm WARN deprecated @material-ui/[email protected]: This package no longer supported. It has been relaced by @mui/x-date-pickersnpm WARN deprecated @material-ui/[email protected]: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5.
npm WARN deprecated @material-ui/[email protected]: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5.
So, we should consider upgrading material-ui, as well as other dependencies to the latest version. Please refer to #73 for more details.
Describe the bug
Right now, on doing
npm i
, we get the following deprecation warnings:So, we should consider upgrading material-ui, as well as other dependencies to the latest version. Please refer to #73 for more details.
TODO:
react-router-dom
to v6, which again has some breaking changes.The text was updated successfully, but these errors were encountered: