chore(dependencies): update package versions for improved compatibility (#332)

This commit is contained in:
Giancarlo Buomprisco
2025-08-27 18:34:44 +07:00
committed by GitHub
parent f9ebe2f927
commit 9ce150609e
22 changed files with 813 additions and 780 deletions

View File

@@ -29,8 +29,8 @@
"@supabase/supabase-js": "2.55.0",
"@types/react": "19.1.11",
"date-fns": "^4.1.0",
"lucide-react": "^0.541.0",
"next": "15.5.0",
"lucide-react": "^0.542.0",
"next": "15.5.2",
"react": "19.1.1",
"react-hook-form": "^7.62.0",
"react-i18next": "^15.7.2",

View File

@@ -25,7 +25,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/react": "19.1.11",
"next": "15.5.0",
"next": "15.5.2",
"react": "19.1.1",
"zod": "^3.25.74"
},

View File

@@ -15,8 +15,8 @@
"./components": "./src/components/index.ts"
},
"dependencies": {
"@stripe/react-stripe-js": "^3.9.1",
"@stripe/stripe-js": "^7.8.0",
"@stripe/react-stripe-js": "^3.9.2",
"@stripe/stripe-js": "^7.9.0",
"stripe": "^18.4.0"
},
"devDependencies": {
@@ -29,7 +29,7 @@
"@kit/ui": "workspace:*",
"@types/react": "19.1.11",
"date-fns": "^4.1.0",
"next": "15.5.0",
"next": "15.5.2",
"react": "19.1.1",
"zod": "^3.25.74"
},

View File

@@ -37,9 +37,9 @@
"@supabase/supabase-js": "2.55.0",
"@tanstack/react-query": "5.85.5",
"@types/react": "19.1.11",
"@types/react-dom": "19.1.7",
"lucide-react": "^0.541.0",
"next": "15.5.0",
"@types/react-dom": "19.1.8",
"lucide-react": "^0.542.0",
"next": "15.5.2",
"next-themes": "0.4.6",
"react": "19.1.1",
"react-dom": "19.1.1",

View File

@@ -24,8 +24,8 @@
"@tanstack/react-query": "5.85.5",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.11",
"lucide-react": "^0.541.0",
"next": "15.5.0",
"lucide-react": "^0.542.0",
"next": "15.5.2",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-hook-form": "^7.62.0",

View File

@@ -32,8 +32,8 @@
"@supabase/supabase-js": "2.55.0",
"@tanstack/react-query": "5.85.5",
"@types/react": "19.1.11",
"lucide-react": "^0.541.0",
"next": "15.5.0",
"lucide-react": "^0.542.0",
"next": "15.5.2",
"react-hook-form": "^7.62.0",
"react-i18next": "^15.7.2",
"sonner": "^2.0.7",

View File

@@ -22,7 +22,7 @@
"@supabase/supabase-js": "2.55.0",
"@tanstack/react-query": "5.85.5",
"@types/react": "19.1.11",
"lucide-react": "^0.541.0",
"lucide-react": "^0.542.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-i18next": "^15.7.2"

View File

@@ -36,11 +36,11 @@
"@tanstack/react-query": "5.85.5",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.11",
"@types/react-dom": "19.1.7",
"@types/react-dom": "19.1.8",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.541.0",
"next": "15.5.0",
"lucide-react": "^0.542.0",
"next": "15.5.2",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-hook-form": "^7.62.0",

View File

@@ -21,7 +21,7 @@
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.85.5",
"next": "15.5.0",
"next": "15.5.2",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-i18next": "^15.7.2"

View File

@@ -6,12 +6,17 @@
export abstract class MonitoringService {
/**
* Capture an exception
* @param error
* @param extra
* @param error - The error to capture
* @param extra - Extra information to capture with the error and be passed along to the capture event
* @param config - Options to pass along to the service for additional configuration
*/
abstract captureException<Extra extends object>(
abstract captureException<
Extra extends Record<string, unknown>,
Config extends Record<string, unknown>,
>(
error: Error & { digest?: string },
extra?: Extra,
config?: Config,
): unknown;
/**

View File

@@ -16,7 +16,7 @@
"./config/server": "./src/sentry.client.server.ts"
},
"dependencies": {
"@sentry/nextjs": "^10.5.0",
"@sentry/nextjs": "^10.6.0",
"import-in-the-middle": "1.14.2"
},
"devDependencies": {

View File

@@ -21,7 +21,7 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.55.0",
"next": "15.5.0",
"next": "15.5.2",
"zod": "^3.25.74"
},
"typesVersions": {

View File

@@ -27,7 +27,7 @@
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.55.0",
"@types/react": "19.1.11",
"@types/react-dom": "19.1.7",
"@types/react-dom": "19.1.8",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-hook-form": "^7.62.0",

View File

@@ -29,7 +29,7 @@
"@supabase/supabase-js": "2.55.0",
"@tanstack/react-query": "5.85.5",
"@types/react": "19.1.11",
"next": "15.5.0",
"next": "15.5.2",
"react": "19.1.1",
"server-only": "^0.0.1",
"zod": "^3.25.74"

View File

@@ -14,7 +14,7 @@
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"input-otp": "1.4.2",
"lucide-react": "^0.541.0",
"lucide-react": "^0.542.0",
"radix-ui": "1.4.3",
"react-dropzone": "^14.3.8",
"react-top-loading-bar": "3.0.2",
@@ -29,11 +29,11 @@
"@tanstack/react-query": "5.85.5",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.11",
"@types/react-dom": "19.1.7",
"@types/react-dom": "19.1.8",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"eslint": "^9.34.0",
"next": "15.5.0",
"next": "15.5.2",
"next-themes": "0.4.6",
"prettier": "^3.6.2",
"react-day-picker": "^9.9.0",