|
36 | 36 | "add_build_info": "node scripts/autoCreatePackageInfo.js", |
37 | 37 | "example": "yarn workspace @iterable/react-native-sdk-example", |
38 | 38 | "test": "jest", |
| 39 | + "test:watch": "jest --watch", |
39 | 40 | "test:coverage": "jest --coverage", |
40 | 41 | "typecheck": "tsc", |
41 | 42 | "lint": "eslint \"**/*.{js,ts,tsx}\"", |
|
70 | 71 | "@react-native/eslint-config": "0.79.3", |
71 | 72 | "@react-native/metro-config": "0.79.3", |
72 | 73 | "@react-native/typescript-config": "0.79.3", |
73 | | - "@react-navigation/native": "^6.1.18", |
| 74 | + "@react-navigation/native": "^7.1.14", |
74 | 75 | "@release-it/conventional-changelog": "^9.0.2", |
75 | 76 | "@testing-library/jest-native": "^5.4.3", |
76 | | - "@testing-library/react-native": "^12.7.2", |
| 77 | + "@testing-library/react-native": "^13.3.3", |
77 | 78 | "@types/jest": "^29.5.5", |
78 | 79 | "@types/react": "^19.0.0", |
79 | 80 | "@types/react-native-vector-icons": "^6.4.18", |
|
91 | 92 | "react": "19.0.0", |
92 | 93 | "react-native": "0.79.3", |
93 | 94 | "react-native-builder-bob": "^0.40.4", |
94 | | - "react-native-gesture-handler": "^2.24.0", |
95 | | - "react-native-safe-area-context": "^5.1.0", |
96 | | - "react-native-screens": "^4.9.1", |
| 95 | + "react-native-gesture-handler": "^2.26.0", |
| 96 | + "react-native-safe-area-context": "^5.4.0", |
| 97 | + "react-native-screens": "^4.10.0", |
97 | 98 | "react-native-vector-icons": "^10.2.0", |
98 | | - "react-native-webview": "^13.13.1", |
| 99 | + "react-native-webview": "^13.14.1", |
99 | 100 | "react-test-renderer": "19.0.0", |
100 | 101 | "release-it": "^17.10.0", |
101 | 102 | "turbo": "^1.10.7", |
102 | | - "typedoc": "^0.26.11", |
| 103 | + "typedoc": "^0.28.13", |
103 | 104 | "typedoc-plugin-coverage": "^3.3.0", |
104 | 105 | "typedoc-plugin-mermaid": "^1.12.0", |
105 | 106 | "typescript": "^5.2.2" |
|
0 commit comments