PressX2Jason / PressX2Jason.github.io

A place to show off my self taught reactjs skills. Also functions as a versioned resume.
https://pressx2jason.github.io/
0 stars 0 forks source link

Update Dependencies #38

Open PressX2Jason opened 5 years ago

PressX2Jason commented 5 years ago

We currently have a couple of libraries that are now out of date. Updating them will reduce security risks and most importantly the technical debt of migrating in the future.

Npm-Check currently reports:

@material-ui/core    😎  MAJOR UP  Major update available. https://material-ui.com/
                                  npm install --save @material-ui/core@3.5.1 to go from 1.1.0 to 3.5.1

@material-ui/icons   😎  MAJOR UP  Major update available. https://github.com/mui-org/material-ui/tree/master/packages/material-ui-icons
                                  npm install --save @material-ui/icons@3.0.1 to go from 1.1.0 to 3.0.1

mdi-material-ui      😍  UPDATE!   Your local install is out of date. https://github.com/TeamWertarbyte/mdi-material-ui#readme
                                  npm install --save mdi-material-ui@5.6.0 to go from 5.1.0 to 5.6.0

react                😍  UPDATE!   Your local install is out of date. https://reactjs.org/
                                  npm install --save react@16.6.3 to go from 16.4.0 to 16.6.3

react-dom            😍  UPDATE!   Your local install is out of date. https://reactjs.org/
                                  npm install --save react-dom@16.6.3 to go from 16.4.0 to 16.6.3

react-scripts        😎  MAJOR UP  Major update available. https://github.com/facebook/create-react-app#readme
                                  npm install --save react-scripts@2.1.1 to go from 1.1.4 to 2.1.1

enzyme-to-json       😕  NOTUSED?  Still using enzyme-to-json?
                                  Depcheck did not find code similar to require('enzyme-to-json') or import from 'enzyme-to-json'.
                                  Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
                                  Use --skip-unused to skip this check.
                                  To remove this package: npm uninstall --save-dev enzyme-to-json
PressX2Jason commented 5 years ago

Might have to migrate this piece by piece as it might be too crazy to update all this in one go.