|
1 | 1 | { |
2 | 2 | "name": "example-app", |
3 | | - "version": "5.0.0", |
| 3 | + "version": "6.0.0", |
4 | 4 | "private": true, |
5 | 5 | "main": "./index.js", |
6 | 6 | "scripts": { |
|
32 | 32 | "dependencies": { |
33 | 33 | "@expo-google-fonts/space-grotesk": "^0.2.2", |
34 | 34 | "@expo/metro-runtime": "~6.1.2", |
35 | | - "@infinitered/react-native-mlkit-document-scanner": "workspace:^4.0.0", |
36 | | - "@infinitered/react-native-mlkit-face-detection": "workspace:^4.0.0", |
37 | | - "@infinitered/react-native-mlkit-image-labeling": "workspace:^4.0.0", |
38 | | - "@infinitered/react-native-mlkit-object-detection": "workspace:^4.0.0", |
| 35 | + "@infinitered/react-native-mlkit-document-scanner": "workspace:^5.0.0", |
| 36 | + "@infinitered/react-native-mlkit-face-detection": "workspace:^5.0.0", |
| 37 | + "@infinitered/react-native-mlkit-image-labeling": "workspace:^5.0.0", |
| 38 | + "@infinitered/react-native-mlkit-object-detection": "workspace:^5.0.0", |
39 | 39 | "@react-native-async-storage/async-storage": "2.2.0", |
40 | 40 | "@react-navigation/native": "^6.0.8", |
41 | 41 | "@react-navigation/native-stack": "^6.0.2", |
|
77 | 77 | "@babel/plugin-transform-template-literals": "^7.0.0", |
78 | 78 | "@babel/preset-env": "^7.20.0", |
79 | 79 | "@babel/runtime": "^7.20.0", |
80 | | - "@infinitered/tsconfig": "0.6.0", |
| 80 | + "@infinitered/tsconfig": "0.7.0", |
81 | 81 | "@react-native-community/cli": "^15.0.0", |
82 | 82 | "@react-native-community/cli-platform-android": "^15.0.0", |
83 | 83 | "@react-native-community/cli-platform-ios": "^15.0.0", |
|
0 commit comments