|
1 | 1 | { |
2 | 2 | "name": "react-native-confirmation-code-field", |
3 | | - "version": "7.1.0", |
| 3 | + "version": "7.2.0", |
4 | 4 | "main": "esm/index.js", |
5 | 5 | "types": "esm/index.d.ts", |
6 | 6 | "files": [ |
|
21 | 21 | }, |
22 | 22 | "peerDependencies": { |
23 | 23 | "react": ">=16.4.0", |
24 | | - "react-native": ">=0.59.0" |
| 24 | + "react-native": ">=0.64.0" |
| 25 | + }, |
| 26 | + "peerDependenciesMeta": { |
| 27 | + "react": { |
| 28 | + "optional": true |
| 29 | + }, |
| 30 | + "react-native": { |
| 31 | + "optional": true |
| 32 | + } |
25 | 33 | }, |
26 | 34 | "resolutions": { |
27 | | - "@types/jest": "^27.0.1", |
28 | | - "@types/react": "^17.0.20", |
| 35 | + "@types/jest": "^27.0.3", |
| 36 | + "@types/react": "^17.0.37", |
29 | 37 | "@types/react-native": "^0.64.13" |
30 | 38 | }, |
31 | 39 | "devDependencies": { |
32 | | - "@size-limit/preset-app": "^5.0.3", |
| 40 | + "@size-limit/preset-app": "^7.0.3", |
33 | 41 | "@testing-library/react-hooks": "^7.0.2", |
34 | | - "@testing-library/react-native": "^8.0.0-rc.1", |
| 42 | + "@testing-library/react-native": "^8.0.0", |
35 | 43 | "@tsconfig/react-native": "^1.0.4", |
36 | | - "@types/jest": "^27.0.1", |
37 | | - "@types/react": "^17.0.20", |
38 | | - "@types/react-native": "^0.64.13", |
39 | | - "@typescript-eslint/eslint-plugin": "^4.30.0", |
40 | | - "@typescript-eslint/parser": "^4.30.0", |
41 | | - "doctoc": "^2.0.1", |
42 | | - "eslint": "^7.32.0", |
| 44 | + "@types/jest": "^27.0.3", |
| 45 | + "@types/react": "^17.0.37", |
| 46 | + "@types/react-native": "^0.66.6", |
| 47 | + "@typescript-eslint/eslint-plugin": "^5.4.0", |
| 48 | + "@typescript-eslint/parser": "^5.4.0", |
| 49 | + "doctoc": "^2.1.0", |
| 50 | + "eslint": "^8.3.0", |
43 | 51 | "eslint-config-prettier": "^8.3.0", |
44 | 52 | "eslint-plugin-prettier": "^4.0.0", |
45 | | - "eslint-plugin-react": "^7.25.1", |
46 | | - "jest": "^27.1.0", |
47 | | - "prettier": "^2.3.2", |
| 53 | + "eslint-plugin-react": "^7.27.1", |
| 54 | + "jest": "^27.3.1", |
| 55 | + "prettier": "^2.5.0", |
48 | 56 | "react": "^17.0.2", |
49 | | - "react-native": "^0.65.1", |
50 | | - "react-native-test-app": "^0.7.6", |
| 57 | + "react-native": "^0.66.3", |
| 58 | + "react-native-test-app": "^0.9.16", |
51 | 59 | "react-test-renderer": "^17.0.2", |
52 | | - "size-limit": "^5.0.3", |
53 | | - "typescript": "^4.4.2" |
| 60 | + "size-limit": "^7.0.3", |
| 61 | + "typescript": "^4.5.2" |
54 | 62 | }, |
55 | 63 | "author": "David <[email protected]>", |
56 | 64 | "description": "A react-native component to input confirmation code for both Android and IOS", |
|
0 commit comments