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 Oct 20, 2023
1 parent 8230790 commit 5804743
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 98 deletions.
6 changes: 3 additions & 3 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@babel/runtime": "7.23.2",
"@react-navigation/native": "6.1.8",
"@react-navigation/native": "6.1.9",
"@shichida/ui": "*",
"@types/react-native": "0.72.5",
"app": "*",
"babel-plugin-module-resolver": "5.0.0",
"burnt": "0.12.1",
"expo": "48.0.20",
"expo": "48.0.21",
"expo-constants": "14.5.1",
"expo-dev-client": "2.4.11",
"expo-font": "11.6.0",
Expand All @@ -27,7 +27,7 @@
"expo-router": "2.0.9",
"expo-splash-screen": "0.22.0",
"expo-status-bar": "1.7.1",
"expo-updates": "0.18.15",
"expo-updates": "0.18.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint": "8.51.0",
"node-gyp": "9.4.0",
"prettier": "3.0.3",
"turbo": "1.10.15",
"turbo": "1.10.16",
"typescript": "5.2.2"
},
"packageManager": "yarn@3.6.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@clerk/backend": "0.31.2",
"@cloudflare/d1": "1.4.1",
"@hono/trpc-server": "0.1.0",
"@trpc/server": "10.40.0",
"@trpc/server": "10.41.0",
"@tsndr/cloudflare-worker-jwt": "2.2.5",
"drizzle-orm": "0.28.6",
"hono": "3.8.1"
Expand All @@ -30,6 +30,6 @@
"drizzle-kit": "0.19.13",
"eslint": "8.51.0",
"typescript": "5.2.2",
"wrangler": "3.13.2"
"wrangler": "3.14.0"
}
}
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@tamagui/shorthands": "latest",
"@tamagui/themes": "latest",
"@tanstack/react-query": "4.36.1",
"@trpc/client": "10.40.0",
"@trpc/next": "10.40.0",
"@trpc/react-query": "10.40.0",
"@trpc/client": "10.41.0",
"@trpc/next": "10.41.0",
"@trpc/react-query": "10.41.0",
"burnt": "0.12.1",
"expo-auth-session": "4.1.0",
"expo-constants": "14.5.1",
Expand All @@ -30,7 +30,7 @@
"solito": "3.2.9"
},
"devDependencies": {
"@types/react": "18.2.29",
"@types/react": "18.2.30",
"@types/react-native": "0.72.5"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@tamagui/shorthands": "latest",
"@tamagui/themes": "latest",
"@tamagui/toast": "latest",
"@tanstack/react-virtual": "3.0.0-beta.65",
"@tanstack/react-virtual": "3.0.0-beta.66",
"jotai": "2.4.3",
"tamagui": "latest"
},
Expand Down
Loading

0 comments on commit 5804743

Please sign in to comment.