Upgrade dependencies across packages for stability and features. (#250)

Updated various dependencies, including `@tanstack/react-query`, `@types/node`, `react-i18next`, and more to their latest compatible versions. This improves compatibility, fixes potential bugs, and ensures access to the latest features.
This commit is contained in:
Giancarlo Buomprisco
2025-05-01 16:37:35 +07:00
committed by GitHub
parent dc55782a97
commit f66c269e79
25 changed files with 836 additions and 724 deletions

View File

@@ -8,10 +8,10 @@
"format": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\""
},
"dependencies": {
"@ai-sdk/openai": "^1.3.20",
"@ai-sdk/openai": "^1.3.21",
"@hookform/resolvers": "^5.0.1",
"@tanstack/react-query": "5.74.4",
"ai": "4.3.10",
"@tanstack/react-query": "5.74.11",
"ai": "4.3.13",
"lucide-react": "^0.503.0",
"next": "15.3.1",
"nodemailer": "^6.10.1",
@@ -25,15 +25,15 @@
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@tailwindcss/postcss": "^4.1.4",
"@types/node": "^22.14.1",
"@tailwindcss/postcss": "^4.1.5",
"@types/node": "^22.15.3",
"@types/nodemailer": "6.4.17",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@types/react-dom": "19.1.3",
"babel-plugin-react-compiler": "19.1.0-rc.1",
"pino-pretty": "^13.0.0",
"react-hook-form": "^7.56.1",
"tailwindcss": "4.1.4",
"tailwindcss": "4.1.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3",
"zod": "^3.24.3"

View File

@@ -13,7 +13,7 @@
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.52.0",
"@types/node": "^22.14.1",
"@types/node": "^22.15.3",
"dotenv": "16.5.0",
"node-html-parser": "^7.0.1",
"totp-generator": "^1.0.0"

View File

@@ -57,7 +57,7 @@
"@nosecone/next": "1.0.0-beta.6",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.74.4",
"@tanstack/react-query": "5.74.11",
"@tanstack/react-table": "^8.21.3",
"date-fns": "^4.1.0",
"lucide-react": "^0.503.0",
@@ -67,7 +67,7 @@
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.1",
"react-i18next": "^15.4.1",
"react-i18next": "^15.5.1",
"recharts": "2.15.3",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
@@ -78,16 +78,16 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.3.1",
"@tailwindcss/postcss": "^4.1.4",
"@types/node": "^22.14.1",
"@tailwindcss/postcss": "^4.1.5",
"@types/node": "^22.15.3",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@types/react-dom": "19.1.3",
"babel-plugin-react-compiler": "19.1.0-rc.1",
"cssnano": "^7.0.6",
"pino-pretty": "^13.0.0",
"prettier": "^3.5.3",
"supabase": "^2.22.4",
"tailwindcss": "4.1.4",
"supabase": "^2.22.6",
"tailwindcss": "4.1.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3"
},

View File

@@ -46,10 +46,10 @@
},
"devDependencies": {
"@manypkg/cli": "^0.23.0",
"@turbo/gen": "^2.5.0",
"@turbo/gen": "^2.5.2",
"cross-env": "^7.0.3",
"prettier": "^3.5.3",
"turbo": "2.5.0",
"turbo": "2.5.2",
"typescript": "^5.8.3"
}
}

View File

