Updated dependencies (#315)

* chore(dependencies): update package versions for improved compatibility

- Bumped `typescript` from `5.8.3` to `5.9.2` across multiple packages for enhanced type safety and features.
- Updated `@tanstack/react-query` from `5.83.0` to `5.84.1` to incorporate the latest improvements.
- Incremented `lucide-react` from `0.534.0` to `0.536.0` for better performance and compatibility.
- Updated `react-hook-form` from `7.61.1` to `7.62.0` to leverage new features and fixes.
- Incremented `@stripe/react-stripe-js` from `3.8.1` to `3.9.0`, `@stripe/stripe-js` from `7.7.0` to `7.8.0`, and `stripe` from `18.3.0` to `18.4.0` for enhanced functionality.
- Updated `@markdoc/markdoc` from `0.5.2` to `0.5.3` for better integration.
- Incremented `@sentry/nextjs` from `9.43.0` to `10.1.0` to utilize the latest features and improvements.

* chore(dependencies): update eslint-related packages for improved compatibility

- Updated `@typescript-eslint/parser` from `8.38.0` to `8.39.0` to leverage the latest features and fixes.
- Adjusted dependencies in `eslint-import-resolver-typescript` and `eslint-plugin-import` to reflect the updated parser version, ensuring better integration and compatibility across the codebase.
This commit is contained in:
Giancarlo Buomprisco
2025-08-05 02:47:49 +07:00
committed by GitHub
parent 910cfd145d
commit 1bb9022c9e
22 changed files with 862 additions and 637 deletions

View File

@@ -10,9 +10,9 @@
"dependencies": {
"@ai-sdk/openai": "^1.3.23",
"@hookform/resolvers": "^5.2.1",
"@tanstack/react-query": "5.83.0",
"@tanstack/react-query": "5.84.1",
"ai": "4.3.19",
"lucide-react": "^0.534.0",
"lucide-react": "^0.536.0",
"next": "15.4.5",
"nodemailer": "^7.0.5",
"react": "19.1.1",
@@ -31,11 +31,11 @@
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"pino-pretty": "^13.1.0",
"react-hook-form": "^7.61.1",
"pino-pretty": "^13.1.1",
"react-hook-form": "^7.62.0",
"tailwindcss": "4.1.11",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3",
"typescript": "^5.9.2",
"zod": "^3.25.74"
},
"prettier": "@kit/prettier-config",

View File

@@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.54.1",
"@playwright/test": "^1.54.2",
"@types/node": "^24.1.0",
"dotenv": "17.2.1",
"node-html-parser": "^7.0.1",

View File

@@ -53,20 +53,20 @@
"@kit/ui": "workspace:*",
"@makerkit/data-loader-supabase-core": "^0.0.10",
"@makerkit/data-loader-supabase-nextjs": "^1.2.5",
"@marsidev/react-turnstile": "^1.1.0",
"@marsidev/react-turnstile": "^1.2.0",
"@nosecone/next": "1.0.0-beta.9",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0",
"@tanstack/react-query": "5.84.1",
"@tanstack/react-table": "^8.21.3",
"date-fns": "^4.1.0",
"lucide-react": "^0.534.0",
"lucide-react": "^0.536.0",
"next": "15.4.5",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.6",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-hook-form": "^7.61.1",
"react-hook-form": "^7.62.0",
"react-i18next": "^15.6.1",
"recharts": "2.15.3",
"tailwind-merge": "^3.3.1",
@@ -83,12 +83,12 @@
"@types/react-dom": "19.1.7",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"cssnano": "^7.1.0",
"pino-pretty": "^13.1.0",
"pino-pretty": "^13.1.1",
"prettier": "^3.6.2",
"supabase": "^2.33.5",
"supabase": "^2.33.9",
"tailwindcss": "4.1.11",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
},
"prettier": "@kit/prettier-config",
"browserslist": [

View File

@@ -50,6 +50,6 @@
"cross-env": "^10.0.0",
"prettier": "^3.6.2",
"turbo": "2.5.5",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -29,10 +29,10 @@
"@supabase/supabase-js": "2.53.0",
"@types/react": "19.1.9",
"date-fns": "^4.1.0",
"lucide-react": "^0.534.0",
"lucide-react": "^0.536.0",
"next": "15.4.5",
"react": "19.1.1",
"react-hook-form": "^7.61.1",
"react-hook-form": "^7.62.0",
"react-i18next": "^15.6.1",
"zod": "^3.25.74"
},

View File

