Skip to content

Commit

Permalink
downgrade next-auth for now pending type error bug fix
Browse files Browse the repository at this point in the history
Signed-off-by: Vu Van Dung <[email protected]>
  • Loading branch information
joulev committed Jan 21, 2024
1 parent 1aaf585 commit c6f0253
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 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.22.0",
"@auth/core": "0.20.0",
"@aws-sdk/client-s3": "3.496.0",
"@aws-sdk/s3-request-presigner": "3.496.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.5",
"next-auth": "5.0.0-beta.4",
"next-axiom": "1.1.1",
"nextjs-route-types": "1.1.0",
"nprogress": "0.2.0",
Expand Down
23 changes: 11 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 c6f0253

Please sign in to comment.