@@ -16,7 +16,7 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.14.1"
"@types/node": "^22.15.3"
},
"typesVersions": {
"*": {

View File

@@ -33,7 +33,7 @@
"next": "15.3.1",
"react": "19.1.0",
"react-hook-form": "^7.56.1",
"react-i18next": "^15.4.1",
"react-i18next": "^15.5.1",
"zod": "^3.24.3"
},
"typesVersions": {

View File

@@ -17,7 +17,7 @@
"dependencies": {
"@stripe/react-stripe-js": "^3.6.0",
"@stripe/stripe-js": "^7.2.0",
"stripe": "^18.0.0"
"stripe": "^18.1.0"
},
"devDependencies": {
"@kit/billing": "workspace:*",

View File

@@ -2,7 +2,7 @@ import 'server-only';
import { StripeServerEnvSchema } from '../schema/stripe-server-env.schema';
const STRIPE_API_VERSION = '2025-03-31.basil';
const STRIPE_API_VERSION = '2025-04-30.basil';
/**
* @description returns a Stripe instance

View File

@@ -20,7 +20,7 @@
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/wordpress": "workspace:*",
"@types/node": "^22.14.1"
"@types/node": "^22.15.3"
},
"typesVersions": {
"*": {

View File

@@ -26,7 +26,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.14.1",
"@types/node": "^22.15.3",
"@types/react": "19.1.2",
"react": "19.1.0",
"zod": "^3.24.3"

View File

@@ -20,7 +20,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.14.1",
"@types/node": "^22.15.3",
"@types/react": "19.1.2",
"wp-types": "^4.68.0"
},

View File

@@ -35,16 +35,16 @@
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.74.4",
"@tanstack/react-query": "5.74.11",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@types/react-dom": "19.1.3",
"lucide-react": "^0.503.0",
"next": "15.3.1",
"next-themes": "0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.1",
"react-i18next": "^15.4.1",
"react-i18next": "^15.5.1",
"sonner": "^2.0.3",
"zod": "^3.24.3"
},

View File

@@ -21,7 +21,7 @@
"@makerkit/data-loader-supabase-core": "^0.0.10",
"@makerkit/data-loader-supabase-nextjs": "^1.2.5",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.74.4",
"@tanstack/react-query": "5.74.11",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.2",
"lucide-react": "^0.503.0",

View File

@@ -29,12 +29,12 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.74.4",
"@tanstack/react-query": "5.74.11",
"@types/react": "19.1.2",
"lucide-react": "^0.503.0",
"next": "15.3.1",
"react-hook-form": "^7.56.1",
"react-i18next": "^15.4.1",
"react-i18next": "^15.5.1",
"sonner": "^2.0.3",
"zod": "^3.24.3"
},

View File

@@ -20,12 +20,12 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.74.4",
"@tanstack/react-query": "5.74.11",
"@types/react": "19.1.2",
"lucide-react": "^0.503.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-i18next": "^15.4.1"
"react-i18next": "^15.5.1"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -33,10 +33,10 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.74.4",
"@tanstack/react-query": "5.74.11",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@types/react-dom": "19.1.3",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.503.0",
@@ -44,7 +44,7 @@
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.1",
"react-i18next": "^15.4.1",
"react-i18next": "^15.5.1",
"sonner": "^2.0.3",
"zod": "^3.24.3"
},

View File

@@ -20,15 +20,15 @@
"@kit/prettier-config": "workspace:*",
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.74.4",
"@tanstack/react-query": "5.74.11",
"next": "15.3.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-i18next": "^15.4.1"
"react-i18next": "^15.5.1"
},
"dependencies": {
"i18next": "25.0.1",
"i18next-browser-languagedetector": "8.0.5",
"i18next": "25.0.2",
"i18next-browser-languagedetector": "8.1.0",
"i18next-resources-to-backend": "^1.2.1"
},
"typesVersions": {

View File

@@ -20,7 +20,7 @@
"@kit/resend": "workspace:*",
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.14.1",
"@types/node": "^22.15.3",
"zod": "^3.24.3"
},
"typesVersions": {

View File

@@ -17,7 +17,7 @@
"@kit/mailers-shared": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.14.1",
"@types/node": "^22.15.3",
"zod": "^3.24.3"
},
"typesVersions": {

View File

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

View File

@@ -27,7 +27,7 @@
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@types/react-dom": "19.1.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.1",

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.74.4",
"@tanstack/react-query": "5.74.11",
"@types/react": "19.1.2",
"next": "15.3.1",
"react": "19.1.0",

View File

@@ -43,10 +43,10 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "5.74.4",
"@tanstack/react-query": "5.74.11",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@types/react-dom": "19.1.3",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"eslint": "^9.25.1",
@@ -55,9 +55,9 @@
"prettier": "^3.5.3",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.56.1",
"react-i18next": "^15.4.1",
"react-i18next": "^15.5.1",
"sonner": "^2.0.3",
"tailwindcss": "4.1.4",
"tailwindcss": "4.1.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3",
"zod": "^3.24.3"

1460
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,8 +16,8 @@
"@next/eslint-plugin-next": "15.3.1",
"@types/eslint": "9.6.1",
"eslint-config-next": "15.3.1",
"eslint-config-turbo": "^2.5.0",
"typescript-eslint": "8.31.0"
"eslint-config-turbo": "^2.5.2",
"typescript-eslint": "8.31.1"
},
"devDependencies": {
"@kit/prettier-config": "workspace:*",