|
8 | 8 | "clean": "watchman watch-del-all && rm -rf .expo" |
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | | - "@azure/core-asynciterator-polyfill": "^1.0.2", |
12 | | - "@expo/metro-runtime": "^4.0.1", |
13 | | - "@expo/vector-icons": "^14.0.0", |
14 | | - "@journeyapps/react-native-quick-sqlite": "^2.4.9", |
| 11 | + "@azure/core-asynciterator-polyfill": "catalog:", |
| 12 | + "@expo/metro-runtime": "catalog:", |
| 13 | + "@expo/vector-icons": "catalog:", |
| 14 | + "@journeyapps/react-native-quick-sqlite": "catalog:", |
15 | 15 | "@powersync/common": "workspace:*", |
16 | 16 | "@powersync/react": "workspace:*", |
17 | 17 | "@powersync/react-native": "workspace:*", |
18 | | - "@react-native-community/async-storage": "^1.12.1", |
19 | | - "@react-native-community/masked-view": "^0.1.11", |
20 | | - "@react-navigation/drawer": "^7.1.1", |
21 | | - "@react-navigation/native": "^7.0.14", |
22 | | - "@supabase/supabase-js": "^2.42.4", |
23 | | - "expo": "52.0.46", |
24 | | - "expo-build-properties": "~0.13.2", |
25 | | - "expo-constants": "~17.0.8", |
26 | | - "expo-linking": "~7.0.5", |
27 | | - "expo-modules-autolinking": "^2.0.8", |
28 | | - "expo-router": "4.0.21", |
29 | | - "expo-splash-screen": "~0.29.22", |
30 | | - "expo-status-bar": "~2.0.1", |
31 | | - "lodash": "^4.17.21", |
32 | | - "react": "18.3.1", |
33 | | - "react-native": "0.76.9", |
34 | | - "react-native-elements": "^3.4.3", |
35 | | - "react-native-encrypted-storage": "^4.0.3", |
36 | | - "react-native-gesture-handler": "~2.20.2", |
37 | | - "react-native-prompt-android": "^1.1.0", |
38 | | - "react-native-reanimated": "~3.16.7", |
39 | | - "react-native-safe-area-context": "4.12.0", |
40 | | - "react-native-safe-area-view": "^1.1.1", |
41 | | - "react-native-screens": "~4.4.0", |
42 | | - "react-native-table-component": "^1.2.2", |
43 | | - "react-native-vector-icons": "^10.0.0", |
44 | | - "react-navigation-stack": "^2.10.4", |
45 | | - "typed-async-storage": "^3.1.2" |
| 18 | + "@react-native-async-storage/async-storage": "catalog:", |
| 19 | + "@react-native-masked-view/masked-view": "catalog:", |
| 20 | + "@react-navigation/drawer": "catalog:", |
| 21 | + "@react-navigation/native": "catalog:", |
| 22 | + "@supabase/supabase-js": "catalog:", |
| 23 | + "expo": "catalog:", |
| 24 | + "expo-build-properties": "catalog:", |
| 25 | + "expo-constants": "catalog:", |
| 26 | + "expo-linking": "catalog:", |
| 27 | + "expo-modules-autolinking": "catalog:", |
| 28 | + "expo-router": "catalog:", |
| 29 | + "expo-splash-screen": "catalog:", |
| 30 | + "expo-status-bar": "catalog:", |
| 31 | + "lodash": "catalog:", |
| 32 | + "react": "catalog:", |
| 33 | + "react-native": "catalog:", |
| 34 | + "react-native-elements": "catalog:", |
| 35 | + "react-native-encrypted-storage": "catalog:", |
| 36 | + "react-native-gesture-handler": "catalog:", |
| 37 | + "react-native-prompt-android": "catalog:", |
| 38 | + "react-native-reanimated": "catalog:", |
| 39 | + "react-native-safe-area-context": "catalog:", |
| 40 | + "react-native-screens": "catalog:", |
| 41 | + "react-native-table-component": "catalog:", |
| 42 | + "@react-navigation/stack": "catalog:", |
| 43 | + "typed-async-storage": "catalog:" |
46 | 44 | }, |
47 | 45 | "devDependencies": { |
48 | | - "@babel/plugin-transform-async-generator-functions": "^7.24.3", |
49 | | - "@babel/preset-env": "^7.24.4", |
50 | | - "@types/lodash": "^4.17.0", |
51 | | - "@types/react": "~18.3.18", |
| 46 | + "@babel/plugin-transform-async-generator-functions": "catalog:", |
| 47 | + "@babel/preset-env": "catalog:", |
| 48 | + "@types/lodash": "catalog:", |
| 49 | + "@types/react": "catalog:", |
52 | 50 | "@types/react-dom": "catalog:", |
53 | | - "@types/react-native-table-component": "^1.2.8", |
| 51 | + "@types/react-native-table-component": "catalog:", |
54 | 52 | "typescript": "catalog:" |
55 | 53 | }, |
56 | 54 | "private": true |
|
0 commit comments