-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Fix: Rejiggering some dependencies, trying to get CI to pass #10747
Fix: Rejiggering some dependencies, trying to get CI to pass #10747
Conversation
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.
lgtm, although i've never known if @types
requirements should be in dependencies or devDependencies. We should probably be consistent (especially since i'm sure @types/enzyme
isn't needed for the production app)
I keep wondering the same thing... then I google around to see what others say/do, and wind up just as confused :P I'm also unsure about the I'm trying not to rock the boat too hard on this PR, but once this goes in, I'll open subsequent PRs to remove |
Codecov Report
@@ Coverage Diff @@
## master #10747 +/- ##
==========================================
+ Coverage 60.28% 65.06% +4.77%
==========================================
Files 360 789 +429
Lines 23223 37179 +13956
Branches 0 3555 +3555
==========================================
+ Hits 14001 24192 +10191
- Misses 9222 12882 +3660
- Partials 0 105 +105
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
…10747) * removing two duplicate devdependencies - leaving dependencies * bumping shuffled dependencies, making fsevents non-optional * bumping @babel/cli * Another bump
* removing two duplicate devdependencies - leaving dependencies * bumping shuffled dependencies, making fsevents non-optional * bumping @babel/cli * Another bump
…10747) * removing two duplicate devdependencies - leaving dependencies * bumping shuffled dependencies, making fsevents non-optional * bumping @babel/cli * Another bump
SUMMARY
npm install pointed out these duplicated dependencies. Just cleaning up and hoping CI runs.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION