Skip to content

Commit

Permalink
fix mongoose not latest next.js version (#20644)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciruz authored Dec 31, 2020
1 parent dbe1e62 commit bd4eb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-mongodb-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"mongoose": "^5.9.13",
"next": "^9.4.2",
"next": "latest",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"swr": "0.2.2"
Expand Down

0 comments on commit bd4eb9e

Please sign in to comment.