Skip to content

Commit

Permalink
Fix With Passport example (vercel#43232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yutsuten authored and jankaifer committed Nov 23, 2022
1 parent 0a94324 commit b23d68d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/with-passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"cookie": "0.4.1",
"next": "latest",
"next-connect": "0.8.1",
"passport": "0.4.1",
"passport-local": "1.0.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^0.5.5",
"swr": "^1.3.0",
"uuid": "8.3.1"
}
}

0 comments on commit b23d68d

Please sign in to comment.