use pre-release of next-auth

This commit is contained in:
Thomas Ruoff
2022-10-29 23:06:44 +02:00
parent 9e834568a5
commit 55c433b8a9
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@@ -17,9 +17,9 @@
"googleapis": "107.0.0", "googleapis": "107.0.0",
"ics": "2.40.0", "ics": "2.40.0",
"mongoose": "6.7.0", "mongoose": "6.7.0",
"next": "^13.0.0", "next": "13.0.0",
"next-auth": "^4.15.0", "next-auth": "^0.0.0-pr.5657.4f991076",
"next-axiom": "^0.15.0", "next-axiom": "0.15.0",
"next-mdx-remote": "4.1.0", "next-mdx-remote": "4.1.0",
"nodemailer": "6.8.0", "nodemailer": "6.8.0",
"react": "18.2.0", "react": "18.2.0",
@@ -8502,9 +8502,9 @@
} }
}, },
"node_modules/next-auth": { "node_modules/next-auth": {
"version": "4.15.0", "version": "0.0.0-pr.5657.4f991076",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.15.0.tgz", "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-0.0.0-pr.5657.4f991076.tgz",
"integrity": "sha512-IasNzGLM2VlmyioDdZaRwBBBm8b5xo+zbbqVWHFh0bY6iQUZ3vuudrsdHNdxkXV3LSHdKNaoWEpYr4BydB7mCw==", "integrity": "sha512-kStl0ILDhrjBcKU3iTVKhwK+igNoWpI3YTVq3vRZlXxqAeWGnEI+vVLCxnohX5ttwlY7RW+J7Q/TlNgXG1OEpA==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.16.3", "@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1", "@panva/hkdf": "^1.0.1",
@@ -8520,7 +8520,7 @@
"node": "^12.19.0 || ^14.15.0 || ^16.13.0" "node": "^12.19.0 || ^14.15.0 || ^16.13.0"
}, },
"peerDependencies": { "peerDependencies": {
"next": "^12.2.5", "next": "^12.2.5 || ^13",
"nodemailer": "^6.6.5", "nodemailer": "^6.6.5",
"react": "^17.0.2 || ^18", "react": "^17.0.2 || ^18",
"react-dom": "^17.0.2 || ^18" "react-dom": "^17.0.2 || ^18"
@@ -17648,9 +17648,9 @@
} }
}, },
"next-auth": { "next-auth": {
"version": "4.15.0", "version": "0.0.0-pr.5657.4f991076",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.15.0.tgz", "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-0.0.0-pr.5657.4f991076.tgz",
"integrity": "sha512-IasNzGLM2VlmyioDdZaRwBBBm8b5xo+zbbqVWHFh0bY6iQUZ3vuudrsdHNdxkXV3LSHdKNaoWEpYr4BydB7mCw==", "integrity": "sha512-kStl0ILDhrjBcKU3iTVKhwK+igNoWpI3YTVq3vRZlXxqAeWGnEI+vVLCxnohX5ttwlY7RW+J7Q/TlNgXG1OEpA==",
"requires": { "requires": {
"@babel/runtime": "^7.16.3", "@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1", "@panva/hkdf": "^1.0.1",

View File

@@ -21,7 +21,7 @@
"ics": "2.40.0", "ics": "2.40.0",
"mongoose": "6.7.0", "mongoose": "6.7.0",
"next": "13.0.0", "next": "13.0.0",
"next-auth": "4.15.0", "next-auth": "^0.0.0-pr.5657.4f991076",
"next-axiom": "0.15.0", "next-axiom": "0.15.0",
"next-mdx-remote": "4.1.0", "next-mdx-remote": "4.1.0",
"nodemailer": "6.8.0", "nodemailer": "6.8.0",