|
1 | 1 | { |
2 | 2 | "name": "react-native-qrcode-svg", |
3 | | - "version": "5.0.2", |
| 3 | + "version": "5.0.3", |
4 | 4 | "description": "A QR Code generator for React Native based on react-native-svg and javascript-qrcode.", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | 7 | "test": "jest", |
8 | 8 | "test-update": "npm run test -- --updateSnapshot", |
9 | 9 | "lint-staged": "lint-staged", |
10 | 10 | "lint": "standard 'src/**/*.js'", |
11 | | - "2npm": "publish" |
| 11 | + "2npm": "publish", |
| 12 | + "check-update": "yarn upgrade-interactive" |
12 | 13 | }, |
13 | 14 | "standard": { |
14 | 15 | "env": [ |
|
36 | 37 | }, |
37 | 38 | "homepage": "https://github.com/awesomejerry/react-native-qrcode-svg#readme", |
38 | 39 | "peerDependencies": { |
39 | | - "react": "^15.4.2", |
40 | | - "react-native": "^0.42.0", |
41 | | - "react-native-svg": "^5.1.5" |
| 40 | + "react-native": ">=0.46.0", |
| 41 | + "react": "16.0.0-alpha.12", |
| 42 | + "react-native-svg": "^5.4.1" |
42 | 43 | }, |
43 | 44 | "dependencies": { |
44 | 45 | "prop-types": "^15.5.10", |
45 | | - "qrcode": "^0.8.1" |
| 46 | + "qrcode": "^0.9.0" |
46 | 47 | }, |
47 | 48 | "devDependencies": { |
48 | | - "babel-eslint": "^7.2.2", |
49 | | - "babel-jest": "^19.0.0", |
50 | | - "babel-preset-react-native": "^1.9.1", |
51 | | - "jest": "^19.0.2", |
52 | | - "lint-staged": "^3.4.0", |
| 49 | + "babel-eslint": "^8.0.1", |
| 50 | + "babel-jest": "^21.2.0", |
| 51 | + "babel-preset-react-native": "^4.0.0", |
| 52 | + "jest": "^21.2.1", |
| 53 | + "lint-staged": "^4.2.3", |
53 | 54 | "pre-commit": "^1.2.2", |
54 | 55 | "publish": "^0.6.0", |
55 | | - "react": "^15.4.2", |
56 | | - "react-test-renderer": "^15.4.2", |
57 | | - "standard": "^10.0.2" |
| 56 | + "react": "^16.0.0", |
| 57 | + "react-test-renderer": "^16.0.0", |
| 58 | + "standard": "^10.0.3" |
58 | 59 | } |
59 | 60 | } |
0 commit comments