|
1 | 1 | { |
2 | 2 | "name": "react-native-confirmation-code-field", |
3 | | - "version": "7.3.0", |
| 3 | + "version": "7.3.1", |
4 | 4 | "main": "esm/index.js", |
5 | 5 | "types": "esm/index.d.ts", |
6 | 6 | "files": [ |
|
32 | 32 | } |
33 | 33 | }, |
34 | 34 | "resolutions": { |
35 | | - "@types/jest": "^28.1.6", |
36 | | - "@types/react": "^18.0.15", |
37 | | - "@types/react-native": "^0.69.3" |
| 35 | + "@types/jest": "^29.0.3", |
| 36 | + "@types/react": "^18.0.21", |
| 37 | + "@types/react-native": "^0.70.3" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@size-limit/preset-app": "^7.0.8", |
| 40 | + "@size-limit/preset-app": "^8.1.0", |
41 | 41 | "@testing-library/react-hooks": "^8.0.1", |
42 | | - "@testing-library/react-native": "^10.1.1", |
| 42 | + "@testing-library/react-native": "^11.1.0", |
43 | 43 | "@tsconfig/react-native": "^2.0.2", |
44 | | - "@types/jest": "^28.1.6", |
45 | | - "@types/react": "^18.0.15", |
46 | | - "@types/react-native": "^0.69.3", |
| 44 | + "@types/jest": "^29.0.3", |
| 45 | + "@types/react": "^18.0.21", |
| 46 | + "@types/react-native": "^0.70.3", |
47 | 47 | "@types/react-test-renderer": "^18.0.0", |
48 | | - "@typescript-eslint/eslint-plugin": "^5.30.7", |
49 | | - "@typescript-eslint/parser": "^5.30.7", |
50 | | - "doctoc": "^2.2.0", |
51 | | - "eslint": "^8.20.0", |
| 48 | + "@typescript-eslint/eslint-plugin": "^5.38.0", |
| 49 | + "@typescript-eslint/parser": "^5.38.0", |
| 50 | + "doctoc": "^2.2.1", |
| 51 | + "eslint": "^8.24.0", |
52 | 52 | "eslint-config-prettier": "^8.5.0", |
53 | 53 | "eslint-plugin-prettier": "^4.2.1", |
54 | | - "eslint-plugin-react": "^7.30.1", |
55 | | - "jest": "^28.1.3", |
| 54 | + "eslint-plugin-react": "^7.31.8", |
| 55 | + "jest": "^29.0.3", |
56 | 56 | "prettier": "^2.7.1", |
57 | 57 | "react": "^18.2.0", |
58 | | - "react-native": "^0.69.2", |
59 | | - "react-native-test-app": "^1.5.0", |
| 58 | + "react-native": "^0.70.1", |
| 59 | + "react-native-test-app": "^1.6.19", |
60 | 60 | "react-test-renderer": "^18.2.0", |
61 | | - "size-limit": "^7.0.8", |
62 | | - "typescript": "^4.7.4" |
| 61 | + "size-limit": "^8.1.0", |
| 62 | + "typescript": "^4.8.3" |
63 | 63 | }, |
64 | 64 | "author": "David <[email protected]>", |
65 | 65 | "description": "A react-native component to input confirmation code for both Android and IOS", |
66 | | - "repository": "[email protected]:retyui/react-native-confirmation-code-input.git", |
| 66 | + "homepage": "https://github.com/retyui/react-native-confirmation-code-field#readme", |
| 67 | + "bugs": "https://github.com/retyui/react-native-confirmation-code-field/issues", |
| 68 | + "repository": { |
| 69 | + "type": "git", |
| 70 | + "url": "https://github.com/retyui/react-native-confirmation-code-field" |
| 71 | + }, |
67 | 72 | "license": "MIT", |
68 | 73 | "keywords": [ |
69 | 74 | "react", |
|
0 commit comments