You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a peer dependency for stripe package is set to version 8. There is version 10 already that handles new API version. It would be good to add this version as an optional peerDependency.
The text was updated successfully, but these errors were encountered:
* fix(package.json): add stripe v9 and v10 as optional peerDependency
fix#502
* fix(package.json): drop v8 and v9 of stripe in peerDependencies
BREAKING CHANGE: Removed stripe v8 and v9 as peerDependecies. stripe ^10.8.0 is required in
peerDependencies now
* add stripe as dev dependency
* feat: stripe version update
updates to the latest known version
Co-authored-by: Rodrigo <monstawoodwow@gmail.com>
Currently, a peer dependency for stripe package is set to version 8. There is version 10 already that handles new API version. It would be good to add this version as an optional peerDependency.
The text was updated successfully, but these errors were encountered: