|
1 | 1 | { |
2 | 2 | "name": "@stripe/react-stripe-js", |
3 | | - "version": "1.0.0-beta.3", |
| 3 | + "version": "1.0.0-beta.4", |
4 | 4 | "description": "React components for Stripe.js and Stripe Elements", |
5 | 5 | "main": "dist/react-stripe.js", |
6 | 6 | "module": "dist/react-stripe.esm.js", |
|
50 | 50 | "@babel/core": "^7.7.2", |
51 | 51 | "@babel/preset-env": "^7.7.1", |
52 | 52 | "@babel/preset-react": "^7.7.0", |
53 | | - "@stripe/stripe-js": "1.0.0-beta.5", |
54 | 53 | "@storybook/addon-actions": "^5.2.6", |
55 | 54 | "@storybook/addon-links": "^5.2.6", |
56 | 55 | "@storybook/addons": "^5.2.6", |
57 | 56 | "@storybook/preset-typescript": "^1.2.0", |
58 | 57 | "@storybook/react": "^5.2.6", |
| 58 | + "@stripe/stripe-js": "1.0.0-beta.5", |
59 | 59 | "@types/enzyme": "^3.10.4", |
60 | 60 | "@types/jest": "^25.1.1", |
61 | 61 | "@types/react": "^16.9.19", |
|
95 | 95 | "typescript": "^3.7.5" |
96 | 96 | }, |
97 | 97 | "peerDependencies": { |
| 98 | + "@stripe/stripe-js": "1.0.0-beta.5", |
98 | 99 | "react": "^16.8.0", |
99 | | - "react-dom": "^16.8.0", |
100 | | - "@stripe/stripe-js": "1.0.0-beta.5" |
| 100 | + "react-dom": "^16.8.0" |
101 | 101 | } |
102 | 102 | } |
0 commit comments