-
Notifications
You must be signed in to change notification settings - Fork 29
chore: remove @types/react-redux dependency
#3908
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
Conversation
🦋 Changeset detectedLatest commit: 53c5903 The changes in this PR will be included in the next version bump. This PR includes changesets to release 36 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
valoriecarli
left a comment
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.
thank you!
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3908 +/- ##
=======================================
Coverage 75.06% 75.06%
=======================================
Files 260 260
Lines 6361 6361
Branches 2007 1979 -28
=======================================
Hits 4775 4775
Misses 1565 1565
Partials 21 21
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Summary
react-reduxv9 already ships its own types.@types/react-reduxis a left over from the past.See https://github.com/reduxjs/react-redux/releases/tag/v8.0.0
Description
While trying to upgrade the monorepo to
reduxv5 andreact-reduxv9, I spotted the deprecated types coming from theapp-kitdependencies.