Skip to content

Commit f2bfffc

Browse files
authored
fix: specify version of next-auth (#1328)
When using the 'latest' tag, v3 of next-auth was being installed. However, the type definitions used in the example project aren't introduced until v4. Pinning to v4 in order to ensure expected behaviour
1 parent 45c0978 commit f2bfffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/next-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"license": "ISC",
2525
"dependencies": {
26-
"next-auth": "latest",
26+
"next-auth": "^4.3.3",
2727
"nodemailer": "^6.6.3",
2828
"react": "^17.0.2",
2929
"react-dom": "^17.0.2"

0 commit comments

Comments
 (0)