|
1 | 1 | { |
2 | 2 | "name": "braintree-web-drop-in-react", |
3 | | - "version": "1.0.10", |
| 3 | + "version": "1.0.11", |
4 | 4 | "description": "React component for Braintree Web Drop-In (v3)", |
5 | 5 | "keywords": [ |
6 | 6 | "braintree", |
|
14 | 14 | }, |
15 | 15 | "license": "MIT", |
16 | 16 | "author": "Charles Crete <[email protected]>", |
17 | | - "files": ["lib/*"], |
| 17 | + "files": [ |
| 18 | + "lib/*" |
| 19 | + ], |
18 | 20 | "main": "lib/index.js", |
19 | 21 | "scripts": { |
20 | 22 | "build": "babel src -d lib --source-maps && terser lib/index.js -o lib/index.min.js --source-map 'content=lib/index.js.map'", |
|
24 | 26 | "example": "cd example && npm install && npm run start" |
25 | 27 | }, |
26 | 28 | "dependencies": { |
27 | | - "braintree-web-drop-in": "^1.19.0", |
| 29 | + "braintree-web-drop-in": "^1.20.2", |
28 | 30 | "prop-types": "^15.7.2" |
29 | 31 | }, |
30 | 32 | "devDependencies": { |
31 | | - "@babel/cli": "^7.5.5", |
32 | | - "@babel/core": "^7.5.5", |
| 33 | + "@babel/cli": "^7.6.2", |
| 34 | + "@babel/core": "^7.6.2", |
33 | 35 | "@babel/plugin-proposal-class-properties": "^7.5.5", |
34 | | - "@babel/plugin-transform-runtime": "^7.5.5", |
35 | | - "@babel/preset-env": "^7.5.5", |
| 36 | + "@babel/plugin-transform-runtime": "^7.6.2", |
| 37 | + "@babel/preset-env": "^7.6.2", |
36 | 38 | "@babel/preset-react": "^7.0.0", |
37 | | - "@babel/runtime": "^7.5.5", |
38 | | - "babel-jest": "^24.8.0", |
39 | | - "jest": "^24.8.0", |
| 39 | + "@babel/runtime": "^7.6.2", |
| 40 | + "babel-jest": "^24.9.0", |
| 41 | + "jest": "^24.9.0", |
40 | 42 | "prettier": "^1.18.2", |
41 | 43 | "react": "^16.8.6", |
42 | 44 | "react-dom": "^16.8.6", |
43 | | - "react-test-renderer": "^16.8.6", |
| 45 | + "react-test-renderer": "^16.10.2", |
44 | 46 | "rimraf": "^3.0.0", |
45 | | - "terser": "^4.1.2" |
| 47 | + "terser": "^4.3.8" |
46 | 48 | }, |
47 | 49 | "peerDependencies": { |
48 | | - "react": ">=16.0.0", |
49 | | - "react-dom": ">=16.0.0" |
| 50 | + "react": ">=16.10.2", |
| 51 | + "react-dom": ">=16.10.2" |
50 | 52 | } |
51 | 53 | } |
0 commit comments