|
23 | 23 | "lint": "eslint src/ test/", |
24 | 24 | "spec": "jest", |
25 | 25 | "check": "tsc --noEmit", |
26 | | - "test": "npm run typecheck && npm run spec && npm run lint && npm run prettycheck", |
| 26 | + "test": "npm run check && npm run spec && npm run lint", |
27 | 27 | "prepublishOnly": "npm run build" |
28 | 28 | }, |
29 | 29 | "peerDependencies": { |
|
37 | 37 | "@babel/core": "^7.26.0", |
38 | 38 | "@babel/preset-env": "^7.26.0", |
39 | 39 | "@babel/runtime": "^7.26.0", |
40 | | - "@mgcrea/eslint-config-react-native": "^0.12.18", |
| 40 | + "@mgcrea/eslint-config-react-native": "^0.12.20", |
41 | 41 | "@testing-library/jest-native": "^5.4.3", |
42 | | - "@testing-library/react-native": "^12.8.1", |
| 42 | + "@testing-library/react-native": "^12.9.0", |
43 | 43 | "@tsconfig/react-native": "^3.0.5", |
44 | 44 | "@types/jest": "^29.5.14", |
45 | 45 | "@types/react": "^18.3.12", |
|
52 | 52 | "prettier": "^3.3.3", |
53 | 53 | "prettier-plugin-organize-imports": "^4.1.0", |
54 | 54 | "react": "^18.3.1", |
55 | | - "react-native": "^0.76.2", |
56 | | - "react-native-gesture-handler": "^2.21.1", |
| 55 | + "react-native": "^0.76.5", |
| 56 | + "react-native-gesture-handler": "^2.21.2", |
57 | 57 | "react-native-haptic-feedback": "^2.3.3", |
58 | | - "react-native-reanimated": "^3.16.2", |
| 58 | + "react-native-reanimated": "^3.16.5", |
59 | 59 | "react-test-renderer": "^18.3.1", |
60 | 60 | "tsc-alias": "^1.8.10", |
61 | 61 | "tsup": "^8.3.5", |
|
0 commit comments