Update Next.js version and remove GridList component

The Next.js version was updated in the 'pnpm-lock.yaml' file which resulted in changes to multiple dependencies. Also, the '_components/grid-list.tsx' file was deleted as it was deemed no longer necessary. Additional small changes were made to the blog page and 'marketing.json' file.
This commit is contained in:
giancarlo
2024-04-10 16:51:20 +08:00
parent f94557e333
commit 7e3843adbe
13 changed files with 102 additions and 89 deletions

View File

@@ -59,7 +59,7 @@
"date-fns": "^3.6.0",
"eslint": "^8.57.0",
"lucide-react": "^0.363.0",
"next": "14.2.0-canary.63",
"next": "14.2.0-canary.64",
"next-themes": "0.3.0",
"prettier": "^3.2.5",
"react-day-picker": "^8.10.0",