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

- Bumped `@manypkg/cli` from `0.24.0` to `0.25.0` for enhanced functionality.
- Updated `cross-env` from `7.0.3` to `10.0.0` to leverage new features and fixes.
- Incremented `next` from `15.4.3` to `15.4.5` for better performance and compatibility.
- Updated `react` and `react-dom` from `19.1.0` to `19.1.1` to ensure alignment with the latest improvements.
- Incremented `@types/node` from `24.0.15` to `24.1.0` for type safety enhancements.
- Updated various packages across the codebase to maintain consistency and compatibility.
This commit is contained in:
Giancarlo Buomprisco
2025-07-30 16:33:23 +07:00
committed by GitHub
parent f538fc791e
commit 910cfd145d
31 changed files with 2437 additions and 2414 deletions

View File

@@ -9,14 +9,14 @@
}, },
"dependencies": { "dependencies": {
"@ai-sdk/openai": "^1.3.23", "@ai-sdk/openai": "^1.3.23",
"@hookform/resolvers": "^5.1.1", "@hookform/resolvers": "^5.2.1",
"@tanstack/react-query": "5.83.0", "@tanstack/react-query": "5.83.0",
"ai": "4.3.19", "ai": "4.3.19",
"lucide-react": "^0.525.0", "lucide-react": "^0.534.0",
"next": "15.4.3", "next": "15.4.5",
"nodemailer": "^7.0.5", "nodemailer": "^7.0.5",
"react": "19.1.0", "react": "19.1.1",
"react-dom": "19.1.0", "react-dom": "19.1.1",
"rxjs": "^7.8.2" "rxjs": "^7.8.2"
}, },
"devDependencies": { "devDependencies": {
@@ -26,13 +26,13 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@tailwindcss/postcss": "^4.1.11", "@tailwindcss/postcss": "^4.1.11",
"@types/node": "^24.0.15", "@types/node": "^24.1.0",
"@types/nodemailer": "6.4.17", "@types/nodemailer": "6.4.17",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"@types/react-dom": "19.1.6", "@types/react-dom": "19.1.7",
"babel-plugin-react-compiler": "19.1.0-rc.2", "babel-plugin-react-compiler": "19.1.0-rc.2",
"pino-pretty": "^13.0.0", "pino-pretty": "^13.1.0",
"react-hook-form": "^7.60.0", "react-hook-form": "^7.61.1",
"tailwindcss": "4.1.11", "tailwindcss": "4.1.11",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3", "typescript": "^5.8.3",

View File

@@ -13,8 +13,8 @@
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.54.1", "@playwright/test": "^1.54.1",
"@types/node": "^24.0.15", "@types/node": "^24.1.0",
"dotenv": "17.2.0", "dotenv": "17.2.1",
"node-html-parser": "^7.0.1", "node-html-parser": "^7.0.1",
"totp-generator": "^1.0.0" "totp-generator": "^1.0.0"
} }

View File

