Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 19, 2024
1 parent 4bb3e36 commit e2036f7
Show file tree
Hide file tree
Showing 5 changed files with 415 additions and 398 deletions.
18 changes: 9 additions & 9 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"app": "*",
"babel-plugin-module-resolver": "5.0.0",
"burnt": "0.12.2",
"expo": "49.0.21",
"expo": "49.0.22",
"expo-constants": "15.4.5",
"expo-dev-client": "2.4.12",
"expo-font": "11.6.0",
"expo-image": "1.5.1",
"expo-linear-gradient": "12.5.0",
"expo-linking": "6.0.0",
"expo-font": "11.10.2",
"expo-image": "1.10.4",
"expo-linear-gradient": "12.7.0",
"expo-linking": "6.2.2",
"expo-router": "2.0.14",
"expo-splash-screen": "0.22.0",
"expo-status-bar": "1.7.1",
"expo-updates": "0.18.19",
"expo-splash-screen": "0.26.3",
"expo-status-bar": "1.11.1",
"expo-updates": "0.24.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.2",
Expand All @@ -38,7 +38,7 @@
},
"devDependencies": {
"@babel/core": "7.23.7",
"@expo/metro-config": "0.10.7",
"@expo/metro-config": "0.17.3",
"@tamagui/babel-plugin": "latest",
"babel-plugin-transform-inline-environment-variables": "0.4.4",
"metro-minify-terser": "0.80.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@tamagui/next-theme": "latest",
"app": "*",
"next": "14.0.4",
"next": "14.1.0",
"raf": "3.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -25,7 +25,7 @@
"@types/node": "20.11.5",
"critters": "0.0.20",
"dotenv-cli": "7.3.0",
"eslint-config-next": "14.0.4",
"eslint-config-next": "14.1.0",
"vercel": "latest"
}
}
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"with-env": "dotenv -e ../../.env.local --"
},
"dependencies": {
"@clerk/backend": "0.37.2",
"@clerk/backend": "0.37.3",
"@cloudflare/d1": "1.4.1",
"@hono/trpc-server": "0.1.0",
"@trpc/server": "10.45.0",
"@tsndr/cloudflare-worker-jwt": "2.3.2",
"@tsndr/cloudflare-worker-jwt": "2.4.0",
"drizzle-orm": "0.29.3",
"hono": "3.12.5"
"hono": "3.12.6"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240117.0",
Expand All @@ -30,6 +30,6 @@
"drizzle-kit": "0.20.13",
"eslint": "8.56.0",
"typescript": "5.3.3",
"wrangler": "3.22.5"
"wrangler": "3.23.0"
}
}
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"dependencies": {
"@clerk/clerk-expo": "0.20.1",
"@clerk/nextjs": "4.29.3",
"@clerk/nextjs": "4.29.4",
"@shichida/ui": "*",
"@shopify/flash-list": "1.6.3",
"@tamagui/animations-react-native": "latest",
Expand All @@ -22,10 +22,10 @@
"@trpc/next": "10.45.0",
"@trpc/react-query": "10.45.0",
"burnt": "0.12.2",
"expo-auth-session": "5.2.0",
"expo-auth-session": "5.4.0",
"expo-constants": "15.4.5",
"expo-linking": "6.0.0",
"expo-secure-store": "12.5.0",
"expo-linking": "6.2.2",
"expo-secure-store": "12.8.1",
"react-native-safe-area-context": "4.8.2",
"solito": "4.2.0"
},
Expand Down
Loading

0 comments on commit e2036f7

Please sign in to comment.