Skip to content

Commit

Permalink
feat: Upgrade Next, React and next-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Sep 25, 2023
1 parent ad23957 commit 6450cb9
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 154 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"micro-cors": "^0.1.1",
"mitt": "^3.0.0",
"nanoid": "^3.1.12",
"next-auth": "^4.10.3",
"next-auth": "4.23.1",
"nextkit": "^3.4.3",
"nprogress": "^0.2.0",
"pg": "^8.3.3",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@babel/runtime": "^7.11.2",
"@cozy/cli-tree": "^0.3.0",
"core-js": "^3.15.1",
"next": "^12.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"next": "^13.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down
Loading

0 comments on commit 6450cb9

Please sign in to comment.