Skip to content

Fix: Remove redundant React, Rreact Native & React Native Windows from devDependencies #308

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

Merged
merged 1 commit into from
Aug 29, 2021

Conversation

BartoszKlonowski
Copy link
Member

This pull request fixes #307

It removes the React, React Native and React Native Windows from devDependencies when it comes to src/package.json - package dependencies.

The reason that these can be safely removed is that these libraries are also listed in the peerDependencies which makes them still being checked when installing.
Both workspaces should not be affected as src/ should use the packages provided by the consumer, while example/ should satisfy peerDependencies by having them installed in the example app
(moreover: example is about to change in upcoming deliveries).

@BartoszKlonowski BartoszKlonowski added the dependencies Pull requests that update a dependency file label Aug 29, 2021
@cederom
Copy link

cederom commented Aug 29, 2021

TANK U =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slider 4.1.3 requires React 16.11.0 in conflict with 17.0.2
3 participants