|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
25 | 25 | "@babel/plugin-transform-class-static-block": "^7.27.1",
|
26 |
| - "@expo/metro-runtime": "~5.0.4", |
27 |
| - "@gorhom/bottom-sheet": "^5.0.6", |
28 |
| - "@react-native-async-storage/async-storage": "2.1.2", |
29 |
| - "@react-native-community/datetimepicker": "8.4.1", |
30 |
| - "@react-native-community/slider": "4.5.6", |
| 26 | + "@expo/metro-runtime": "~6.1.0", |
| 27 | + "@gorhom/bottom-sheet": "^5.2.3", |
| 28 | + "@react-native-async-storage/async-storage": "2.2.0", |
| 29 | + "@react-native-community/datetimepicker": "8.4.4", |
| 30 | + "@react-native-community/slider": "5.0.0", |
31 | 31 | "@storybook/addon-ondevice-actions": "^9.1.1",
|
32 | 32 | "@storybook/addon-ondevice-backgrounds": "^9.1.1",
|
33 | 33 | "@storybook/addon-ondevice-controls": "^9.1.1",
|
|
40 | 40 | "@storybook/react-native-ui-lite": "^9.1.1",
|
41 | 41 | "@storybook/react-native-web-vite": "^9.1.2",
|
42 | 42 | "babel-plugin-react-compiler": "^19.1.0-rc.2",
|
43 |
| - "expo": "~53.0.20", |
44 |
| - "react": "19.0.0", |
| 43 | + "expo": "next", |
| 44 | + "react": "19.1.0", |
45 | 45 | "react-compiler-runtime": "^19.1.0-rc.2",
|
46 |
| - "react-dom": "19.0.0", |
47 |
| - "react-native": "0.79.5", |
48 |
| - "react-native-gesture-handler": "~2.24.0", |
49 |
| - "react-native-reanimated": "~3.17.4", |
50 |
| - "react-native-safe-area-context": "5.4.0", |
51 |
| - "react-native-svg": "15.11.2", |
52 |
| - "react-native-web": "^0.20.0", |
| 46 | + "react-dom": "19.1.0", |
| 47 | + "react-native": "0.81.0", |
| 48 | + "react-native-gesture-handler": "~2.28.0", |
| 49 | + "react-native-reanimated": "~4.0.2", |
| 50 | + "react-native-safe-area-context": "~5.6.0", |
| 51 | + "react-native-svg": "15.12.1", |
| 52 | + "react-native-web": "^0.21.0", |
| 53 | + "react-native-worklets": "^0.4.1", |
53 | 54 | "storybook": "^9.1.2",
|
54 | 55 | "storybook-addon-deep-controls": "^0.9.3",
|
55 | 56 | "ws": "^8.18.0"
|
56 | 57 | },
|
57 | 58 | "devDependencies": {
|
58 | 59 | "@babel/core": "^7.26.0",
|
59 | 60 | "@testing-library/react-native": "14.0.0-alpha.1",
|
60 |
| - "@types/react": "~19.0.10", |
| 61 | + "@types/react": "~19.1.10", |
61 | 62 | "@types/ws": "^8.5.10",
|
62 | 63 | "babel-plugin-react-docgen-typescript": "^1.5.1",
|
63 | 64 | "jest": "^29.7.0",
|
64 |
| - "jest-expo": "~53.0.9", |
| 65 | + "jest-expo": "~54.0.1", |
65 | 66 | "rn-storybook-test": "^0.0.1",
|
66 |
| - "typescript": "~5.8.3", |
| 67 | + "typescript": "~5.9.2", |
67 | 68 | "universal-test-renderer": "^0.6.0",
|
68 | 69 | "vite": "^6.1.1"
|
69 | 70 | }
|
|
0 commit comments