Skip to content

Commit

Permalink
Merge pull request #29 from harley-codes/task/next-js-upgrade
Browse files Browse the repository at this point in the history
Updated to NextJS 14
  • Loading branch information
harley-codes authored Jun 28, 2024
2 parents 2eb83e7 + 0dcd7f5 commit be5be82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 0 additions & 5 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ const nextConfig = {
sassOptions: {
includePaths: [path.join(__dirname, 'src', 'styles')],
},
experimental: {
// TODO: Followup and make sure all security concerns are addressed.
// https://nextjs.org/docs/app/building-your-application/data-fetching/forms-and-mutations#convention
serverActions: true,
},
}

module.exports = nextConfig
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
"jodit-react": "^4.1.2",
"linq": "^4.0.2",
"luxon": "^3.4.4",
"next": "13.5.6",
"next": "^14.2.4",
"next-auth": "^4.24.3",
"react": "^18",
"react-dom": "^18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.0.1",
"sass": "^1.69.5",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"eslint-config-next": "^14.2.4",
"typescript": "^5",
"prisma": "5.11.0"
}
Expand Down

0 comments on commit be5be82

Please sign in to comment.