Update dependencies in multiple packages

This commit updates version numbers for several dependencies across multiple packages, including "@tanstack/react-query", "lucide-react", and "eslint-config-turbo". It also fixes a linebreak in makerkit marketing index file for better code consistency.
This commit is contained in:
gbuomprisco
2024-07-20 09:08:19 +02:00
parent 41578b8b65
commit 868f907c81
15 changed files with 246 additions and 257 deletions

View File

@@ -30,7 +30,7 @@
"@supabase/supabase-js": "^2.44.4",
"@types/react": "^18.3.3",
"date-fns": "^3.6.0",
"lucide-react": "^0.408.0",
"lucide-react": "^0.411.0",
"next": "14.2.5",
"react": "18.3.1",
"react-hook-form": "^7.52.1",

View File

@@ -35,10 +35,10 @@
"@kit/ui": "workspace:^",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.8",
"@tanstack/react-query": "5.51.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"lucide-react": "^0.408.0",
"lucide-react": "^0.411.0",
"next": "14.2.5",
"next-themes": "0.3.0",
"react": "18.3.1",

View File

@@ -22,10 +22,10 @@
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.8",
"@tanstack/react-query": "5.51.9",
"@tanstack/react-table": "^8.19.3",
"@types/react": "^18.3.3",
"lucide-react": "^0.408.0",
"lucide-react": "^0.411.0",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",

View File

@@ -29,9 +29,9 @@
"@marsidev/react-turnstile": "^0.7.2",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.8",
"@tanstack/react-query": "5.51.9",
"@types/react": "^18.3.3",
"lucide-react": "^0.408.0",
"lucide-react": "^0.411.0",
"next": "14.2.5",
"react-hook-form": "^7.52.1",
"react-i18next": "^15.0.0",

View File

@@ -21,9 +21,9 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.8",
"@tanstack/react-query": "5.51.9",
"@types/react": "^18.3.3",
"lucide-react": "^0.408.0",
"lucide-react": "^0.411.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^15.0.0"

View File

@@ -33,13 +33,13 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.8",
"@tanstack/react-query": "5.51.9",
"@tanstack/react-table": "^8.19.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.408.0",
"lucide-react": "^0.411.0",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",

View File

@@ -21,11 +21,11 @@
"@kit/shared": "workspace:^",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.51.8",
"@tanstack/react-query": "5.51.9",
"react-i18next": "^15.0.0"
},
"dependencies": {
"i18next": "^23.12.1",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "8.0.0",
"i18next-resources-to-backend": "^1.2.1"
},

View File

@@ -16,7 +16,7 @@
"./config/server": "./src/sentry.client.server.ts"
},
"dependencies": {
"@sentry/nextjs": "^8.18.0"
"@sentry/nextjs": "^8.19.0"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",

View File

@@ -29,7 +29,7 @@
"@supabase/gotrue-js": "2.64.4",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.8",
"@tanstack/react-query": "5.51.9",
"@types/react": "^18.3.3",
"next": "14.2.5",
"react": "18.3.1",

View File

@@ -31,7 +31,7 @@
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"input-otp": "1.2.4",
"lucide-react": "^0.408.0",
"lucide-react": "^0.411.0",
"react-top-loading-bar": "2.3.1",
"tailwind-merge": "^2.4.0"
},
@@ -41,7 +41,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-query": "5.51.8",
"@tanstack/react-query": "5.51.9",
"@tanstack/react-table": "^8.19.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",

View File

@@ -11,4 +11,4 @@ export * from './feature-showcase';
export * from './feature-grid';
export * from './feature-card';
export * from './newsletter-signup';
export * from './newsletter-signup-container';
export * from './newsletter-signup-container';