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:
@@ -45,7 +45,7 @@
|
||||
"@types/react": "^18.2.75",
|
||||
"date-fns": "^3.6.0",
|
||||
"lucide-react": "^0.363.0",
|
||||
"next": "14.2.0-canary.63",
|
||||
"next": "14.2.0-canary.64",
|
||||
"react": "18.2.0",
|
||||
"react-hook-form": "^7.51.2",
|
||||
"react-i18next": "^14.1.0",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"@types/react": "^18.2.75",
|
||||
"@types/react-dom": "^18.2.22",
|
||||
"lucide-react": "^0.363.0",
|
||||
"next": "14.2.0-canary.63",
|
||||
"next": "14.2.0-canary.64",
|
||||
"next-themes": "0.3.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"@tanstack/react-table": "^8.15.3",
|
||||
"@types/react": "^18.2.75",
|
||||
"lucide-react": "^0.363.0",
|
||||
"next": "14.2.0-canary.63",
|
||||
"next": "14.2.0-canary.64",
|
||||
"react": "18.2.0",
|
||||
"react-hook-form": "^7.51.2",
|
||||
"zod": "^3.22.4"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"@tanstack/react-query": "5.28.6",
|
||||
"@types/react": "^18.2.75",
|
||||
"lucide-react": "^0.363.0",
|
||||
"next": "14.2.0-canary.63",
|
||||
"next": "14.2.0-canary.64",
|
||||
"react-hook-form": "^7.51.2",
|
||||
"react-i18next": "^14.1.0",
|
||||
"sonner": "^1.4.41",
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"date-fns": "^3.6.0",
|
||||
"lucide-react": "^0.363.0",
|
||||
"next": "14.2.0-canary.63",
|
||||
"next": "14.2.0-canary.64",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-hook-form": "^7.51.2",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"@kit/tailwind-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@supabase/supabase-js": "^2.42.0",
|
||||
"next": "14.2.0-canary.63",
|
||||
"next": "14.2.0-canary.64",
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user