Update non-React dependencies.#46
Conversation
Codecov Report
@@ Coverage Diff @@
## main #46 +/- ##
==========================================
- Coverage 97.22% 97.14% -0.08%
==========================================
Files 1 1
Lines 36 35 -1
Branches 14 14
==========================================
- Hits 35 34 -1
Misses 1 1
Continue to review full report at Codecov.
|
|
I'm not worried about the drop in coverage, it's so minor and likely the result of deleting a few lines of code here and there to account for updated lint errors. |
| "@storybook/preset-create-react-app": "^3.1.4", | ||
| "@storybook/preset-typescript": "^3.0.0", | ||
| "@storybook/react": "^6.2.9", | ||
| "@storybook/react": "^6.1.21", |
There was a problem hiding this comment.
wondering, why storybook is downgraded, approving anyways
There was a problem hiding this comment.
Hmm, good catch. I upgraded a bunch of Storybook libraries by running npx sb upgrade. It could be because we're using React 16 in this particular library right now.
No description provided.