-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Bump FAB and a bunch of JS libs #5122
Conversation
This is failing because of the migration script — same error as described in #5088. |
Codecov Report
@@ Coverage Diff @@
## master #5122 +/- ##
=======================================
Coverage 77.47% 77.47%
=======================================
Files 44 44
Lines 8741 8741
=======================================
Hits 6772 6772
Misses 1969 1969 Continue to review full report at Codecov.
|
🚢 |
@@ -150,13 +152,15 @@ | |||
"react-addons-test-utils": "^15.6.2", | |||
"react-test-renderer": "^15.6.2", | |||
"redux-mock-store": "^1.2.3", | |||
"sinon": "^4.0.0", | |||
"style-loader": "^0.18.2", | |||
"//": "known minor issues in >5.0", |
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.
@mistercrunch what are these entries with double backslashes?
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.
Got this as a suggested way to squeeze comments into JSON:
https://stackoverflow.com/questions/14221579/how-do-i-add-comments-to-package-json-for-npm-install
This works with yarn
but not the current version npm
. I'm pretty sure npm used to allow this but not 100%. On Slack I mentioned to @GabeLoins that this may be a good way to force people to use yarn
as a result, since we now use yarn.lock
No description provided.