|
1 | 1 | { |
2 | 2 | "name": "example-app", |
3 | 3 | "dependencies": { |
4 | | - "@fortawesome/fontawesome-svg-core": "^6.5.2", |
5 | | - "@fortawesome/free-solid-svg-icons": "^6.5.2", |
6 | | - "@fortawesome/react-native-fontawesome": "^0.3.2", |
7 | | - "@react-native-async-storage/async-storage": "^1.24.0", |
8 | | - "@react-navigation/bottom-tabs": "^7.3.10", |
| 4 | + "@fortawesome/fontawesome-svg-core": "6.5.2", |
| 5 | + "@fortawesome/free-solid-svg-icons": "6.5.2", |
| 6 | + "@fortawesome/react-native-fontawesome": "0.3.2", |
| 7 | + "@react-native-async-storage/async-storage": "2.2.0", |
| 8 | + "@react-navigation/bottom-tabs": "7.3.10", |
9 | 9 | "@react-navigation/native": "7.0.14", |
10 | 10 | "@react-navigation/native-stack": "7.2.0", |
11 | | - "@shopify/flash-list": "patch:@shopify/flash-list@npm%3A1.8.0#~/.yarn/patches/@shopify-flash-list-npm-1.8.0-54e02d8f74.patch", |
12 | | - "react": "19.0.0", |
13 | | - "react-native": "0.79.0", |
14 | | - "react-native-gesture-handler": "2.25.0", |
15 | | - "react-native-haptic-feedback": "^2.3.3", |
16 | | - "react-native-reanimated": "patch:react-native-reanimated@npm%3A3.17.4#~/.yarn/patches/react-native-reanimated-npm-3.17.4-d7caed9b50.patch", |
| 11 | + "@shopify/flash-list": "patch:@shopify/flash-list@npm%3A2.0.0-rc.8#~/.yarn/patches/@shopify-flash-list-npm-2.0.0-rc.8-96ca0285c9.patch", |
| 12 | + "react": "19.1.0", |
| 13 | + "react-native": "0.80.0", |
| 14 | + "react-native-gesture-handler": "2.26.0", |
| 15 | + "react-native-haptic-feedback": "2.3.3", |
| 16 | + "react-native-reanimated": "patch:react-native-reanimated@npm%3A3.18.0#~/.yarn/patches/react-native-reanimated-npm-3.18.0-3e0f9f00d6.patch", |
17 | 17 | "react-native-safe-area-context": "5.3.0", |
18 | | - "react-native-screens": "4.10.0", |
| 18 | + "react-native-screens": "4.11.1", |
19 | 19 | "react-native-sortables": "workspace:*", |
20 | | - "react-native-svg": "15.11.2" |
| 20 | + "react-native-svg": "15.12.0" |
21 | 21 | }, |
22 | 22 | "devDependencies": { |
23 | 23 | "@babel/core": "^7.25.2", |
24 | 24 | "@babel/preset-env": "^7.25.3", |
25 | 25 | "@babel/runtime": "^7.25.0", |
26 | 26 | "@gorhom/portal": "^1.0.14", |
27 | | - "@react-native-community/cli": "18.0.0", |
28 | | - "@react-native-community/cli-platform-android": "18.0.0", |
29 | | - "@react-native-community/cli-platform-ios": "18.0.0", |
30 | | - "@react-native/babel-preset": "0.79.0", |
31 | | - "@react-native/metro-config": "0.79.0", |
| 27 | + "@react-native-community/cli": "19.0.0", |
| 28 | + "@react-native-community/cli-platform-android": "19.0.0", |
| 29 | + "@react-native-community/cli-platform-ios": "19.0.0", |
| 30 | + "@react-native/babel-preset": "0.80.0", |
| 31 | + "@react-native/metro-config": "0.80.0", |
32 | 32 | "@testing-library/react-hooks": "^8.0.1", |
33 | 33 | "@testing-library/react-native": "^12.5.1", |
34 | | - "@types/react": "^19.0.0", |
35 | | - "@types/react-test-renderer": "^19.0.0", |
| 34 | + "@types/react": "^19.1.0", |
| 35 | + "@types/react-test-renderer": "^19.1.0", |
36 | 36 | "babel-plugin-module-resolver": "^5.0.2", |
37 | 37 | "eslint": "^9.28.0", |
38 | 38 | "jest": "^29.7.0", |
39 | 39 | "lint-staged": "^15.5.0", |
40 | 40 | "madge": "^8.0.0", |
41 | 41 | "prettier": "^3.3.2", |
42 | | - "react-test-renderer": "19.0.0", |
| 42 | + "react-test-renderer": "19.1.0", |
43 | 43 | "typescript": "^5.8.3" |
44 | 44 | }, |
45 | 45 | "lint-staged": { |
|
0 commit comments