Skip to content

Commit

Permalink
chore: update to expo sdk 52
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorpfiz committed Nov 5, 2024
1 parent b8320b7 commit 32de579
Show file tree
Hide file tree
Showing 11 changed files with 2,504 additions and 3,171 deletions.
8 changes: 6 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
"type": "node-terminal",
"request": "launch",
"command": "pnpm dev",
"cwd": "${workspaceFolder}/apps/nextjs/",
"skipFiles": ["<node_internals>/**"]
"cwd": "${workspaceFolder}/apps/nextjs",
"skipFiles": ["<node_internals>/**"],
"sourceMaps": true,
"sourceMapPathOverrides": {
"/turbopack/[project]/*": "${webRoot}/*" //https://github.com/vercel/next.js/issues/62008
}
},
{
"name": "Expo",
Expand Down
88 changes: 44 additions & 44 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"dependencies": {
"@bacons/text-decoder": "^0.0.0",
"@expo-google-fonts/inter": "^0.2.3",
"@expo/metro-config": "^0.18.11",
"@expo/metro-config": "0.19.0-preview.3",
"@expo/vector-icons": "^14.0.4",
"@gorhom/bottom-sheet": "^5.0.4",
"@hookform/resolvers": "^3.9.0",
"@gorhom/bottom-sheet": "^5.0.5",
"@hookform/resolvers": "^3.9.1",
"@hyper/db": "workspace:*",
"@hyper/validators": "workspace:*",
"@marceloterreiro/flash-calendar": "^1.1.0",
"@marceloterreiro/flash-calendar": "^1.2.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-google-signin/google-signin": "^13.1.0",
"@react-navigation/drawer": "^6.7.2",
"@react-navigation/native": "^6.1.18",
Expand Down Expand Up @@ -61,57 +61,57 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "catalog:dates",
"expo": "^51.0.38",
"expo-apple-authentication": "~6.4.2",
"expo-application": "~5.9.1",
"expo-background-fetch": "^12.0.1",
"expo-build-properties": "~0.12.5",
"expo-clipboard": "~6.0.3",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-dev-client": "~4.0.28",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.10",
"expo-haptics": "~13.0.1",
"expo-image": "~1.13.0",
"expo-keep-awake": "~13.0.2",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-localization": "~15.0.3",
"expo-navigation-bar": "~3.0.7",
"expo-notifications": "~0.28.19",
"expo-router": "~3.5.23",
"expo-secure-store": "~13.0.2",
"expo-sharing": "~12.0.1",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-task-manager": "^11.8.2",
"expo-updates": "~0.25.27",
"expo-web-browser": "~13.0.3",
"lucide-react-native": "^0.453.0",
"expo": "52.0.0-preview.19",
"expo-apple-authentication": "~7.0.1",
"expo-application": "~6.0.1",
"expo-background-fetch": "^13.0.1",
"expo-build-properties": "~0.13.1",
"expo-clipboard": "~7.0.0",
"expo-constants": "~17.0.2",
"expo-crypto": "~14.0.1",
"expo-dev-client": "5.0.0-preview.6",
"expo-file-system": "~18.0.0",
"expo-font": "~13.0.0",
"expo-haptics": "~14.0.0",
"expo-image": "2.0.0-preview.1",
"expo-keep-awake": "~14.0.1",
"expo-linear-gradient": "~14.0.1",
"expo-linking": "~7.0.2",
"expo-localization": "~16.0.0",
"expo-navigation-bar": "~4.0.2",
"expo-notifications": "~0.29.4",
"expo-router": "4.0.0-preview.12",
"expo-secure-store": "~14.0.0",
"expo-sharing": "~13.0.0",
"expo-splash-screen": "~0.29.1",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.2",
"expo-task-manager": "^12.0.1",
"expo-updates": "~0.26.4",
"expo-web-browser": "~14.0.0",
"lucide-react-native": "^0.454.0",
"luxon": "catalog:dates",
"nativewind": "^4.1.20",
"nativewind": "^4.1.23",
"p-queue": "^8.0.1",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"react-hook-form": "^7.53.1",
"react-native": "~0.75.4",
"react-native-avoid-softinput": "^6.0.1",
"react-native-gesture-handler": "~2.20.1",
"react-native": "~0.76.1",
"react-native-avoid-softinput": "^6.0.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "~1.11.0",
"react-native-graph": "^1.1.0",
"react-native-ios-context-menu": "^2.5.1",
"react-native-ios-utilities": "^4.5.0",
"react-native-keyboard-controller": "^1.14.2",
"react-native-mmkv": "^3.1.0",
"react-native-pager-view": "7.0.0-rc.0",
"react-native-pager-view": "^6.5.0",
"react-native-reanimated": "~3.16.1",
"react-native-redash": "^18.1.3",
"react-native-root-siblings": "^5.0.1",
"react-native-root-toast": "^3.6.0",
"react-native-safe-area-context": "~4.11.1",
"react-native-screens": "~3.34.0",
"react-native-safe-area-context": "~4.12.0",
"react-native-screens": "4.0.0-beta.16",
"react-native-svg": "^15.8.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vision-camera": "^4.5.3",
Expand All @@ -128,7 +128,7 @@
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/runtime": "^7.25.9",
"@expo/config-plugins": "^8.0.10",
"@expo/config-plugins": "^9.0.5",
"@hyper/api": "workspace:*",
"@hyper/eslint-config": "workspace:*",
"@hyper/prettier-config": "workspace:*",
Expand All @@ -141,11 +141,11 @@
"@types/jest": "^29.5.14",
"@types/luxon": "catalog:dates",
"@types/node": "catalog:",
"@types/react": "catalog:react18",
"@types/react": "^18.3.12",
"eslint": "catalog:",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-expo": "~51.0.4",
"jest-expo": "52.0.0-preview.3",
"jest-junit": "^16.0.0",
"prettier": "catalog:",
"react-test-renderer": "^18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"@trpc/client": "catalog:",
"@trpc/react-query": "catalog:",
"@trpc/server": "catalog:",
"ai": "^3.4.18",
"ai": "^3.4.33",
"date-fns": "catalog:dates",
"geist": "^1.3.1",
"lucide-react": "^0.453.0",
"lucide-react": "^0.454.0",
"luxon": "catalog:dates",
"next": "^14.2.16",
"next-safe-action": "^7.9.6",
"next-safe-action": "^7.9.9",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"react-icons": "^5.3.0",
Expand All @@ -51,7 +51,7 @@
"autoprefixer": "^10.4.20",
"dotenv-cli": "^7.4.2",
"eslint": "catalog:",
"jiti": "^2.3.3",
"jiti": "^2.4.0",
"prettier": "catalog:",
"tailwindcss": "catalog:tailwind",
"typescript": "catalog:"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"node": ">=20.16.0",
"pnpm": "^9.6.0"
},
"packageManager": "[email protected].2+sha256.2ef6e547b0b07d841d605240dce4d635677831148cd30f6d564b8f4f928f73d2",
"packageManager": "[email protected].3+sha256.24235772cc4ac82a62627cd47f834c72667a2ce87799a846ec4e8e555e2d4b8b",
"scripts": {
"build": "turbo run build",
"clean": "git clean -xdf node_modules",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@trpc/server": "catalog:",
"date-fns": "catalog:dates",
"luxon": "catalog:dates",
"nanoid": "^5.0.7",
"nanoid": "^5.0.8",
"superjson": "catalog:",
"zod": "catalog:"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
"dependencies": {
"@t3-oss/env-core": "^0.11.1",
"@vercel/postgres": "^0.10.0",
"drizzle-orm": "^0.35.3",
"drizzle-orm": "^0.36.0",
"drizzle-zod": "^0.5.1",
"pg": "^8.13.0",
"pg": "^8.13.1",
"zod": "catalog:"
},
"devDependencies": {
"@hyper/eslint-config": "workspace:*",
"@hyper/prettier-config": "workspace:*",
"@hyper/tsconfig": "workspace:*",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.26.2",
"drizzle-kit": "^0.27.1",
"eslint": "catalog:",
"prettier": "catalog:",
"tsx": "^4.19.1",
"tsx": "^4.19.2",
"typescript": "catalog:"
},
"prettier": "@hyper/prettier-config"
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
"ui-add": "pnpm dlx shadcn@latest add && prettier src --write --list-different"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"cmdk": "^1.0.0",
"next-themes": "^0.3.0",
"cmdk": "^1.0.4",
"next-themes": "^0.4.3",
"react-hook-form": "^7.53.1",
"sonner": "^1.5.0",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "catalog:tailwind"
},
Expand Down
Loading

0 comments on commit 32de579

Please sign in to comment.