-
Notifications
You must be signed in to change notification settings - Fork 121
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
build: update dev dependencies #461
build: update dev dependencies #461
Conversation
@@ -840,7 +840,7 @@ storiesOf('Stylings', module) | |||
<Chart className={'story-chart'}> | |||
<Settings theme={theme} debug={boolean('debug', true)} /> | |||
<Axis | |||
id={getAxisId('bottom')} | |||
id="bottom" |
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.
ups, that was a test :D
Codecov Report
@@ Coverage Diff @@
## master #461 +/- ##
=========================================
Coverage ? 84.11%
=========================================
Files ? 168
Lines ? 4784
Branches ? 917
=========================================
Hits ? 4024
Misses ? 744
Partials ? 16 Continue to review full report at Codecov.
|
🎉 This PR is included in version 15.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
Updated the following dev dependencies and their "siblings":
Added
ts-prune
#426close #426
Notes
ts-jest
and siblings dependencies and types updates is blocked by update Matchers to Matchers<R,T> jest-community/jest-extended#235prettier
will be updated on a different PR as it will fix stylings in various filesChecklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.[ ] Any consumer-facing exports were added tosrc/index.ts
(and stories only import from../src
except for test data & storybook)[ ] Proper documentation or storybook story was added for features that require explanation or tutorials[ ] Unit tests were updated or added to match the most common scenarios