Upgrade dependencies to latest versions

Updated multiple packages including @marsidev/react-turnstile, @tanstack/react-query, @types/react, lucide-react, next, and others to their latest versions. This ensures we stay up-to-date with the latest features and bug fixes.
This commit is contained in:
gbuomprisco
2024-08-22 10:36:42 +02:00
parent 015df51cf9
commit 5cc3c2c097
22 changed files with 683 additions and 674 deletions

View File

@@ -53,15 +53,15 @@
"@kit/ui": "workspace:^",
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@marsidev/react-turnstile": "^0.7.2",
"@marsidev/react-turnstile": "^1.0.0",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-query": "5.51.24",
"@tanstack/react-query-next-experimental": "^5.51.24",
"@tanstack/react-query": "5.52.0",
"@tanstack/react-query-next-experimental": "^5.52.0",
"@tanstack/react-table": "^8.20.1",
"date-fns": "^3.6.0",
"lucide-react": "^0.428.0",
"next": "14.2.5",
"lucide-react": "^0.429.0",
"next": "14.2.6",
"next-sitemap": "^4.2.3",
"next-themes": "0.3.0",
"react": "18.3.1",
@@ -78,10 +78,10 @@
"@kit/prettier-config": "workspace:^",
"@kit/tailwind-config": "workspace:^",
"@kit/tsconfig": "workspace:^",
"@next/bundle-analyzer": "14.2.5",
"@next/bundle-analyzer": "14.2.6",
"@types/mdx": "^2.0.13",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"dotenv-cli": "^7.4.2",

View File

@@ -28,10 +28,10 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@supabase/supabase-js": "^2.45.1",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"date-fns": "^3.6.0",
"lucide-react": "^0.428.0",
"next": "14.2.5",
"lucide-react": "^0.429.0",
"next": "14.2.6",
"react": "18.3.1",
"react-hook-form": "^7.52.2",
"react-i18next": "^15.0.1",

View File

@@ -25,8 +25,8 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@types/react": "^18.3.3",
"next": "14.2.5",
"@types/react": "^18.3.4",
"next": "14.2.6",
"react": "18.3.1",
"zod": "^3.23.8"
},

View File

@@ -28,9 +28,9 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"date-fns": "^3.6.0",
"next": "14.2.5",
"next": "14.2.6",
"react": "18.3.1",
"zod": "^3.23.8"
},

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"react": "18.3.1",
"zod": "^3.23.8"
},

View File

@@ -20,7 +20,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@types/node": "^22.1.0",
"wp-types": "^3.66.1"
"wp-types": "^4.66.0"
},
"eslintConfig": {
"root": true,

View File

@@ -35,11 +35,11 @@
"@kit/ui": "workspace:^",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-query": "5.51.24",
"@types/react": "^18.3.3",
"@tanstack/react-query": "5.52.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"lucide-react": "^0.428.0",
"next": "14.2.5",
"lucide-react": "^0.429.0",
"next": "14.2.6",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",

View File

@@ -22,11 +22,11 @@
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-query": "5.51.24",
"@tanstack/react-query": "5.52.0",
"@tanstack/react-table": "^8.20.1",
"@types/react": "^18.3.3",
"lucide-react": "^0.428.0",
"next": "14.2.5",
"@types/react": "^18.3.4",
"lucide-react": "^0.429.0",
"next": "14.2.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.2",

View File

@@ -26,13 +26,13 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@marsidev/react-turnstile": "^0.7.2",
"@marsidev/react-turnstile": "^1.0.0",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-query": "5.51.24",
"@types/react": "^18.3.3",
"lucide-react": "^0.428.0",
"next": "14.2.5",
"@tanstack/react-query": "5.52.0",
"@types/react": "^18.3.4",
"lucide-react": "^0.429.0",
"next": "14.2.6",
"react-hook-form": "^7.52.2",
"react-i18next": "^15.0.1",
"sonner": "^1.5.0",

View File

@@ -21,9 +21,9 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-query": "5.51.24",
"@types/react": "^18.3.3",
"lucide-react": "^0.428.0",
"@tanstack/react-query": "5.52.0",
"@types/react": "^18.3.4",
"lucide-react": "^0.429.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^15.0.1"

View File

@@ -33,14 +33,14 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-query": "5.51.24",
"@tanstack/react-query": "5.52.0",
"@tanstack/react-table": "^8.20.1",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.428.0",
"next": "14.2.5",
"lucide-react": "^0.429.0",
"next": "14.2.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.2",

View File

@@ -21,7 +21,7 @@
"@kit/shared": "workspace:^",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.51.24",
"@tanstack/react-query": "5.52.0",
"react-i18next": "^15.0.1"
},
"dependencies": {

View File

@@ -24,7 +24,7 @@
"@kit/sentry": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"react": "18.3.1"
},
"eslintConfig": {

View File

@@ -25,7 +25,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"react": "18.3.1",
"zod": "^3.23.8"
},

View File

@@ -18,7 +18,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"react": "18.3.1"
},
"eslintConfig": {

View File

@@ -24,7 +24,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"react": "18.3.1"
},
"eslintConfig": {

View File

@@ -22,7 +22,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "^2.45.1",
"next": "14.2.5",
"next": "14.2.6",
"zod": "^3.23.8"
},
"eslintConfig": {

View File

@@ -20,7 +20,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "^18.3.3"
"@types/react": "^18.3.4"
},
"dependencies": {
"pino": "^9.3.2"

View File

@@ -31,9 +31,9 @@
"@supabase/gotrue-js": "2.64.4",
"@supabase/ssr": "^0.5.0",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-query": "5.51.24",
"@types/react": "^18.3.3",
"next": "14.2.5",
"@tanstack/react-query": "5.52.0",
"@types/react": "^18.3.4",
"next": "14.2.6",
"react": "18.3.1",
"server-only": "^0.0.1",
"zod": "^3.23.8"

View File

@@ -31,7 +31,7 @@
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"input-otp": "1.2.4",
"lucide-react": "^0.428.0",
"lucide-react": "^0.429.0",
"react-top-loading-bar": "2.3.1",
"recharts": "^2.12.7",
"tailwind-merge": "^2.5.2"
@@ -42,14 +42,14 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-query": "5.51.24",
"@tanstack/react-query": "5.52.0",
"@tanstack/react-table": "^8.20.1",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"eslint": "^8.57.0",
"next": "14.2.5",
"next": "14.2.6",
"next-themes": "0.3.0",
"prettier": "^3.3.3",
"react-day-picker": "^8.10.1",

1255
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,7 +13,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@next/eslint-plugin-next": "^14.2.5",
"@next/eslint-plugin-next": "^14.2.6",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^8.2.0",