-
-
Notifications
You must be signed in to change notification settings - Fork 656
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
deps: Run yarn upgrade
#5756
deps: Run yarn upgrade
#5756
Conversation
If the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of these! This is a big bundle of upgrades we've accumulated; good to be taking them.
The types changes look good. (I agree that if we did need to split things out, holding back react-native-safe-area-context would be a good strategy.)
One nit below, then please merge at will.
tools/tsflower
Outdated
@@ -209,9 +209,11 @@ run_only() | |||
rm -rf "${rootdir}"/types/"${package}"/lib/typescript/example/ | |||
format_dir "${rootdir}"/types/"${package}" | |||
|
|||
# Remove all *.web.js.flow files. We don't use RN for the web. | |||
# Remove all *.web.js.flow files, *.windows.js.flow files, etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: can keep the "why" part of the comment:
# Remove all *.web.js.flow files, *.windows.js.flow files, etc. | |
# Remove all *.web.js.flow files, etc. We don't use RN on those platforms. |
2e61687
to
37faece
Compare
Thanks for the review! Merging, with that tweak. |
No description provided.