File tree Expand file tree Collapse file tree 4 files changed +138
-100
lines changed Expand file tree Collapse file tree 4 files changed +138
-100
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,6 @@ export default function Page() {
9090 ) ;
9191 } }
9292 />
93- < Link href = { '/map' } >
94- < Txt textDecorationLine = { 'underline' } align = { 'center' } >
95- { '@react-native-kakao/map' }
96- </ Txt >
97- </ Link >
9893 < Link href = { '/user' } >
9994 < Txt textDecorationLine = { 'underline' } align = { 'center' } >
10095 { '@react-native-kakao/user' }
Original file line number Diff line number Diff line change 6565 "@lerna-lite/publish" : " ^3.3.3" ,
6666 "@lerna-lite/run" : " ^3.3.3" ,
6767 "@mj-studio/eslint-config-react" : " 1.0.7" ,
68- "@react-native/eslint-config" : " 0.74.81 " ,
68+ "@react-native/eslint-config" : " 0.77.1 " ,
6969 "@types/fs-extra" : " ^11" ,
7070 "@types/jest" : " ^29.5.5" ,
7171 "@types/react" : " ^18.2.44" ,
7979 "jest" : " ^29.7.0" ,
8080 "lefthook" : " ^1.6.10" ,
8181 "prettier" : " 3.2.5" ,
82- "react" : " 18.2.0 " ,
82+ "react" : " 18.3.1 " ,
8383 "react-native" : " 0.77.1" ,
8484 "react-native-builder-bob" : " ^0.38.0" ,
8585 "turbo" : " 1.13.3" ,
8686 "typescript" : " 5.3.3" ,
8787 "zx" : " ^8.0.2"
8888 },
8989 "resolutions" : {
90- "@types/react" : " ^18.2.44 "
90+ "@types/react" : " ^18.3.1 "
9191 },
9292 "packageManager" :
" [email protected] " ,
9393 "commitlint" : {
Original file line number Diff line number Diff line change 99 "allowUnusedLabels" : false ,
1010 "esModuleInterop" : true ,
1111 "forceConsistentCasingInFileNames" : true ,
12- "jsx" : " react-jsx " ,
12+ "jsx" : " react-native " ,
1313 "lib" : [" esnext" , " DOM" ],
1414 "module" : " esnext" ,
1515 "moduleResolution" : " node" ,
You can’t perform that action at this time.
0 commit comments