Skip to content

Commit b3b3b86

Browse files
fix(peerDep): less restrictive peerDep version for react
1 parent 3e9b610 commit b3b3b86

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
@@ -23,7 +23,7 @@
2323
"Andrew Sutedja <Andrew.Sutedja@aexp.com>"
2424
],
2525
"peerDependencies": {
26-
"react": "^16.3.0"
26+
"react": ">=16.3.0 <19"
2727
},
2828
"jest": {
2929
"preset": "amex-jest-preset-react"

0 commit comments

Comments
 (0)