Update dependencies across multiple packages

This commit upgrades various dependencies including @tanstack/react-query, lucide-react, react-hook-form, and autoprefixer to their latest versions. These updates aim to ensure compatibility and take advantage of the latest features and fixes. Additionally, it updates @supabase/postgrest-js, @sentry/nextjs, and stripe libraries in the pnpm-lock.yaml file.
This commit is contained in:
gbuomprisco
2024-08-05 17:04:53 +02:00
parent 6fee1c086a
commit 790cc09338
14 changed files with 340 additions and 347 deletions

View File

@@ -56,17 +56,17 @@
"@marsidev/react-turnstile": "^0.7.2",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.45.0",
"@tanstack/react-query": "5.51.16",
"@tanstack/react-query-next-experimental": "^5.51.16",
"@tanstack/react-table": "^8.19.3",
"@tanstack/react-query": "5.51.21",
"@tanstack/react-query-next-experimental": "^5.51.21",
"@tanstack/react-table": "^8.20.1",
"date-fns": "^3.6.0",
"lucide-react": "^0.418.0",
"lucide-react": "^0.424.0",
"next": "14.2.5",
"next-sitemap": "^4.2.3",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-hook-form": "^7.52.2",
"react-i18next": "^15.0.0",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
@@ -83,7 +83,7 @@
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"prettier": "^3.3.3",

View File

@@ -30,10 +30,10 @@
"@supabase/supabase-js": "^2.45.0",
"@types/react": "^18.3.3",
"date-fns": "^3.6.0",
"lucide-react": "^0.418.0",
"lucide-react": "^0.424.0",
"next": "14.2.5",
"react": "18.3.1",
"react-hook-form": "^7.52.1",
"react-hook-form": "^7.52.2",
"react-i18next": "^15.0.0",
"zod": "^3.23.8"
},

View File

@@ -17,7 +17,7 @@
"dependencies": {
"@stripe/react-stripe-js": "^2.7.3",
"@stripe/stripe-js": "^4.1.0",
"stripe": "^16.5.0"
"stripe": "^16.6.0"
},
"devDependencies": {
"@kit/billing": "workspace:^",

View File

@@ -35,15 +35,15 @@
"@kit/ui": "workspace:^",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.45.0",
"@tanstack/react-query": "5.51.16",
"@tanstack/react-query": "5.51.21",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"lucide-react": "^0.418.0",
"lucide-react": "^0.424.0",
"next": "14.2.5",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-hook-form": "^7.52.2",
"react-i18next": "^15.0.0",
"sonner": "^1.5.0",
"zod": "^3.23.8"

View File

@@ -22,14 +22,14 @@
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "^2.45.0",
"@tanstack/react-query": "5.51.16",
"@tanstack/react-table": "^8.19.3",
"@tanstack/react-query": "5.51.21",
"@tanstack/react-table": "^8.20.1",
"@types/react": "^18.3.3",
"lucide-react": "^0.418.0",
"lucide-react": "^0.424.0",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-hook-form": "^7.52.2",
"zod": "^3.23.8"
},
"exports": {

View File

@@ -29,11 +29,11 @@
"@marsidev/react-turnstile": "^0.7.2",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.45.0",
"@tanstack/react-query": "5.51.16",
"@tanstack/react-query": "5.51.21",
"@types/react": "^18.3.3",
"lucide-react": "^0.418.0",
"lucide-react": "^0.424.0",
"next": "14.2.5",
"react-hook-form": "^7.52.1",
"react-hook-form": "^7.52.2",
"react-i18next": "^15.0.0",
"sonner": "^1.5.0",
"zod": "^3.23.8"

View File

@@ -21,9 +21,9 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.45.0",
"@tanstack/react-query": "5.51.16",
"@tanstack/react-query": "5.51.21",
"@types/react": "^18.3.3",
"lucide-react": "^0.418.0",
"lucide-react": "^0.424.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^15.0.0"

View File

@@ -33,17 +33,17 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@supabase/supabase-js": "^2.45.0",
"@tanstack/react-query": "5.51.16",
"@tanstack/react-table": "^8.19.3",
"@tanstack/react-query": "5.51.21",
"@tanstack/react-table": "^8.20.1",
"@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.418.0",
"lucide-react": "^0.424.0",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-hook-form": "^7.52.2",
"react-i18next": "^15.0.0",
"sonner": "^1.5.0",
"zod": "^3.23.8"

View File

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

View File

@@ -16,7 +16,7 @@
"./config/server": "./src/sentry.client.server.ts"
},
"dependencies": {
"@sentry/nextjs": "^8.22.0"
"@sentry/nextjs": "^8.23.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.45.0",
"@tanstack/react-query": "5.51.16",
"@tanstack/react-query": "5.51.21",
"@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.418.0",
"lucide-react": "^0.424.0",
"react-top-loading-bar": "2.3.1",
"recharts": "^2.12.7",
"tailwind-merge": "^2.4.0"
@@ -42,8 +42,8 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-query": "5.51.16",
"@tanstack/react-table": "^8.19.3",
"@tanstack/react-query": "5.51.21",
"@tanstack/react-table": "^8.20.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0",
@@ -53,7 +53,7 @@
"next-themes": "0.3.0",
"prettier": "^3.3.3",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.52.1",
"react-hook-form": "^7.52.2",
"react-i18next": "^15.0.0",
"sonner": "^1.5.0",
"tailwindcss": "3.4.7",

621
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"postcss": "8.4.40",
"tailwindcss": "3.4.7",
"tailwindcss-animate": "^1.0.7"