Skip to content

Commit

Permalink
fix(package.json): updated peer dependencies for nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
irishcarbomb777 committed Apr 9, 2024
1 parent cef1f7e commit 583d871
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
"keywords": [],
"author": "Dan Lannan",
"dependencies": {
"next": "^14.2.0-canary.63",
"next": "^14.2.0-canary.63"
},
"peerDependencies": {
"next-auth": "^5.0.0-beta.16"
},
"release": {
Expand Down Expand Up @@ -88,4 +90,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit 583d871

Please sign in to comment.