diff --git a/app.json b/app.json index c2ed8ff..b3deab3 100644 --- a/app.json +++ b/app.json @@ -31,7 +31,8 @@ }, "plugins": [ "expo-router", - "expo-font" + "expo-font", + "expo-localization" ], "experiments": { "typedRoutes": true, diff --git a/bun.lockb b/bun.lockb index 46248be..b2872bd 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0c18c5d..37eba55 100644 --- a/package.json +++ b/package.json @@ -11,28 +11,28 @@ "test": "tsc && bun run lint", "lint": "eslint . --ext .ts,.tsx --max-warnings 0", "predeploy": "expo export -p web", - "deploy": "gh-pages -t -d dist", - "postinstall": "patch-package" + "deploy": "gh-pages -t -d dist" }, "dependencies": { "@expo/vector-icons": "^14.0.0", "@react-native-async-storage/async-storage": "1.21.0", "@react-navigation/native": "^6.1.9", + "ajv": "^8.12.0", "dayjs": "^1.10.8", - "expo": "~50.0.7", + "expo": "~50.0.17", "expo-asset": "~9.0.2", "expo-blur": "~12.9.2", "expo-font": "~11.10.3", "expo-linking": "~6.2.2", - "expo-localization": "~14.8.3", - "expo-router": "~3.4.7", + "expo-localization": "~14.8.4", + "expo-router": "~3.4.9", "expo-status-bar": "~1.11.1", - "expo-system-ui": "~2.9.3", + "expo-system-ui": "~2.9.4", "i18n-js": "^4.3.0", "nativewind": "^4.0.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.73.4", + "react-native": "0.73.6", "react-native-reanimated": "~3.6.2", "react-native-safe-area-context": "4.8.2", "react-native-screens": "~3.29.0", @@ -51,7 +51,7 @@ "eslint-plugin-import": "npm:eslint-plugin-i@latest", "gh-pages": "^3.2.3", "jest": "^29.2.1", - "jest-expo": "~50.0.2", + "jest-expo": "~50.0.4", "prettier": "^2.4.1", "react-test-renderer": "18.2.0", "tailwindcss": "^3.4.1",