Skip to content

Commit 45f1f56

Browse files
authored
fix: correct invalid react version constraint (#555)
1 parent 8ccbda0 commit 45f1f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
},
110110
"peerDependencies": {
111111
"@stripe/stripe-js": "^1.44.1 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
112-
"react": ">=16.8.0 && <=^19.0.0",
113-
"react-dom": ">=16.8.0 && <=^19.0.0"
112+
"react": ">=16.8.0 <20.0.0",
113+
"react-dom": ">=16.8.0 <20.0.0"
114114
}
115115
}

0 commit comments

Comments
 (0)