@theeventdiscoverycompany/react-stripe-checkout
Advanced tools
Comparing version 2.6.5 to 2.7.0
{ | ||
"name": "@theeventdiscoverycompany/react-stripe-checkout", | ||
"version": "2.6.5", | ||
"version": "2.7.0", | ||
"description": "Easily inject checkout.js as a react component. Will load the script on demand and supports all the options from stripe docs.", | ||
@@ -125,4 +125,4 @@ "main": "./dist/main.js", | ||
"jsdom": "^9.4.1", | ||
"mocha": "^3.0.1", | ||
"nyc": "^7.1.0", | ||
"mocha": "^6.0.2", | ||
"nyc": "^13.3.0", | ||
"prop-types": "^15.5.8", | ||
@@ -129,0 +129,0 @@ "react": "^15.5.4", |
52229