Skip to content

Commit

Permalink
build: 📦️
Browse files Browse the repository at this point in the history
  • Loading branch information
koutyuke committed Oct 20, 2024
1 parent ae73122 commit 6f6fe48
Show file tree
Hide file tree
Showing 5 changed files with 401 additions and 316 deletions.
11 changes: 6 additions & 5 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^6.1.18",
"ajv": "^8.17.1",
"expo": "~51.0.37",
"expo": "~51.0.38",
"expo-dev-client": "~4.0.28",
"expo-font": "~12.0.10",
"expo-linking": "^6.3.1",
Expand All @@ -36,17 +36,18 @@
"expo-status-bar": "~1.12.1",
"expo-system-ui": "^3.0.7",
"expo-web-browser": "^13.0.3",
"jotai": "^2.10.0",
"nativewind": "4.1.16",
"jotai": "^2.10.1",
"nativewind": "^4.1.17",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-keyboard-controller": "^1.14.2",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-web": "^0.19.12",
"tailwindcss": "^3.4.13"
"react-native-web": "^0.19.13",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@babel/core": "^7.25.8",
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"@mobile/public/*": ["./public/*"]
}
},
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts", "nativewind-env.d.ts"]
}
11 changes: 10 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"useSortedClasses": {
"level": "warn",
"options": {
"attributes": ["className"],
"functions": ["tv", "twMerge", "twPseudo", "twColorPalette"]
}
}
Expand Down Expand Up @@ -79,6 +78,16 @@
}
}
}
},
{
"include": ["**/src/app/**"],
"linter": {
"rules": {
"style": {
"useFilenamingConvention": "off"
}
}
}
}
],
"vcs": {
Expand Down
Binary file modified bun.lockb
Binary file not shown.
Loading

0 comments on commit 6f6fe48

Please sign in to comment.