Skip to content

Commit 499d2c1

Browse files
fix:ci/cd for build TG-12 #closed
1 parent 43e1ed0 commit 499d2c1

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
"dependencies": {
1212
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
1313
"@react-native-async-storage/async-storage": "1.23.1",
14+
"@shopify/react-native-skia": "1.5.0",
1415
"@tensorflow-models/mobilenet": "^2.1.1",
1516
"@tensorflow/tfjs": "^4.22.0",
1617
"@tensorflow/tfjs-react-native": "^1.0.0",
18+
"@types/minimatch": "^6.0.0",
1719
"expo": "~52.0.11",
1820
"expo-camera": "~16.0.7",
1921
"expo-cli": "^4.0.17",
@@ -22,15 +24,14 @@
2224
"expo-gl-cpp": "^11.4.0",
2325
"expo-image-picker": "~16.0.3",
2426
"expo-status-bar": "~2.0.0",
27+
"expo-updates": "~0.27.4",
2528
"or": "^0.2.0",
2629
"phosphor-react-native": "^2.3.1",
2730
"react": "18.3.1",
2831
"react-native": "0.76.3",
2932
"react-native-fs": "^2.20.0",
30-
"react-native-svg": "^15.11.2",
3133
"react-native-reanimated": "~3.16.1",
32-
"@shopify/react-native-skia": "1.5.0",
33-
"expo-updates": "~0.27.4"
34+
"react-native-svg": "^15.11.2"
3435
},
3536
"devDependencies": {
3637
"@babel/core": "^7.25.2",
@@ -40,6 +41,9 @@
4041
"react-native-svg-transformer": "^1.5.0",
4142
"typescript": "^5.7.2"
4243
},
44+
"resolutions": {
45+
"@types/minimatch": "5.1.2"
46+
},
4347
"private": true,
4448
"description": "<p>PlantAiApp uses AI-powered image analysis to detect plant diseases, pinpoint affected areas, and assess severity. With real-time insights and personalized advice through our chatbot, you can take control of your plantation’s health and make informed decisions quickly. Precision farming made simple, for stronger growth and higher yields.</p>",
4549
"keywords": [],

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"extends": "expo/tsconfig.base",
33
"compilerOptions": {
44
"strict": true,
5+
"types": [ "node"]
56
}
67
}

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2543,7 +2543,12 @@
25432543
resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.2.tgz#b74129719fc8d11c01868010082d483b7545591a"
25442544
integrity sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==
25452545

2546-
"@types/minimatch@*":
2546+
"@types/minimatch@*", "@types/minimatch@5.1.2":
2547+
version "5.1.2"
2548+
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
2549+
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
2550+
2551+
"@types/minimatch@^6.0.0":
25472552
version "6.0.0"
25482553
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-6.0.0.tgz#4d207b1cc941367bdcd195a3a781a7e4fc3b1e03"
25492554
integrity sha512-zmPitbQ8+6zNutpwgcQuLcsEpn/Cj54Kbn7L5pX0Os5kdWplB7xPgEh/g+SWOB/qmows2gpuCaPyduq8ZZRnxA==

0 commit comments

Comments
 (0)