Skip to content

Commit 6a9279f

Browse files
committed
Update peerDeps for v8 (React ^16.8, Redux optional for types only)
1 parent 59abe45 commit 6a9279f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"coverage": "codecov"
4141
},
4242
"peerDependencies": {
43-
"react": "^18.0.0"
43+
"react": "^16.8 || ^17.0 || ^18.0",
44+
"redux": "^4"
4445
},
4546
"peerDependenciesMeta": {
4647
"@types/react": {
@@ -51,6 +52,9 @@
5152
},
5253
"react-native": {
5354
"optional": true
55+
},
56+
"redux": {
57+
"optional": true
5458
}
5559
},
5660
"dependencies": {

0 commit comments

Comments
 (0)