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

Update dependencies #293

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update dependencies #293

wants to merge 2 commits into from

Conversation

suminkimm
Copy link

Summary

Update dependencies. Running yarn upgrade was needed to fix the fs-events package.

@@ -10,8 +10,19 @@
"directory": "packages/rn-tester"
},
"dependencies": {
"anser": "^1.4.9",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@suminkimm why do we need all these new dependencies?

The idea is to not use third party dependencies inside rn-tester, which is why you see only 2 dependencies used so far --> invariant and nullthrows. 😄

rn-tester is meant to be run as a sample application to try changes made into the react-native core; having 3rd party dependencies means that the new changes made into the react-native core will not be supported by these 3rd party dependencies. in order to avoid this unnecessary overhead usage of other dependencies is avoided.

cc @mkcode

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@princiya When I first tried to run RNTester with yarn install, the app didn't run for me. It only ran successfully without errors after I tried yarn upgrade. I'm not sure if I'm the only one having this issue, but @mkcode suggested I make a PR to update the dependencies 😄

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

Successfully merging this pull request may close these issues.

2 participants