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:
@@ -33,7 +33,7 @@
|
||||
"@supabase/supabase-js": "^2.42.0",
|
||||
"@tanstack/react-query": "5.28.6",
|
||||
"@types/react": "^18.2.75",
|
||||
"next": "14.2.0-canary.63",
|
||||
"next": "14.2.0-canary.64",
|
||||
"react": "18.2.0",
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user