Skip to content

Commit bde290c

Browse files
committed
Uncap react peerDep version. Fixes #217
1 parent 66da953 commit bde290c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@
9999
"yarn-deduplicate": "^6.0.1"
100100
},
101101
"peerDependencies": {
102-
"react": "16 - 18"
102+
"react": ">=16"
103103
}
104104
}

0 commit comments

Comments
 (0)