@@ -15,9 +15,9 @@
"./components": "./src/components/index.ts"
},
"dependencies": {
"@stripe/react-stripe-js": "^3.8.1",
"@stripe/stripe-js": "^7.7.0",
"stripe": "^18.3.0"
"@stripe/react-stripe-js": "^3.9.0",
"@stripe/stripe-js": "^7.8.0",
"stripe": "^18.4.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-06-30.basil';
const STRIPE_API_VERSION = '2025-07-30.basil';
/**
* @description returns a Stripe instance

View File

@@ -18,7 +18,7 @@
"dependencies": {
"@keystatic/core": "0.5.48",
"@keystatic/next": "^5.0.4",
"@markdoc/markdoc": "^0.5.2"
"@markdoc/markdoc": "^0.5.3"
},
"devDependencies": {
"@kit/cms-types": "workspace:*",

View File

@@ -13,7 +13,7 @@
".": "./src/index.ts"
},
"dependencies": {
"@react-email/components": "0.3.2"
"@react-email/components": "0.4.0"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",

View File

@@ -35,15 +35,15 @@
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0",
"@tanstack/react-query": "5.84.1",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"lucide-react": "^0.534.0",
"lucide-react": "^0.536.0",
"next": "15.4.5",
"next-themes": "0.4.6",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-hook-form": "^7.61.1",
"react-hook-form": "^7.62.0",
"react-i18next": "^15.6.1",
"zod": "^3.25.74"
},

View File

@@ -21,14 +21,14 @@
"@makerkit/data-loader-supabase-core": "^0.0.10",
"@makerkit/data-loader-supabase-nextjs": "^1.2.5",
"@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0",
"@tanstack/react-query": "5.84.1",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.9",
"lucide-react": "^0.534.0",
"lucide-react": "^0.536.0",
"next": "15.4.5",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-hook-form": "^7.61.1",
"react-hook-form": "^7.62.0",
"zod": "^3.25.74"
},
"exports": {

View File

@@ -27,16 +27,16 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@marsidev/react-turnstile": "^1.1.0",
"@marsidev/react-turnstile": "^1.2.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0",
"@tanstack/react-query": "5.84.1",
"@types/react": "19.1.9",
"lucide-react": "^0.534.0",
"lucide-react": "^0.536.0",
"next": "15.4.5",
"react-hook-form": "^7.61.1",
"react-hook-form": "^7.62.0",
"react-i18next": "^15.6.1",
"sonner": "^2.0.6",
"sonner": "^2.0.7",
"zod": "^3.25.74"
},
"prettier": "@kit/prettier-config",

View File

@@ -20,9 +20,9 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0",
"@tanstack/react-query": "5.84.1",
"@types/react": "19.1.9",
"lucide-react": "^0.534.0",
"lucide-react": "^0.536.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-i18next": "^15.6.1"

View File

@@ -33,17 +33,17 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0",
"@tanstack/react-query": "5.84.1",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.534.0",
"lucide-react": "^0.536.0",
"next": "15.4.5",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-hook-form": "^7.61.1",
"react-hook-form": "^7.62.0",
"react-i18next": "^15.6.1",
"zod": "^3.25.74"
},

View File

@@ -20,7 +20,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.83.0",
"@tanstack/react-query": "5.84.1",
"next": "15.4.5",
"react": "19.1.1",
"react-dom": "19.1.1",

View File

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

View File

@@ -30,7 +30,7 @@
"@types/react-dom": "19.1.7",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-hook-form": "^7.61.1",
"react-hook-form": "^7.62.0",
"zod": "^3.25.74"
},
"typesVersions": {

View File

@@ -27,7 +27,7 @@
"@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0",
"@tanstack/react-query": "5.84.1",
"@types/react": "19.1.9",
"next": "15.4.5",
"react": "19.1.1",

View File

@@ -14,7 +14,7 @@
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"input-otp": "1.4.2",
"lucide-react": "^0.534.0",
"lucide-react": "^0.536.0",
"radix-ui": "1.4.2",
"react-dropzone": "^14.3.8",
"react-top-loading-bar": "3.0.2",
@@ -26,7 +26,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0",
"@tanstack/react-query": "5.84.1",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
@@ -37,12 +37,12 @@
"next-themes": "0.4.6",
"prettier": "^3.6.2",
"react-day-picker": "^9.8.1",
"react-hook-form": "^7.61.1",
"react-hook-form": "^7.62.0",
"react-i18next": "^15.6.1",
"sonner": "^2.0.6",
"sonner": "^2.0.7",
"tailwindcss": "4.1.11",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3",
"typescript": "^5.9.2",
"zod": "^3.25.74"
},
"prettier": "@kit/prettier-config",

1399
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,13 +17,13 @@
"@types/eslint": "9.6.1",
"eslint-config-next": "15.4.5",
"eslint-config-turbo": "^2.5.5",
"typescript-eslint": "8.38.0"
"typescript-eslint": "8.39.0"
},
"devDependencies": {
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
},
"prettier": "@kit/prettier-config"
}

View File

@@ -15,7 +15,7 @@
},
"devDependencies": {
"@kit/tsconfig": "workspace:*",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
},
"prettier": "./index.mjs"
}