@@ -32,7 +32,7 @@
}, },
"dependencies": { "dependencies": {
"@edge-csrf/nextjs": "2.5.3-cloudflare-rc1", "@edge-csrf/nextjs": "2.5.3-cloudflare-rc1",
"@hookform/resolvers": "^5.1.1", "@hookform/resolvers": "^5.2.1",
"@kit/accounts": "workspace:*", "@kit/accounts": "workspace:*",
"@kit/admin": "workspace:*", "@kit/admin": "workspace:*",
"@kit/analytics": "workspace:*", "@kit/analytics": "workspace:*",
@@ -56,17 +56,17 @@
"@marsidev/react-turnstile": "^1.1.0", "@marsidev/react-turnstile": "^1.1.0",
"@nosecone/next": "1.0.0-beta.9", "@nosecone/next": "1.0.0-beta.9",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.52.0", "@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0", "@tanstack/react-query": "5.83.0",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.525.0", "lucide-react": "^0.534.0",
"next": "15.4.3", "next": "15.4.5",
"next-sitemap": "^4.2.3", "next-sitemap": "^4.2.3",
"next-themes": "0.4.6", "next-themes": "0.4.6",
"react": "19.1.0", "react": "19.1.1",
"react-dom": "19.1.0", "react-dom": "19.1.1",
"react-hook-form": "^7.60.0", "react-hook-form": "^7.61.1",
"react-i18next": "^15.6.1", "react-i18next": "^15.6.1",
"recharts": "2.15.3", "recharts": "2.15.3",
"tailwind-merge": "^3.3.1", "tailwind-merge": "^3.3.1",
@@ -76,16 +76,16 @@
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.4.3", "@next/bundle-analyzer": "15.4.5",
"@tailwindcss/postcss": "^4.1.11", "@tailwindcss/postcss": "^4.1.11",
"@types/node": "^24.0.15", "@types/node": "^24.1.0",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"@types/react-dom": "19.1.6", "@types/react-dom": "19.1.7",
"babel-plugin-react-compiler": "19.1.0-rc.2", "babel-plugin-react-compiler": "19.1.0-rc.2",
"cssnano": "^7.1.0", "cssnano": "^7.1.0",
"pino-pretty": "^13.0.0", "pino-pretty": "^13.1.0",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"supabase": "^2.31.8", "supabase": "^2.33.5",
"tailwindcss": "4.1.11", "tailwindcss": "4.1.11",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3" "typescript": "^5.8.3"

View File

@@ -45,9 +45,9 @@
} }
}, },
"devDependencies": { "devDependencies": {
"@manypkg/cli": "^0.24.0", "@manypkg/cli": "^0.25.0",
"@turbo/gen": "^2.5.5", "@turbo/gen": "^2.5.5",
"cross-env": "^7.0.3", "cross-env": "^10.0.0",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"turbo": "2.5.5", "turbo": "2.5.5",
"typescript": "^5.8.3" "typescript": "^5.8.3"

View File

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

View File

@@ -16,7 +16,7 @@
"./marketing": "./src/components/marketing.tsx" "./marketing": "./src/components/marketing.tsx"
}, },
"devDependencies": { "devDependencies": {
"@hookform/resolvers": "^5.1.1", "@hookform/resolvers": "^5.2.1",
"@kit/billing": "workspace:*", "@kit/billing": "workspace:*",
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/lemon-squeezy": "workspace:*", "@kit/lemon-squeezy": "workspace:*",
@@ -26,13 +26,13 @@
"@kit/supabase": "workspace:*", "@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.52.0", "@supabase/supabase-js": "2.53.0",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.525.0", "lucide-react": "^0.534.0",
"next": "15.4.3", "next": "15.4.5",
"react": "19.1.0", "react": "19.1.1",
"react-hook-form": "^7.60.0", "react-hook-form": "^7.61.1",
"react-i18next": "^15.6.1", "react-i18next": "^15.6.1",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },

View File

@@ -24,9 +24,9 @@
"@kit/supabase": "workspace:*", "@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"next": "15.4.3", "next": "15.4.5",
"react": "19.1.0", "react": "19.1.1",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -15,8 +15,8 @@
"./components": "./src/components/index.ts" "./components": "./src/components/index.ts"
}, },
"dependencies": { "dependencies": {
"@stripe/react-stripe-js": "^3.8.0", "@stripe/react-stripe-js": "^3.8.1",
"@stripe/stripe-js": "^7.6.1", "@stripe/stripe-js": "^7.7.0",
"stripe": "^18.3.0" "stripe": "^18.3.0"
}, },
"devDependencies": { "devDependencies": {
@@ -27,10 +27,10 @@
"@kit/supabase": "workspace:*", "@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"next": "15.4.3", "next": "15.4.5",
"react": "19.1.0", "react": "19.1.1",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },
"typesVersions": { "typesVersions": {

View File

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

View File

@@ -26,9 +26,9 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/node": "^24.0.15", "@types/node": "^24.1.0",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"react": "19.1.0", "react": "19.1.1",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -20,8 +20,8 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/node": "^24.0.15", "@types/node": "^24.1.0",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"wp-types": "^4.68.1" "wp-types": "^4.68.1"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -22,7 +22,7 @@
"@kit/supabase": "workspace:*", "@kit/supabase": "workspace:*",
"@kit/team-accounts": "workspace:*", "@kit/team-accounts": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.52.0", "@supabase/supabase-js": "2.53.0",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -20,7 +20,7 @@
"nanoid": "^5.1.5" "nanoid": "^5.1.5"
}, },
"devDependencies": { "devDependencies": {
"@hookform/resolvers": "^5.1.1", "@hookform/resolvers": "^5.2.1",
"@kit/billing-gateway": "workspace:*", "@kit/billing-gateway": "workspace:*",
"@kit/email-templates": "workspace:*", "@kit/email-templates": "workspace:*",
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
@@ -34,16 +34,16 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.52.0", "@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0", "@tanstack/react-query": "5.83.0",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"@types/react-dom": "19.1.6", "@types/react-dom": "19.1.7",
"lucide-react": "^0.525.0", "lucide-react": "^0.534.0",
"next": "15.4.3", "next": "15.4.5",
"next-themes": "0.4.6", "next-themes": "0.4.6",
"react": "19.1.0", "react": "19.1.1",
"react-dom": "19.1.0", "react-dom": "19.1.1",
"react-hook-form": "^7.60.0", "react-hook-form": "^7.61.1",
"react-i18next": "^15.6.1", "react-i18next": "^15.6.1",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },

View File

@@ -10,7 +10,7 @@
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",
"devDependencies": { "devDependencies": {
"@hookform/resolvers": "^5.1.1", "@hookform/resolvers": "^5.2.1",
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/next": "workspace:*", "@kit/next": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
@@ -20,15 +20,15 @@
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@makerkit/data-loader-supabase-core": "^0.0.10", "@makerkit/data-loader-supabase-core": "^0.0.10",
"@makerkit/data-loader-supabase-nextjs": "^1.2.5", "@makerkit/data-loader-supabase-nextjs": "^1.2.5",
"@supabase/supabase-js": "2.52.0", "@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0", "@tanstack/react-query": "5.83.0",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"lucide-react": "^0.525.0", "lucide-react": "^0.534.0",
"next": "15.4.3", "next": "15.4.5",
"react": "19.1.0", "react": "19.1.1",
"react-dom": "19.1.0", "react-dom": "19.1.1",
"react-hook-form": "^7.60.0", "react-hook-form": "^7.61.1",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },
"exports": { "exports": {

View File

@@ -20,7 +20,7 @@
"./oauth-provider-logo-image": "./src/components/oauth-provider-logo-image.tsx" "./oauth-provider-logo-image": "./src/components/oauth-provider-logo-image.tsx"
}, },
"devDependencies": { "devDependencies": {
"@hookform/resolvers": "^5.1.1", "@hookform/resolvers": "^5.2.1",
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
@@ -29,12 +29,12 @@
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@marsidev/react-turnstile": "^1.1.0", "@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.52.0", "@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0", "@tanstack/react-query": "5.83.0",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"lucide-react": "^0.525.0", "lucide-react": "^0.534.0",
"next": "15.4.3", "next": "15.4.5",
"react-hook-form": "^7.60.0", "react-hook-form": "^7.61.1",
"react-i18next": "^15.6.1", "react-i18next": "^15.6.1",
"sonner": "^2.0.6", "sonner": "^2.0.6",
"zod": "^3.25.74" "zod": "^3.25.74"

View File

@@ -19,12 +19,12 @@
"@kit/supabase": "workspace:*", "@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.52.0", "@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0", "@tanstack/react-query": "5.83.0",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"lucide-react": "^0.525.0", "lucide-react": "^0.534.0",
"react": "19.1.0", "react": "19.1.1",
"react-dom": "19.1.0", "react-dom": "19.1.1",
"react-i18next": "^15.6.1" "react-i18next": "^15.6.1"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",

View File

@@ -18,7 +18,7 @@
"nanoid": "^5.1.5" "nanoid": "^5.1.5"
}, },
"devDependencies": { "devDependencies": {
"@hookform/resolvers": "^5.1.1", "@hookform/resolvers": "^5.2.1",
"@kit/accounts": "workspace:*", "@kit/accounts": "workspace:*",
"@kit/billing-gateway": "workspace:*", "@kit/billing-gateway": "workspace:*",
"@kit/email-templates": "workspace:*", "@kit/email-templates": "workspace:*",
@@ -32,18 +32,18 @@
"@kit/supabase": "workspace:*", "@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.52.0", "@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0", "@tanstack/react-query": "5.83.0",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"@types/react-dom": "19.1.6", "@types/react-dom": "19.1.7",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.525.0", "lucide-react": "^0.534.0",
"next": "15.4.3", "next": "15.4.5",
"react": "19.1.0", "react": "19.1.1",
"react-dom": "19.1.0", "react-dom": "19.1.1",
"react-hook-form": "^7.60.0", "react-hook-form": "^7.61.1",
"react-i18next": "^15.6.1", "react-i18next": "^15.6.1",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },

View File

@@ -21,9 +21,9 @@
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.83.0", "@tanstack/react-query": "5.83.0",
"next": "15.4.3", "next": "15.4.5",
"react": "19.1.0", "react": "19.1.1",
"react-dom": "19.1.0", "react-dom": "19.1.1",
"react-i18next": "^15.6.1" "react-i18next": "^15.6.1"
}, },
"dependencies": { "dependencies": {

View File

@@ -20,7 +20,7 @@
"@kit/resend": "workspace:*", "@kit/resend": "workspace:*",
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/node": "^24.0.15", "@types/node": "^24.1.0",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },
"typesVersions": { "typesVersions": {

View File

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

View File

@@ -24,8 +24,8 @@
"@kit/sentry": "workspace:*", "@kit/sentry": "workspace:*",
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"react": "19.1.0", "react": "19.1.1",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -24,8 +24,8 @@
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"react": "19.1.0", "react": "19.1.1",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -17,8 +17,8 @@
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"react": "19.1.0" "react": "19.1.1"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -16,7 +16,7 @@
"./config/server": "./src/sentry.client.server.ts" "./config/server": "./src/sentry.client.server.ts"
}, },
"dependencies": { "dependencies": {
"@sentry/nextjs": "^9.40.0", "@sentry/nextjs": "^9.43.0",
"import-in-the-middle": "1.14.2" "import-in-the-middle": "1.14.2"
}, },
"devDependencies": { "devDependencies": {
@@ -24,8 +24,8 @@
"@kit/monitoring-core": "workspace:*", "@kit/monitoring-core": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"react": "19.1.0" "react": "19.1.1"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -20,8 +20,8 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/supabase": "workspace:*", "@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.52.0", "@supabase/supabase-js": "2.53.0",
"next": "15.4.3", "next": "15.4.5",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -14,7 +14,7 @@
"./components": "./src/components/index.ts" "./components": "./src/components/index.ts"
}, },
"devDependencies": { "devDependencies": {
"@hookform/resolvers": "^5.1.1", "@hookform/resolvers": "^5.2.1",
"@kit/email-templates": "workspace:*", "@kit/email-templates": "workspace:*",
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/mailers": "workspace:*", "@kit/mailers": "workspace:*",
@@ -25,12 +25,12 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.52.0", "@supabase/supabase-js": "2.53.0",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"@types/react-dom": "19.1.6", "@types/react-dom": "19.1.7",
"react": "19.1.0", "react": "19.1.1",
"react-dom": "19.1.0", "react-dom": "19.1.1",
"react-hook-form": "^7.60.0", "react-hook-form": "^7.61.1",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -20,7 +20,7 @@
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.1.8" "@types/react": "19.1.9"
}, },
"dependencies": { "dependencies": {
"pino": "^9.7.0" "pino": "^9.7.0"

View File

@@ -26,11 +26,11 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.6.1", "@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "2.52.0", "@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0", "@tanstack/react-query": "5.83.0",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"next": "15.4.3", "next": "15.4.5",
"react": "19.1.0", "react": "19.1.1",
"server-only": "^0.0.1", "server-only": "^0.0.1",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },

View File

@@ -9,12 +9,12 @@
"typecheck": "tsc --noEmit" "typecheck": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@hookform/resolvers": "^5.1.1", "@hookform/resolvers": "^5.2.1",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "1.1.1", "cmdk": "1.1.1",
"input-otp": "1.4.2", "input-otp": "1.4.2",
"lucide-react": "^0.525.0", "lucide-react": "^0.534.0",
"radix-ui": "1.4.2", "radix-ui": "1.4.2",
"react-dropzone": "^14.3.8", "react-dropzone": "^14.3.8",
"react-top-loading-bar": "3.0.2", "react-top-loading-bar": "3.0.2",
@@ -25,19 +25,19 @@
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.52.0", "@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0", "@tanstack/react-query": "5.83.0",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.8", "@types/react": "19.1.9",
"@types/react-dom": "19.1.6", "@types/react-dom": "19.1.7",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"eslint": "^9.31.0", "eslint": "^9.32.0",
"next": "15.4.3", "next": "15.4.5",
"next-themes": "0.4.6", "next-themes": "0.4.6",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"react-day-picker": "^9.8.0", "react-day-picker": "^9.8.1",
"react-hook-form": "^7.60.0", "react-hook-form": "^7.61.1",
"react-i18next": "^15.6.1", "react-i18next": "^15.6.1",
"sonner": "^2.0.6", "sonner": "^2.0.6",
"tailwindcss": "4.1.11", "tailwindcss": "4.1.11",

4597
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,16 +13,16 @@
"format": "prettier --check \"**/*.{js,json}\"" "format": "prettier --check \"**/*.{js,json}\""
}, },
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "15.4.3", "@next/eslint-plugin-next": "15.4.5",
"@types/eslint": "9.6.1", "@types/eslint": "9.6.1",
"eslint-config-next": "15.4.3", "eslint-config-next": "15.4.5",
"eslint-config-turbo": "^2.5.5", "eslint-config-turbo": "^2.5.5",
"typescript-eslint": "8.38.0" "typescript-eslint": "8.38.0"
}, },
"devDependencies": { "devDependencies": {
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"eslint": "^9.31.0", "eslint": "^9.32.0",
"typescript": "^5.8.3" "typescript": "^5.8.3"
}, },
"prettier": "@kit/prettier-config" "prettier": "@kit/prettier-config"