use latest prettier

This commit is contained in:
Samuel Newman
2026-05-12 18:56:22 +03:00
parent db34e57512
commit 5124ebb6d9
9 changed files with 29 additions and 30 deletions
+1 -1
View File
@@ -287,7 +287,7 @@
"jest-expo": "~54.0.17", "jest-expo": "~54.0.17",
"jest-junit": "^16.0.0", "jest-junit": "^16.0.0",
"lint-staged": "^13.2.3", "lint-staged": "^13.2.3",
"prettier": "^3.6.0", "prettier": "^3.8.3",
"react-native-dotenv": "^3.4.11", "react-native-dotenv": "^3.4.11",
"react-refresh": "^0.14.0", "react-refresh": "^0.14.0",
"svgo": "^3.3.2", "svgo": "^3.3.2",
+1 -1
View File
@@ -639,7 +639,7 @@ importers:
specifier: ^13.2.3 specifier: ^13.2.3
version: 13.3.0 version: 13.3.0
prettier: prettier:
specifier: ^3.6.0 specifier: ^3.8.3
version: 3.8.3 version: 3.8.3
react-native-dotenv: react-native-dotenv:
specifier: ^3.4.11 specifier: ^3.4.11
+2 -3
View File
@@ -351,14 +351,13 @@ export function BottomBar({navigation}: BottomTabBarProps) {
) )
} }
interface BtnProps interface BtnProps extends Pick<
extends Pick<
React.ComponentProps<typeof PressableScale>, React.ComponentProps<typeof PressableScale>,
| 'accessible' | 'accessible'
| 'accessibilityRole' | 'accessibilityRole'
| 'accessibilityHint' | 'accessibilityHint'
| 'accessibilityLabel' | 'accessibilityLabel'
> { > {
testID?: string testID?: string
icon: JSX.Element icon: JSX.Element
notificationCount?: string notificationCount?: string