mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
Update nextauth
This commit is contained in:
10
dashboard/final-example/package-lock.json
generated
10
dashboard/final-example/package-lock.json
generated
@@ -13,7 +13,7 @@
|
||||
"bcrypt": "^5.1.1",
|
||||
"clsx": "^2.0.0",
|
||||
"next": "^14.0.0",
|
||||
"next-auth": "5.0.0-beta.2",
|
||||
"next-auth": "^5.0.0-beta.3",
|
||||
"postcss": "8.4.31",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
@@ -1316,14 +1316,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/next-auth": {
|
||||
"version": "5.0.0-beta.2",
|
||||
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-5.0.0-beta.2.tgz",
|
||||
"integrity": "sha512-iObWfRlUoQM8qk/ZOZrN9iHC1Yf+jsTN1J8PPFyzIGEL1GP2zclFt0AH/SVZAqXP3EPPKuE/9xfCc99SMp3MMQ==",
|
||||
"version": "5.0.0-beta.3",
|
||||
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-5.0.0-beta.3.tgz",
|
||||
"integrity": "sha512-WOKhATBFGeONV+29HzFmspNmL7NXxrsCWLfaDKmAd/4DD1nqXE0BzNFH8t3SJBx7PUDMnB6F7xB76LM/AaV1MQ==",
|
||||
"dependencies": {
|
||||
"@auth/core": "experimental"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"next": "^13.5.3",
|
||||
"next": "^14",
|
||||
"nodemailer": "^6.6.5",
|
||||
"react": "^18.2.0"
|
||||
},
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"bcrypt": "^5.1.1",
|
||||
"clsx": "^2.0.0",
|
||||
"next": "^14.0.0",
|
||||
"next-auth": "5.0.0-beta.2",
|
||||
"next-auth": "^5.0.0-beta.3",
|
||||
"postcss": "8.4.31",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
||||
Reference in New Issue
Block a user