Add Redux 5 to peerDependency range of extension package (#1549)

This commit is contained in:
Nathan Bierema 2023-12-08 00:10:33 -05:00 committed by GitHub
parent a7d612fbdc
commit a3f86a42df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'@redux-devtools/extension': minor
---
Add Redux 5 to peerDependency range of extension package

View File

@ -48,6 +48,6 @@
"typescript": "~5.2.2"
},
"peerDependencies": {
"redux": "^3.1.0 || ^4.0.0"
"redux": "^3.1.0 || ^4.0.0 || ^5.0.0"
}
}