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
* update most dependencies to latest version, added support for node 18
* large migration commit
- migrate to material ui 5
- emotion ui was added as per mui recommendations
(https://mui.com/material-ui/getting-started/installation/)
- @material-ui/core, @material-ui/icons, @material-ui/lab removed
- replaced with @mui/material, @mui/icons-material, @mui/lab
- migrate to react router 6
- update and remove unused dev dependencies
- redux-devtools-extension was deprecated in favor of @redux-devtools/extension
- babel-eslint was deprecated in favor of @babel/eslint-parser
- enzyme was removed as it was unused
- fixed linter errors from updating eslint
- many were fixed with `npm run lint:fixed`
- manual fixes applied to Blog.jsx
- `default-param-last`, `no-restricted-exports`, and `react/jsx-no-constructed-context-values` converted to warnings
- react-day-picker was not updated due to breaking style changes
* update readme
* remove routechange.jsx
* remove date-fns
* revert date fns changes
* update react-markdown to latest version compatible with react 17
* remove more unused dev dependencies
Note: `npx depcheck` incorrectly indicates `eslint-import-resolver-node` and `eslint-import-resolver-node` as unused
* update to latest react 17
* update workflow to use node 18
0 commit comments