chore: update all deps#842
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 4839344:
|
Codecov Report
@@ Coverage Diff @@
## master #842 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 140 140
Branches 28 28
=========================================
Hits 140 140 Continue to review full report at Codecov.
|
d268327 to
fdad348
Compare
fdad348 to
4839344
Compare
| import {render, fireEvent, screen, waitFor} from '@testing-library/react' | ||
| import * as pure from '@testing-library/react/pure' | ||
| import {render, fireEvent, screen, waitFor} from '.' | ||
| import * as pure from './pure' |
There was a problem hiding this comment.
I couldn't get the paths config set to make this work like it was before. I'm personally not that bothered by this, but if someone cares, feel free to update it :)
|
This is ready to go. Anyone can feel free to click the green button if you're happy with the changes :) |
|
🎉 This PR is included in version 11.2.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What: Update all deps
Why: Just to get things up-to-date.
How:
npx ncu --dep prod,dev --upgrade && npm run lint -- --fix && npm run validateChecklist:
docs site N/A
Any maintainer is welcome to merge this 👍