Skip to content

Commit

Permalink
chore: bump auth (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Nov 23, 2024
1 parent 4daa648 commit 073b3ca
Show file tree
Hide file tree
Showing 3 changed files with 678 additions and 488 deletions.
4 changes: 2 additions & 2 deletions apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/core": "0.34.2"
"@auth/core": "0.37.2"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
Expand All @@ -20,7 +20,7 @@
"@types/node": "^20.16.11",
"eslint": "catalog:",
"h3": "^1.13.0",
"nitropack": "^2.9.7",
"nitropack": "^2.10.4",
"prettier": "catalog:",
"typescript": "catalog:"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
},
"dependencies": {
"@acme/db": "workspace:*",
"@auth/core": "0.34.2",
"@auth/drizzle-adapter": "1.4.2",
"@auth/core": "0.37.2",
"@auth/drizzle-adapter": "1.7.4",
"@t3-oss/env-nextjs": "^0.11.1",
"next": "^14.2.15",
"next-auth": "5.0.0-beta.20",
"next-auth": "5.0.0-beta.25",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"zod": "catalog:"
Expand Down
Loading

0 comments on commit 073b3ca

Please sign in to comment.