|
1 | 1 | { |
2 | 2 | "name": "react-native-animated-header-flat-list", |
3 | | - "version": "1.4.0", |
| 3 | + "version": "1.4.2", |
4 | 4 | "description": "A React Native FlatList component with an animated collapsible header, featuring parallax effects, smooth title transitions, sticky component support, and customizable styles. Built with TypeScript and separate background/content layers in header.", |
5 | 5 | "source": "./src/index.tsx", |
6 | 6 | "main": "./lib/commonjs/index.js", |
|
68 | 68 | }, |
69 | 69 | "devDependencies": { |
70 | 70 | "@commitlint/config-conventional": "17.7.0", |
71 | | - "@evilmartians/lefthook": "^1.11.3", |
72 | | - "@react-native/eslint-config": "0.78.0", |
73 | | - "@react-navigation/elements": "^2.2.6", |
74 | | - "@react-navigation/native": "^7.0.15", |
75 | | - "@react-navigation/native-stack": "^7.2.1", |
| 71 | + "@evilmartians/lefthook": "^1.11.7", |
| 72 | + "@react-native/eslint-config": "0.78.2", |
| 73 | + "@react-navigation/elements": "^2.3.7", |
| 74 | + "@react-navigation/native": "^7.1.5", |
| 75 | + "@react-navigation/native-stack": "^7.3.9", |
76 | 76 | "@release-it/conventional-changelog": "7.0.0", |
77 | 77 | "@types/jest": "^29.5.14", |
78 | | - "@types/react": "^19.0.10", |
79 | | - "commitlint": "^19.6.1", |
| 78 | + "@types/react": "^19.1.0", |
| 79 | + "commitlint": "^19.8.0", |
80 | 80 | "del-cli": "^6.0.0", |
81 | 81 | "eslint": "8.57.0", |
82 | 82 | "eslint-config-prettier": "^9.1.0", |
83 | | - "eslint-plugin-prettier": "^5.2.3", |
| 83 | + "eslint-plugin-prettier": "^5.2.6", |
84 | 84 | "jest": "^29.7.0", |
85 | 85 | "prettier": "^3.5.3", |
86 | | - "react": "19.0.0", |
87 | | - "react-native": "0.78.0", |
88 | | - "react-native-builder-bob": "^0.37.0", |
89 | | - "react-native-reanimated": "^3.17.1", |
| 86 | + "react": "19.1.0", |
| 87 | + "react-native": "0.78.2", |
| 88 | + "react-native-builder-bob": "0.37.0", |
| 89 | + "react-native-reanimated": "^3.17.3", |
90 | 90 | "react-native-safe-area-context": "^5.3.0", |
91 | | - "release-it": "16.1.5", |
92 | | - "typescript": "^5.8.2" |
| 91 | + "release-it": "^18.1.2", |
| 92 | + "typescript": "^5.8.3" |
93 | 93 | }, |
94 | 94 | "resolutions": { |
95 | | - "@types/react": "^19.0.10" |
| 95 | + "@types/react": "^19.1.0" |
96 | 96 | }, |
97 | 97 | "peerDependencies": { |
98 | 98 | "@react-navigation/elements": ">=2.0.0", |
|
101 | 101 | "react": "*", |
102 | 102 | "react-native": "*", |
103 | 103 | "react-native-reanimated": ">=3.0.0", |
104 | | - "react-native-safe-area-context": ">=4.0.0" |
| 104 | + "react-native-safe-area-context": ">=5.0.0" |
105 | 105 | }, |
106 | 106 | "workspaces": [ |
107 | 107 | "example" |
|
0 commit comments