diff --git a/app.config.ts b/app.config.ts index 4af27de..d73179e 100644 --- a/app.config.ts +++ b/app.config.ts @@ -6,7 +6,7 @@ import withAndroidLocalizedName from '@mmomtchev/expo-android-localized-app-name import {version} from './package.json'; const DEEP_LINK_URL = '[firebaseAppId].web.app'; -const buildNumber = 13; +const buildNumber = 14; export default ({config}: ConfigContext): ExpoConfig => ({ ...config, diff --git a/bun.lockb b/bun.lockb index 8185677..feb8827 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 3d1ad88..ac8076c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "migrate:deploy": "dotenv -e .env.production -- prisma migrate deploy" }, "dependencies": { - "@clerk/clerk-expo": "2.2.10", + "@clerk/clerk-expo": "2.2.17", "@dooboo/react-native-youtube-iframe": "^2.2.5", "@emotion/native": "^11.11.0", "@emotion/react": "^11.13.3", @@ -47,20 +47,20 @@ "@expo/react-native-action-sheet": "^4.1.0", "@hookform/resolvers": "^3.9.0", "@likashefqet/react-native-image-zoom": "^4.1.0", - "@prisma/client": "5.16.1", - "@react-native-async-storage/async-storage": "1.23.1", - "@react-native-community/datetimepicker": "8.0.1", - "@shopify/flash-list": "1.6.4", + "@prisma/client": "5.20.0", + "@react-native-async-storage/async-storage": "2.0.0", + "@react-native-community/datetimepicker": "8.2.0", + "@shopify/flash-list": "1.7.1", "@supabase/supabase-js": "^2.45.4", "base64-arraybuffer": "^1.0.2", - "date-fns": "^4.0.0", + "date-fns": "^4.1.0", "dooboo-ui": "^0.2.38", - "expo": "~51.0.31", + "expo": "~51.0.34", "expo-constants": "~16.0.2", "expo-device": "~6.0.2", "expo-file-system": "^17.0.1", "expo-font": "~12.0.10", - "expo-image": "~1.12.15", + "expo-image": "~1.13.0", "expo-image-picker": "~15.0.7", "expo-linear-gradient": "^13.0.2", "expo-linking": "~6.3.1", @@ -70,41 +70,41 @@ "expo-screen-orientation": "~7.0.5", "expo-secure-store": "~13.0.2", "expo-sharing": "~12.0.1", - "expo-splash-screen": "~0.27.5", + "expo-splash-screen": "~0.27.6", "expo-status-bar": "~1.12.1", "expo-system-ui": "~3.0.7", - "expo-updates": "~0.25.24", + "expo-updates": "~0.25.25", "expo-video-thumbnails": "^8.0.0", "expo-web-browser": "~13.0.3", "i18n-js": "^4.4.3", "lottie-react": "^2.4.0", - "lottie-react-native": "6.7.0", - "react": "18.2.0", - "react-dom": "18.2.0", + "lottie-react-native": "7.0.0", + "react": "18.3.1", + "react-dom": "18.3.1", "react-hook-form": "^7.53.0", - "react-native": "~0.75.0", + "react-native": "~0.75.3", "react-native-device-info": "^13.0.0", "react-native-error-boundary": "^1.2.4", - "react-native-gesture-handler": "~2.18.1", + "react-native-gesture-handler": "~2.20.0", "react-native-modal": "^13.0.1", "react-native-parsed-text": "^0.0.22", - "react-native-reanimated": "~3.15.0", + "react-native-reanimated": "~3.15.3", "react-native-reanimated-carousel": "^3.5.1", - "react-native-safe-area-context": "4.10.5", + "react-native-safe-area-context": "4.11.0", "react-native-screens": "~3.34.0", - "react-native-svg": "15.5.0", + "react-native-svg": "15.7.1", "react-native-tab-view": "^3.5.2", "react-native-url-polyfill": "^2.0.0", "react-native-web": "~0.19.12", "react-native-web-lottie": "^1.4.4", "react-native-web-webview": "^1.0.2", - "react-native-webview": "13.8.6", + "react-native-webview": "13.12.2", "recoil": "^0.7.7", "swr": "^2.2.5", "yup": "^1.4.0" }, "devDependencies": { - "@babel/core": "^7.24.7", + "@babel/core": "^7.25.2", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@commitlint/cli": "^19.5.0", @@ -114,9 +114,9 @@ "@testing-library/jest-native": "^5.4.3", "@testing-library/react-native": "^12.7.2", "@types/jest": "^29.5.13", - "@types/react": "~18.2.79", + "@types/react": "~18.3.10", "@types/recoil": "^0.0.9", - "@typescript-eslint/eslint-plugin": "^7.13.0", + "@typescript-eslint/eslint-plugin": "^8.7.0", "ajv": "^8.17.1", "babel-jest": "^29.7.0", "commitlint-plugin-function-rules": "^4.0.0", @@ -128,12 +128,12 @@ "eslint-plugin-jest": "^28.8.3", "eslint-plugin-prettier": "^5.2.1", "expo-build-properties": "~0.12.5", - "expo-dev-client": "~4.0.26", + "expo-dev-client": "~4.0.27", "jest": "^29.7.0", "jest-expo": "~51.0.4", "jest-fetch-mock": "^3.0.3", "prettier": "^3.3.3", - "prisma": "^5.16.1", + "prisma": "^5.20.0", "react-test-renderer": "18.3.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2",