Add Redux 5 to peerDependency range of extension package

This commit is contained in:
Nathan Bierema 2023-12-07 23:59:42 -05:00
parent a7d612fbdc
commit 5e83e730ad

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"
}
}