Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort out (peer) dependency warnings #12

Open
2 of 4 tasks
abesto opened this issue Feb 4, 2022 · 0 comments
Open
2 of 4 tasks

Sort out (peer) dependency warnings #12

abesto opened this issue Feb 4, 2022 · 0 comments

Comments

@abesto
Copy link
Owner

abesto commented Feb 4, 2022

  • redux-injectors
warning " > redux-injectors@2.0.0" has incorrect peer dependency "react@^16.6.0 || ^17.0.0".
warning " > redux-injectors@2.0.0" has incorrect peer dependency "react-dom@^16.6.0 || ^17.0.0".
warning " > redux-injectors@2.0.0" has incorrect peer dependency "react-redux@^7.1.0".

Will possibly be resolved in react-boilerplate/redux-injectors#34

warning react-scripts > @svgr/webpack > @svgr/plugin-svgo > svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
  • react-scripts ->workbox-webpack-plugin: didn't find a tracking issue, maybe it'll be bumped with 5.0.1
warning react-scripts > workbox-webpack-plugin > source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
warning react-scripts > workbox-webpack-plugin > workbox-build > source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
  • plop
warning plop > liftoff > findup-sync > micromatch > snapdragon > source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
warning plop > liftoff > findup-sync > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
warning plop > liftoff > findup-sync > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated

These are resolved in plop>=3, but .ts there is fairly hard to use. Revisit after plopjs/plop#297 is resolved.

@abesto abesto added this to the Road to 1.0 milestone Feb 4, 2022
abesto added a commit that referenced this issue Feb 5, 2022
* Moved a bunch to `devDependencies` that should've been there in the
  first place
* Dropped `styled-components`; I mostly use MUI for styling, so
  switching to its default (`emotion`) makes things easier
* Who needs tests anyway
* Fixed most dependency warnings, rest are tracked in #12
@abesto abesto removed this from the Road to 1.0 milestone Feb 5, 2022
abesto added a commit that referenced this issue Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant