Skip to content

Commit

Permalink
bump db adapter versions
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Oct 26, 2024
1 parent 43ba992 commit eb4e208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/installers/dependencyVersionMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
export const dependencyVersionMap = {
// NextAuth.js
"next-auth": "5.0.0-beta.25",
"@auth/prisma-adapter": "^1.6.0",
"@auth/drizzle-adapter": "^1.1.0",
"@auth/prisma-adapter": "^2.7.2",
"@auth/drizzle-adapter": "^1.7.2",

// Prisma
prisma: "^5.14.0",
Expand Down

0 comments on commit eb4e208

Please sign in to comment.