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
Use of ^ in dependencies locks major version. This means the following are outdated.
What's the strategy to manage this?
npm-check
babel-eslint 😎 MAJOR UP Major update available. https://github.com/babel/babel-eslint
npm install --save-dev babel-eslint@10.0.3 to go from 8.2.6 to 10.0.3
babel-loader 😎 MAJOR UP Major update available. https://github.com/babel/babel-loader
npm install --save-dev babel-loader@8.0.6 to go from 7.1.5 to 8.0.6
babel-plugin-add-module-exports 😎 MAJOR UP Major update available. https://github.com/59naga/babel-plugin-add-module-exports#readme
npm install --save-dev babel-plugin-add-module-exports@1.0.2 to go from 0.2.1 to 1.0.2
cross-env 😎 MAJOR UP Major update available. https://github.com/kentcdodds/cross-env#readme
npm install --save-dev cross-env@6.0.3 to go from 5.2.1 to 6.0.3
eslint 😎 MAJOR UP Major update available. https://eslint.org
npm install --save-dev eslint@6.6.0 to go from 4.19.1 to 6.6.0
eslint-config-airbnb 😎 MAJOR UP Major update available. https://github.com/airbnb/javascript
npm install --save-dev eslint-config-airbnb@18.0.1 to go from 16.1.0 to 18.0.1
eslint-loader 😎 MAJOR UP Major update available. https://github.com/webpack-contrib/eslint-loader
npm install --save-dev eslint-loader@3.0.2 to go from 1.9.0 to 3.0.2
less-loader 😎 MAJOR UP Major update available. https://github.com/webpack-contrib/less-loader
npm install --save-dev less-loader@5.0.0 to go from 4.1.0 to 5.0.0
raw-loader 😎 MAJOR UP Major update available. https://github.com/webpack-contrib/raw-loader
npm install --save-dev raw-loader@3.1.0 to go from 0.5.1 to 3.1.0
😕 NOTUSED? Still using raw-loader?
Depcheck did not find code similar to require('raw-loader') or import from 'raw-loader'.
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 raw-loaderrimraf 😎 MAJOR UP Major update available. https://github.com/isaacs/rimraf#readme npm install --save-dev rimraf@3.0.0 to go from 2.7.1 to 3.0.0sass-loader 😎 MAJOR UP Major update available. https://github.com/webpack-contrib/sass-loader npm install --save-dev sass-loader@8.0.0 to go from 7.3.1 to 8.0.0webpack 😎 MAJOR UP Major update available. https://github.com/webpack/webpack npm install --save-dev webpack@4.41.2 to go from 3.12.0 to 4.41.2
The text was updated successfully, but these errors were encountered:
Use of
^
in dependencies locks major version. This means the following are outdated.What's the strategy to manage this?
The text was updated successfully, but these errors were encountered: