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

Allow both react 16 and 17 in optionalDependencies #33

Open
fabb opened this issue Nov 16, 2020 · 0 comments
Open

Allow both react 16 and 17 in optionalDependencies #33

fabb opened this issue Nov 16, 2020 · 0 comments

Comments

@fabb
Copy link

fabb commented Nov 16, 2020

Feature request

rex-tils has an optionalDependency on react 16:

  "optionalDependencies": {
    "react": "^16.5.2",
    "rxjs": "^6.3.3"
  },

https://github.com/Hotell/rex-tils/blob/master/package.json#L74

We have updated to react 17, but yarn still installs both react 16 and 17 because react 16 is referenced by rex-tils.

It would be helpful if the version range would include react 17 as well, something like this:

    "react": "^16.5.2 || ^17.0.0",
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