Skip to content

Commit

Permalink
fix: correct invalid react version constraint (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Dec 13, 2024
1 parent 8ccbda0 commit 45f1f56
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 && <=^19.0.0",
"react-dom": ">=16.8.0 && <=^19.0.0"
"react": ">=16.8.0 <20.0.0",
"react-dom": ">=16.8.0 <20.0.0"
}
}

0 comments on commit 45f1f56

Please sign in to comment.