File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 2222
2323 install-and-build-android :
2424 runs-on : ubuntu-latest
25+ env :
26+ ENTRY_FILE : " index.tsx"
2527 timeout-minutes : 30
2628 strategy :
2729 matrix :
File renamed without changes.
Original file line number Diff line number Diff line change 2727 "@tsconfig/react-native" : " ^3.0.2" ,
2828 "@types/jest" : " ^29.5.5" ,
2929 "@types/node" : " ^20.4.5" ,
30- "@types/react" : " ^18.2.25 " ,
30+ "@types/react" : " ^18.2.28 " ,
3131 "@types/react-test-renderer" : " ^18.0.3" ,
3232 "@typescript-eslint/eslint-plugin" : " ^6.6.0" ,
3333 "drizzle-kit" : " ^0.19.13" ,
Original file line number Diff line number Diff line change @@ -2661,7 +2661,7 @@ __metadata:
26612661 languageName : node
26622662 linkType : hard
26632663
2664- " @types/react@npm:*, @types/react@npm:^18.2.25 " :
2664+ " @types/react@npm:* " :
26652665 version : 18.2.25
26662666 resolution : " @types/react@npm:18.2.25"
26672667 dependencies :
@@ -2672,6 +2672,17 @@ __metadata:
26722672 languageName : node
26732673 linkType : hard
26742674
2675+ " @types/react@npm:^18.2.28 " :
2676+ version : 18.2.28
2677+ resolution : " @types/react@npm:18.2.28"
2678+ dependencies :
2679+ " @types/prop-types " : " *"
2680+ " @types/scheduler " : " *"
2681+ csstype : ^3.0.2
2682+ checksum : 81381bedeba83278f4c9febb0b83e0bd3f42a25897a50b9cb36ef53651d34b3d50f87ebf11211ea57ea575131f85d31e93e496ce46478a00b0f9bf7b26b5917a
2683+ languageName : node
2684+ linkType : hard
2685+
26752686" @types/responselike@npm:^1.0.0 " :
26762687 version : 1.0.1
26772688 resolution : " @types/responselike@npm:1.0.1"
@@ -2976,7 +2987,7 @@ __metadata:
29762987 " @tsconfig/react-native " : ^3.0.2
29772988 " @types/jest " : ^29.5.5
29782989 " @types/node " : ^20.4.5
2979- " @types/react " : ^18.2.25
2990+ " @types/react " : ^18.2.28
29802991 " @types/react-test-renderer " : ^18.0.3
29812992 " @typescript-eslint/eslint-plugin " : ^6.6.0
29822993 await-to-js : ^3.0.0
You can’t perform that action at this time.
0 commit comments