Skip to content

Commit

Permalink
chore: bump auth deps
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Feb 6, 2024
1 parent 6452ede commit 56b548d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 15 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.26.2"
},
"devDependencies": {
"@acme/eslint-config": "workspace:^0.2.0",
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.26.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@auth/drizzle-adapter": "^0.3.12",
"@t3-oss/env-nextjs": "^0.7.1",
"next": "^14.1.0",
"next-auth": "5.0.0-beta.6",
"next-auth": "5.0.0-beta.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.4"
Expand Down
35 changes: 23 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56b548d

Please sign in to comment.