Skip to content

Commit

Permalink
Support React 19 (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbala-stripe authored Dec 9, 2024
1 parent 3782cd3 commit 132bc8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
},
"peerDependencies": {
"@stripe/stripe-js": "^1.44.1 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": ">=16.8.0 && <=^19.0.0",
"react-dom": ">=16.8.0 && <=^19.0.0"
}
}

0 comments on commit 132bc8b

Please sign in to comment.