Skip to content

Commit

Permalink
🐛 fix: pin next-auth temporary to fix build error (#1739)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored Mar 26, 2024
1 parent 388d344 commit e9ece9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"dependencies": {
"@ant-design/icons": "^5",
"@anthropic-ai/sdk": "^0.18.0",
"@auth/core": "latest",
"@auth/core": "0.28.0",
"@aws-sdk/client-bedrock-runtime": "^3.525.0",
"@azure/openai": "^1.0.0-beta.11",
"@cfworker/json-schema": "^1",
Expand Down Expand Up @@ -119,7 +119,7 @@
"modern-screenshot": "^4",
"nanoid": "^5",
"next": "^14.1",
"next-auth": "beta",
"next-auth": "5.0.0-beta.15",
"next-sitemap": "^4",
"numeral": "^2",
"nuqs": "^1",
Expand Down

0 comments on commit e9ece9f

Please sign in to comment.