Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
Update Next.js to 14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Feb 7, 2024
1 parent f6bd4ad commit 8956cd2
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 51 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
logging: {
fetches: {
fullUrl: true,
},
},
};

module.exports = nextConfig;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"clsx": "^2.1.0",
"date-fns": "^2.30.0",
"lucide-react": "^0.320.0",
"next": "14.0.3",
"next": "14.1.0",
"react": "18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "18.2.0",
Expand Down
88 changes: 38 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8956cd2

Please sign in to comment.