Skip to content

Commit

Permalink
dep bumps (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Apr 12, 2024
1 parent 310c2ab commit 85849f7
Show file tree
Hide file tree
Showing 13 changed files with 354 additions and 339 deletions.
2 changes: 1 addition & 1 deletion apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"h3": "^1.11.1",
"nitropack": "^2.9.6",
"prettier": "^3.2.5",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"prettier": "@acme/prettier-config"
}
10 changes: 5 additions & 5 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@expo/metro-config": "^0.17.6",
"@shopify/flash-list": "1.6.3",
"@tanstack/react-query": "^5.29.0",
"@trpc/client": "11.0.0-next.320",
"@trpc/react-query": "11.0.0-next.320",
"@trpc/server": "11.0.0-next.320",
"@trpc/client": "11.0.0-rc.334",
"@trpc/react-query": "11.0.0-rc.334",
"@trpc/server": "11.0.0-rc.334",
"expo": "~50.0.14",
"expo-constants": "~15.4.5",
"expo-linking": "~6.2.2",
Expand Down Expand Up @@ -48,11 +48,11 @@
"@babel/preset-env": "^7.24.4",
"@babel/runtime": "^7.24.4",
"@types/babel__core": "^7.20.5",
"@types/react": "^18.2.74",
"@types/react": "^18.2.77",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"prettier": "@acme/prettier-config"
}
14 changes: 7 additions & 7 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"@acme/validators": "workspace:*",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-query": "^5.29.0",
"@trpc/client": "11.0.0-next.320",
"@trpc/react-query": "11.0.0-next.320",
"@trpc/server": "11.0.0-next.320",
"@trpc/client": "11.0.0-rc.334",
"@trpc/react-query": "11.0.0-rc.334",
"@trpc/server": "11.0.0-rc.334",
"geist": "^1.3.0",
"next": "^14.1.4",
"next": "^14.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "2.2.1",
Expand All @@ -37,14 +37,14 @@
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"dotenv-cli": "^7.4.1",
"eslint": "^9.0.0",
"jiti": "^1.21.0",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"prettier": "@acme/prettier-config"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@turbo/gen": "^1.13.2",
"prettier": "^3.2.5",
"turbo": "^1.13.2",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"prettier": "@acme/prettier-config"
}
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@acme/auth": "workspace:*",
"@acme/db": "workspace:*",
"@acme/validators": "workspace:*",
"@trpc/server": "11.0.0-next.320",
"@trpc/server": "11.0.0-rc.334",
"superjson": "2.2.1",
"zod": "^3.22.4"
},
Expand All @@ -32,7 +32,7 @@
"@acme/tsconfig": "workspace:*",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"prettier": "@acme/prettier-config"
}
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@acme/db": "workspace:*",
"@auth/drizzle-adapter": "^0.8.1",
"@t3-oss/env-nextjs": "^0.9.2",
"next": "^14.1.4",
"next": "^14.2.0",
"next-auth": "5.0.0-beta.16",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -33,7 +33,7 @@
"@acme/tsconfig": "workspace:*",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"prettier": "@acme/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint": "^9.0.0",
"mysql2": "^3.9.2",
"prettier": "^3.2.5",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"prettier": "@acme/prettier-config"
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/react": "^18.2.74",
"@types/react": "^18.2.77",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"react": "18.2.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@acme/tsconfig": "workspace:*",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"prettier": "@acme/prettier-config"
}
Loading

0 comments on commit 85849f7

Please sign in to comment.