Skip to content

Commit

Permalink
chore(deps): bump trpc, auth, next
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jan 27, 2024
1 parent 368e0e9 commit 7c4d292
Show file tree
Hide file tree
Showing 6 changed files with 1,611 additions and 287 deletions.
2 changes: 1 addition & 1 deletion apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/core": "^0.20.0"
"@auth/core": "0.24.0"
},
"devDependencies": {
"@acme/eslint-config": "workspace:^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@trpc/react-query": "next",
"@trpc/server": "next",
"geist": "^1.2.0",
"next": "^14.0.4",
"next": "^14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prettier": "@acme/prettier-config",
"pnpm": {
"overrides": {
"@auth/core": "0.20.0"
"@auth/core": "0.24.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@acme/db": "workspace:^0.1.0",
"@auth/drizzle-adapter": "^0.3.12",
"@t3-oss/env-nextjs": "^0.7.1",
"next": "^14.0.4",
"next-auth": "5.0.0-beta.4",
"next": "^14.1.0",
"next-auth": "5.0.0-beta.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.4"
Expand Down
Loading

0 comments on commit 7c4d292

Please sign in to comment.