Update packages

This commit is contained in:
2025-09-13 19:21:28 -05:00
parent 1e4df157e9
commit c218d2edc2
4 changed files with 64 additions and 30 deletions

View File

@@ -12,17 +12,17 @@
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.8",
"expo": "~54.0.4",
"@react-navigation/bottom-tabs": "^7.4.7",
"@react-navigation/elements": "^2.6.4",
"@react-navigation/native": "^7.1.17",
"expo": "~54.0.7",
"expo-constants": "~18.0.8",
"expo-font": "~14.0.8",
"expo-haptics": "~15.0.7",
"expo-image": "~3.0.8",
"expo-linking": "~8.0.8",
"expo-router": "~6.0.2",
"expo-splash-screen": "~31.0.9",
"expo-router": "~6.0.4",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-symbols": "~1.0.7",
"expo-system-ui": "~6.0.7",
@@ -33,12 +33,12 @@
"react-native-gesture-handler": "~2.28.0",
"react-native-worklets": "0.5.1",
"react-native-reanimated": "~4.1.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-safe-area-context": "~5.6.1",
"react-native-screens": "~4.16.0",
"react-native-web": "~0.21.0"
"react-native-web": "~0.21.1"
},
"devDependencies": {
"@types/react": "~19.1.0",
"@types/react": "~19.1.13",
"eslint-config-expo": "~10.0.0"
},
"private": true

View File

@@ -43,13 +43,13 @@
"tailwind-merge": "^3.3.1",
"typescript-eslint": "^8.43.0",
"vaul": "^1.1.2",
"zod": "^4.1.7"
"zod": "^4.1.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "^20.19.13",
"@types/react": "^19.1.12",
"@types/node": "^20.19.14",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"dotenv": "^16.6.1",
"eslint-config-next": "^15.5.3",