Skip to content

Commit

Permalink
revert next-auth upgrade and pause future automatic next-auth upgrades
Browse files Browse the repository at this point in the history
nextauthjs/next-auth#9996
Signed-off-by: Vu Van Dung <[email protected]>
  • Loading branch information
joulev committed Feb 12, 2024
1 parent 061d9cc commit 91bf33a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start": "next start"
},
"dependencies": {
"@auth/core": "0.26.3",
"@auth/core": "0.25.1",
"@aws-sdk/client-s3": "3.511.0",
"@aws-sdk/s3-request-presigner": "3.511.0",
"@discordjs/builders": "1.7.0",
Expand Down Expand Up @@ -59,7 +59,7 @@
"graphql": "16.8.1",
"graphql-request": "6.1.0",
"next": "14.1.0",
"next-auth": "5.0.0-beta.9",
"next-auth": "5.0.0-beta.5",
"next-axiom": "1.1.1",
"nextjs-route-types": "1.1.0",
"nprogress": "0.2.0",
Expand Down
45 changes: 25 additions & 20 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
"timezone": "Asia/Singapore",
"ignoreDeps": ["sharp"]
"ignoreDeps": ["sharp", "@auth/core", "next-auth"]
}

0 comments on commit 91bf33a

Please sign in to comment.