Skip to content

Commit

Permalink
fix: temporarily pin next-auth version (#1329)
Browse files Browse the repository at this point in the history
* temporarily pin next-auth version

* changeset
  • Loading branch information
c-ehrlich committed Apr 3, 2023
1 parent d00a003 commit 5429989
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gold-toes-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-t3-app": patch
---

temporarily pin next-auth version
2 changes: 1 addition & 1 deletion cli/src/installers/dependencyVersionMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
export const dependencyVersionMap = {
// NextAuth.js
"next-auth": "^4.20.1",
"next-auth": "4.20.1", // TODO: undo after https://github.com/nextauthjs/next-auth/issues/7132 is fixed
"@next-auth/prisma-adapter": "^1.0.5",

// Prisma
Expand Down

1 comment on commit 5429989

@vercel
Copy link

@vercel vercel bot commented on 5429989 Apr 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.