Skip to content

Commit 132bc8b

Browse files
authored
Support React 19 (#552)
1 parent 3782cd3 commit 132bc8b

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 || ^17.0.0 || ^18.0.0",
113-
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
112+
"react": ">=16.8.0 && <=^19.0.0",
113+
"react-dom": ">=16.8.0 && <=^19.0.0"
114114
}
115115
}

0 commit comments

Comments
 (0)