|
1 | 1 | {
|
2 | 2 | "name": "example-app",
|
3 |
| - "version": "3.0.0", |
| 3 | + "version": "4.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": "~4.0.1",
|
35 |
| - "@infinitered/react-native-mlkit-document-scanner": "workspace:^2.0.1", |
36 |
| - "@infinitered/react-native-mlkit-face-detection": "workspace:^2.0.1", |
37 |
| - "@infinitered/react-native-mlkit-image-labeling": "workspace:^2.0.1", |
38 |
| - "@infinitered/react-native-mlkit-object-detection": "workspace:^2.0.1", |
| 35 | + "@infinitered/react-native-mlkit-document-scanner": "workspace:^3.0.0", |
| 36 | + "@infinitered/react-native-mlkit-face-detection": "workspace:^3.0.0", |
| 37 | + "@infinitered/react-native-mlkit-image-labeling": "workspace:^3.0.0", |
| 38 | + "@infinitered/react-native-mlkit-object-detection": "workspace:^3.0.0", |
39 | 39 | "@react-native-async-storage/async-storage": "^2.0.0",
|
40 | 40 | "@react-navigation/native": "^6.0.8",
|
41 | 41 | "@react-navigation/native-stack": "^6.0.2",
|
|
76 | 76 | "@babel/plugin-transform-template-literals": "^7.0.0",
|
77 | 77 | "@babel/preset-env": "^7.20.0",
|
78 | 78 | "@babel/runtime": "^7.20.0",
|
79 |
| - "@infinitered/tsconfig": "0.3.0", |
| 79 | + "@infinitered/tsconfig": "0.4.0", |
80 | 80 | "@react-native-community/cli": "^15.0.0",
|
81 | 81 | "@react-native-community/cli-platform-android": "^15.0.0",
|
82 | 82 | "@react-native-community/cli-platform-ios": "^15.0.0",
|
|
0 commit comments