From 30e98ebb7dcddd95dfb210c08b079a4ba7385d62 Mon Sep 17 00:00:00 2001 From: gbuomprisco Date: Sun, 23 Feb 2025 07:46:47 +0700 Subject: [PATCH] Updated dependencies --- apps/dev-tool/package.json | 8 +- apps/web/package.json | 14 +- package.json | 2 +- packages/billing/gateway/package.json | 2 +- packages/features/accounts/package.json | 8 +- packages/features/admin/package.json | 4 +- packages/features/auth/package.json | 6 +- packages/features/notifications/package.json | 2 +- packages/features/team-accounts/package.json | 8 +- packages/i18n/package.json | 4 +- packages/supabase/package.json | 2 +- packages/ui/package.json | 12 +- pnpm-lock.yaml | 404 ++++++++++--------- tooling/prettier/package.json | 2 +- 14 files changed, 246 insertions(+), 232 deletions(-) diff --git a/apps/dev-tool/package.json b/apps/dev-tool/package.json index 0105731d4..b60db2b06 100644 --- a/apps/dev-tool/package.json +++ b/apps/dev-tool/package.json @@ -8,8 +8,8 @@ "format": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\"" }, "dependencies": { - "@hookform/resolvers": "^4.1.0", - "@tanstack/react-query": "5.66.7", + "@hookform/resolvers": "^4.1.1", + "@tanstack/react-query": "5.66.9", "lucide-react": "^0.475.0", "next": "15.1.7", "nodemailer": "^6.10.0", @@ -22,7 +22,7 @@ "@kit/shared": "workspace:*", "@kit/tsconfig": "workspace:*", "@kit/ui": "workspace:*", - "@tailwindcss/postcss": "^4.0.7", + "@tailwindcss/postcss": "^4.0.8", "@types/node": "^22.13.4", "@types/nodemailer": "6.4.17", "@types/react": "19.0.10", @@ -30,7 +30,7 @@ "babel-plugin-react-compiler": "beta", "pino-pretty": "^13.0.0", "react-hook-form": "^7.54.2", - "tailwindcss": "4.0.7", + "tailwindcss": "4.0.8", "tailwindcss-animate": "^1.0.7", "typescript": "^5.7.3", "zod": "^3.24.2" diff --git a/apps/web/package.json b/apps/web/package.json index 9cf4a848f..6b8cf5870 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@edge-csrf/nextjs": "2.5.3-cloudflare-rc1", - "@hookform/resolvers": "^4.1.0", + "@hookform/resolvers": "^4.1.1", "@kit/accounts": "workspace:*", "@kit/admin": "workspace:*", "@kit/analytics": "workspace:*", @@ -57,7 +57,7 @@ "@marsidev/react-turnstile": "^1.1.0", "@radix-ui/react-icons": "^1.3.2", "@supabase/supabase-js": "2.48.1", - "@tanstack/react-query": "5.66.7", + "@tanstack/react-query": "5.66.9", "@tanstack/react-table": "^8.21.2", "date-fns": "^4.1.0", "lucide-react": "^0.475.0", @@ -69,8 +69,8 @@ "react-hook-form": "^7.54.2", "react-i18next": "^15.4.1", "recharts": "2.15.1", - "sonner": "^2.0.0", - "tailwind-merge": "^3.0.1", + "sonner": "^2.0.1", + "tailwind-merge": "^3.0.2", "zod": "^3.24.2" }, "devDependencies": { @@ -78,7 +78,7 @@ "@kit/prettier-config": "workspace:*", "@kit/tsconfig": "workspace:*", "@next/bundle-analyzer": "15.1.7", - "@tailwindcss/postcss": "^4.0.7", + "@tailwindcss/postcss": "^4.0.8", "@types/node": "^22.13.4", "@types/react": "19.0.10", "@types/react-dom": "19.0.4", @@ -86,9 +86,9 @@ "babel-plugin-react-compiler": "beta", "dotenv-cli": "^8.0.0", "pino-pretty": "^13.0.0", - "prettier": "^3.5.1", + "prettier": "^3.5.2", "supabase": "^2.12.1", - "tailwindcss": "4.0.7", + "tailwindcss": "4.0.8", "tailwindcss-animate": "^1.0.7", "typescript": "^5.7.3" }, diff --git a/package.json b/package.json index f0b1225cc..e69dd9f19 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@manypkg/cli": "^0.23.0", "@turbo/gen": "^2.4.2", "cross-env": "^7.0.3", - "prettier": "^3.5.1", + "prettier": "^3.5.2", "turbo": "2.4.2", "typescript": "^5.7.3" } diff --git a/packages/billing/gateway/package.json b/packages/billing/gateway/package.json index 5443349d5..57b9189bd 100644 --- a/packages/billing/gateway/package.json +++ b/packages/billing/gateway/package.json @@ -16,7 +16,7 @@ "./marketing": "./src/components/marketing.tsx" }, "devDependencies": { - "@hookform/resolvers": "^4.1.0", + "@hookform/resolvers": "^4.1.1", "@kit/billing": "workspace:*", "@kit/eslint-config": "workspace:*", "@kit/lemon-squeezy": "workspace:*", diff --git a/packages/features/accounts/package.json b/packages/features/accounts/package.json index c832f3273..8ab7e460a 100644 --- a/packages/features/accounts/package.json +++ b/packages/features/accounts/package.json @@ -17,10 +17,10 @@ "./api": "./src/server/api.ts" }, "dependencies": { - "nanoid": "^5.1.0" + "nanoid": "^5.1.2" }, "devDependencies": { - "@hookform/resolvers": "^4.1.0", + "@hookform/resolvers": "^4.1.1", "@kit/billing-gateway": "workspace:*", "@kit/email-templates": "workspace:*", "@kit/eslint-config": "workspace:*", @@ -34,7 +34,7 @@ "@kit/ui": "workspace:*", "@radix-ui/react-icons": "^1.3.2", "@supabase/supabase-js": "2.48.1", - "@tanstack/react-query": "5.66.7", + "@tanstack/react-query": "5.66.9", "@types/react": "19.0.10", "@types/react-dom": "19.0.4", "lucide-react": "^0.475.0", @@ -44,7 +44,7 @@ "react-dom": "19.0.0", "react-hook-form": "^7.54.2", "react-i18next": "^15.4.1", - "sonner": "^2.0.0", + "sonner": "^2.0.1", "zod": "^3.24.2" }, "prettier": "@kit/prettier-config", diff --git a/packages/features/admin/package.json b/packages/features/admin/package.json index d449e3d67..3e2e95d17 100644 --- a/packages/features/admin/package.json +++ b/packages/features/admin/package.json @@ -10,7 +10,7 @@ }, "prettier": "@kit/prettier-config", "devDependencies": { - "@hookform/resolvers": "^4.1.0", + "@hookform/resolvers": "^4.1.1", "@kit/eslint-config": "workspace:*", "@kit/next": "workspace:*", "@kit/prettier-config": "workspace:*", @@ -21,7 +21,7 @@ "@makerkit/data-loader-supabase-core": "^0.0.8", "@makerkit/data-loader-supabase-nextjs": "^1.2.3", "@supabase/supabase-js": "2.48.1", - "@tanstack/react-query": "5.66.7", + "@tanstack/react-query": "5.66.9", "@tanstack/react-table": "^8.21.2", "@types/react": "19.0.10", "lucide-react": "^0.475.0", diff --git a/packages/features/auth/package.json b/packages/features/auth/package.json index 6fff537be..457249624 100644 --- a/packages/features/auth/package.json +++ b/packages/features/auth/package.json @@ -19,7 +19,7 @@ "./resend-email-link": "./src/components/resend-auth-link-form.tsx" }, "devDependencies": { - "@hookform/resolvers": "^4.1.0", + "@hookform/resolvers": "^4.1.1", "@kit/eslint-config": "workspace:*", "@kit/prettier-config": "workspace:*", "@kit/shared": "workspace:*", @@ -29,13 +29,13 @@ "@marsidev/react-turnstile": "^1.1.0", "@radix-ui/react-icons": "^1.3.2", "@supabase/supabase-js": "2.48.1", - "@tanstack/react-query": "5.66.7", + "@tanstack/react-query": "5.66.9", "@types/react": "19.0.10", "lucide-react": "^0.475.0", "next": "15.1.7", "react-hook-form": "^7.54.2", "react-i18next": "^15.4.1", - "sonner": "^2.0.0", + "sonner": "^2.0.1", "zod": "^3.24.2" }, "prettier": "@kit/prettier-config", diff --git a/packages/features/notifications/package.json b/packages/features/notifications/package.json index 7af52027b..05bdb706a 100644 --- a/packages/features/notifications/package.json +++ b/packages/features/notifications/package.json @@ -20,7 +20,7 @@ "@kit/tsconfig": "workspace:*", "@kit/ui": "workspace:*", "@supabase/supabase-js": "2.48.1", - "@tanstack/react-query": "5.66.7", + "@tanstack/react-query": "5.66.9", "@types/react": "19.0.10", "lucide-react": "^0.475.0", "react": "19.0.0", diff --git a/packages/features/team-accounts/package.json b/packages/features/team-accounts/package.json index a1be3c45c..b2f4ea06e 100644 --- a/packages/features/team-accounts/package.json +++ b/packages/features/team-accounts/package.json @@ -15,10 +15,10 @@ "./webhooks": "./src/server/services/webhooks/index.ts" }, "dependencies": { - "nanoid": "^5.1.0" + "nanoid": "^5.1.2" }, "devDependencies": { - "@hookform/resolvers": "^4.1.0", + "@hookform/resolvers": "^4.1.1", "@kit/accounts": "workspace:*", "@kit/billing-gateway": "workspace:*", "@kit/email-templates": "workspace:*", @@ -32,7 +32,7 @@ "@kit/tsconfig": "workspace:*", "@kit/ui": "workspace:*", "@supabase/supabase-js": "2.48.1", - "@tanstack/react-query": "5.66.7", + "@tanstack/react-query": "5.66.9", "@tanstack/react-table": "^8.21.2", "@types/react": "19.0.10", "@types/react-dom": "19.0.4", @@ -44,7 +44,7 @@ "react-dom": "19.0.0", "react-hook-form": "^7.54.2", "react-i18next": "^15.4.1", - "sonner": "^2.0.0", + "sonner": "^2.0.1", "zod": "^3.24.2" }, "prettier": "@kit/prettier-config", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 698e1cfa5..22c7762c9 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -20,7 +20,7 @@ "@kit/prettier-config": "workspace:*", "@kit/shared": "workspace:*", "@kit/tsconfig": "workspace:*", - "@tanstack/react-query": "5.66.7", + "@tanstack/react-query": "5.66.9", "next": "15.1.7", "react": "19.0.0", "react-dom": "19.0.0", @@ -28,7 +28,7 @@ }, "dependencies": { "i18next": "24.2.2", - "i18next-browser-languagedetector": "8.0.3", + "i18next-browser-languagedetector": "8.0.4", "i18next-resources-to-backend": "^1.2.1" }, "typesVersions": { diff --git a/packages/supabase/package.json b/packages/supabase/package.json index c7695adf8..28238dd1a 100644 --- a/packages/supabase/package.json +++ b/packages/supabase/package.json @@ -29,7 +29,7 @@ "@kit/tsconfig": "workspace:*", "@supabase/ssr": "^0.5.2", "@supabase/supabase-js": "2.48.1", - "@tanstack/react-query": "5.66.7", + "@tanstack/react-query": "5.66.9", "@types/react": "19.0.10", "next": "15.1.7", "react": "19.0.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 34b98a8a2..f2139fd77 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -9,7 +9,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@hookform/resolvers": "^4.1.0", + "@hookform/resolvers": "^4.1.1", "@radix-ui/react-accordion": "1.2.3", "@radix-ui/react-alert-dialog": "^1.1.6", "@radix-ui/react-avatar": "^1.1.3", @@ -36,14 +36,14 @@ "lucide-react": "^0.475.0", "react-top-loading-bar": "3.0.2", "recharts": "2.15.1", - "tailwind-merge": "^3.0.1" + "tailwind-merge": "^3.0.2" }, "devDependencies": { "@kit/eslint-config": "workspace:*", "@kit/prettier-config": "workspace:*", "@kit/tsconfig": "workspace:*", "@radix-ui/react-icons": "^1.3.2", - "@tanstack/react-query": "5.66.7", + "@tanstack/react-query": "5.66.9", "@tanstack/react-table": "^8.21.2", "@types/react": "19.0.10", "@types/react-dom": "19.0.4", @@ -52,12 +52,12 @@ "eslint": "^9.20.1", "next": "15.1.7", "next-themes": "0.4.4", - "prettier": "^3.5.1", + "prettier": "^3.5.2", "react-day-picker": "^8.10.1", "react-hook-form": "^7.54.2", "react-i18next": "^15.4.1", - "sonner": "^2.0.0", - "tailwindcss": "4.0.7", + "sonner": "^2.0.1", + "tailwindcss": "4.0.8", "tailwindcss-animate": "^1.0.7", "typescript": "^5.7.3", "zod": "^3.24.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bcd1c4230..c060e7c67 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,13 +16,13 @@ importers: version: 0.23.0 '@turbo/gen': specifier: ^2.4.2 - version: 2.4.2(@types/node@22.13.4)(typescript@5.7.3) + version: 2.4.2(@types/node@22.13.5)(typescript@5.7.3) cross-env: specifier: ^7.0.3 version: 7.0.3 prettier: - specifier: ^3.5.1 - version: 3.5.1 + specifier: ^3.5.2 + version: 3.5.2 turbo: specifier: 2.4.2 version: 2.4.2 @@ -33,11 +33,11 @@ importers: apps/dev-tool: dependencies: '@hookform/resolvers': - specifier: ^4.1.0 - version: 4.1.0(react-hook-form@7.54.2(react@19.0.0)) + specifier: ^4.1.1 + version: 4.1.1(react-hook-form@7.54.2(react@19.0.0)) '@tanstack/react-query': - specifier: 5.66.7 - version: 5.66.7(react@19.0.0) + specifier: 5.66.9 + version: 5.66.9(react@19.0.0) lucide-react: specifier: ^0.475.0 version: 0.475.0(react@19.0.0) @@ -70,8 +70,8 @@ importers: specifier: workspace:* version: link:../../packages/ui '@tailwindcss/postcss': - specifier: ^4.0.7 - version: 4.0.7 + specifier: ^4.0.8 + version: 4.0.8 '@types/node': specifier: ^22.13.4 version: 22.13.4 @@ -94,11 +94,11 @@ importers: specifier: ^7.54.2 version: 7.54.2(react@19.0.0) tailwindcss: - specifier: 4.0.7 - version: 4.0.7 + specifier: 4.0.8 + version: 4.0.8 tailwindcss-animate: specifier: ^1.0.7 - version: 1.0.7(tailwindcss@4.0.7) + version: 1.0.7(tailwindcss@4.0.8) typescript: specifier: ^5.7.3 version: 5.7.3 @@ -124,8 +124,8 @@ importers: specifier: 2.5.3-cloudflare-rc1 version: 2.5.3-cloudflare-rc1(next@15.1.7(@opentelemetry/api@1.9.0)(@playwright/test@1.50.1)(babel-plugin-react-compiler@19.0.0-beta-21e868a-20250216)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) '@hookform/resolvers': - specifier: ^4.1.0 - version: 4.1.0(react-hook-form@7.54.2(react@19.0.0)) + specifier: ^4.1.1 + version: 4.1.1(react-hook-form@7.54.2(react@19.0.0)) '@kit/accounts': specifier: workspace:* version: link:../../packages/features/accounts @@ -182,10 +182,10 @@ importers: version: link:../../packages/ui '@makerkit/data-loader-supabase-core': specifier: ^0.0.8 - version: 0.0.8(@supabase/postgrest-js@1.18.1)(@supabase/supabase-js@2.48.1) + version: 0.0.8(@supabase/postgrest-js@1.19.1)(@supabase/supabase-js@2.48.1) '@makerkit/data-loader-supabase-nextjs': specifier: ^1.2.3 - version: 1.2.3(@supabase/postgrest-js@1.18.1)(@supabase/supabase-js@2.48.1)(@tanstack/react-query@5.66.7(react@19.0.0))(next@15.1.7(@opentelemetry/api@1.9.0)(@playwright/test@1.50.1)(babel-plugin-react-compiler@19.0.0-beta-21e868a-20250216)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0) + version: 1.2.3(@supabase/postgrest-js@1.19.1)(@supabase/supabase-js@2.48.1)(@tanstack/react-query@5.66.9(react@19.0.0))(next@15.1.7(@opentelemetry/api@1.9.0)(@playwright/test@1.50.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0) '@marsidev/react-turnstile': specifier: ^1.1.0 version: 1.1.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -196,8 +196,8 @@ importers: specifier: 2.48.1 version: 2.48.1 '@tanstack/react-query': - specifier: 5.66.7 - version: 5.66.7(react@19.0.0) + specifier: 5.66.9 + version: 5.66.9(react@19.0.0) '@tanstack/react-table': specifier: ^8.21.2 version: 8.21.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -232,11 +232,11 @@ importers: specifier: 2.15.1 version: 2.15.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) sonner: - specifier: ^2.0.0 - version: 2.0.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: ^2.0.1 + version: 2.0.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) tailwind-merge: - specifier: ^3.0.1 - version: 3.0.1 + specifier: ^3.0.2 + version: 3.0.2 zod: specifier: ^3.24.2 version: 3.24.2 @@ -254,8 +254,8 @@ importers: specifier: 15.1.7 version: 15.1.7 '@tailwindcss/postcss': - specifier: ^4.0.7 - version: 4.0.7 + specifier: ^4.0.8 + version: 4.0.8 '@types/node': specifier: ^22.13.4 version: 22.13.4 @@ -267,7 +267,7 @@ importers: version: 19.0.4(@types/react@19.0.10) autoprefixer: specifier: ^10.4.20 - version: 10.4.20(postcss@8.5.2) + version: 10.4.20(postcss@8.5.3) babel-plugin-react-compiler: specifier: beta version: 19.0.0-beta-21e868a-20250216 @@ -278,17 +278,17 @@ importers: specifier: ^13.0.0 version: 13.0.0 prettier: - specifier: ^3.5.1 - version: 3.5.1 + specifier: ^3.5.2 + version: 3.5.2 supabase: specifier: ^2.12.1 version: 2.12.1 tailwindcss: - specifier: 4.0.7 - version: 4.0.7 + specifier: 4.0.8 + version: 4.0.8 tailwindcss-animate: specifier: ^1.0.7 - version: 1.0.7(tailwindcss@4.0.7) + version: 1.0.7(tailwindcss@4.0.8) typescript: specifier: ^5.7.3 version: 5.7.3 @@ -332,8 +332,8 @@ importers: packages/billing/gateway: devDependencies: '@hookform/resolvers': - specifier: ^4.1.0 - version: 4.1.0(react-hook-form@7.54.2(react@19.0.0)) + specifier: ^4.1.1 + version: 4.1.1(react-hook-form@7.54.2(react@19.0.0)) '@kit/billing': specifier: workspace:* version: link:../core @@ -642,12 +642,12 @@ importers: packages/features/accounts: dependencies: nanoid: - specifier: ^5.1.0 - version: 5.1.0 + specifier: ^5.1.2 + version: 5.1.2 devDependencies: '@hookform/resolvers': - specifier: ^4.1.0 - version: 4.1.0(react-hook-form@7.54.2(react@19.0.0)) + specifier: ^4.1.1 + version: 4.1.1(react-hook-form@7.54.2(react@19.0.0)) '@kit/billing-gateway': specifier: workspace:* version: link:../../billing/gateway @@ -688,8 +688,8 @@ importers: specifier: 2.48.1 version: 2.48.1 '@tanstack/react-query': - specifier: 5.66.7 - version: 5.66.7(react@19.0.0) + specifier: 5.66.9 + version: 5.66.9(react@19.0.0) '@types/react': specifier: 19.0.10 version: 19.0.10 @@ -718,8 +718,8 @@ importers: specifier: ^15.4.1 version: 15.4.1(i18next@24.2.2(typescript@5.7.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) sonner: - specifier: ^2.0.0 - version: 2.0.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: ^2.0.1 + version: 2.0.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) zod: specifier: ^3.24.2 version: 3.24.2 @@ -727,8 +727,8 @@ importers: packages/features/admin: devDependencies: '@hookform/resolvers': - specifier: ^4.1.0 - version: 4.1.0(react-hook-form@7.54.2(react@19.0.0)) + specifier: ^4.1.1 + version: 4.1.1(react-hook-form@7.54.2(react@19.0.0)) '@kit/eslint-config': specifier: workspace:* version: link:../../../tooling/eslint @@ -752,16 +752,16 @@ importers: version: link:../../ui '@makerkit/data-loader-supabase-core': specifier: ^0.0.8 - version: 0.0.8(@supabase/postgrest-js@1.18.1)(@supabase/supabase-js@2.48.1) + version: 0.0.8(@supabase/postgrest-js@1.19.1)(@supabase/supabase-js@2.48.1) '@makerkit/data-loader-supabase-nextjs': specifier: ^1.2.3 - version: 1.2.3(@supabase/postgrest-js@1.18.1)(@supabase/supabase-js@2.48.1)(@tanstack/react-query@5.66.7(react@19.0.0))(next@15.1.7(@opentelemetry/api@1.9.0)(@playwright/test@1.50.1)(babel-plugin-react-compiler@19.0.0-beta-21e868a-20250216)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0) + version: 1.2.3(@supabase/postgrest-js@1.19.1)(@supabase/supabase-js@2.48.1)(@tanstack/react-query@5.66.9(react@19.0.0))(next@15.1.7(@opentelemetry/api@1.9.0)(@playwright/test@1.50.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0) '@supabase/supabase-js': specifier: 2.48.1 version: 2.48.1 '@tanstack/react-query': - specifier: 5.66.7 - version: 5.66.7(react@19.0.0) + specifier: 5.66.9 + version: 5.66.9(react@19.0.0) '@tanstack/react-table': specifier: ^8.21.2 version: 8.21.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -790,8 +790,8 @@ importers: packages/features/auth: devDependencies: '@hookform/resolvers': - specifier: ^4.1.0 - version: 4.1.0(react-hook-form@7.54.2(react@19.0.0)) + specifier: ^4.1.1 + version: 4.1.1(react-hook-form@7.54.2(react@19.0.0)) '@kit/eslint-config': specifier: workspace:* version: link:../../../tooling/eslint @@ -820,8 +820,8 @@ importers: specifier: 2.48.1 version: 2.48.1 '@tanstack/react-query': - specifier: 5.66.7 - version: 5.66.7(react@19.0.0) + specifier: 5.66.9 + version: 5.66.9(react@19.0.0) '@types/react': specifier: 19.0.10 version: 19.0.10 @@ -838,8 +838,8 @@ importers: specifier: ^15.4.1 version: 15.4.1(i18next@24.2.2(typescript@5.7.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) sonner: - specifier: ^2.0.0 - version: 2.0.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: ^2.0.1 + version: 2.0.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) zod: specifier: ^3.24.2 version: 3.24.2 @@ -865,8 +865,8 @@ importers: specifier: 2.48.1 version: 2.48.1 '@tanstack/react-query': - specifier: 5.66.7 - version: 5.66.7(react@19.0.0) + specifier: 5.66.9 + version: 5.66.9(react@19.0.0) '@types/react': specifier: 19.0.10 version: 19.0.10 @@ -886,12 +886,12 @@ importers: packages/features/team-accounts: dependencies: nanoid: - specifier: ^5.1.0 - version: 5.1.0 + specifier: ^5.1.2 + version: 5.1.2 devDependencies: '@hookform/resolvers': - specifier: ^4.1.0 - version: 4.1.0(react-hook-form@7.54.2(react@19.0.0)) + specifier: ^4.1.1 + version: 4.1.1(react-hook-form@7.54.2(react@19.0.0)) '@kit/accounts': specifier: workspace:* version: link:../accounts @@ -932,8 +932,8 @@ importers: specifier: 2.48.1 version: 2.48.1 '@tanstack/react-query': - specifier: 5.66.7 - version: 5.66.7(react@19.0.0) + specifier: 5.66.9 + version: 5.66.9(react@19.0.0) '@tanstack/react-table': specifier: ^8.21.2 version: 8.21.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -968,8 +968,8 @@ importers: specifier: ^15.4.1 version: 15.4.1(i18next@24.2.2(typescript@5.7.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) sonner: - specifier: ^2.0.0 - version: 2.0.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: ^2.0.1 + version: 2.0.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) zod: specifier: ^3.24.2 version: 3.24.2 @@ -980,8 +980,8 @@ importers: specifier: 24.2.2 version: 24.2.2(typescript@5.7.3) i18next-browser-languagedetector: - specifier: 8.0.3 - version: 8.0.3 + specifier: 8.0.4 + version: 8.0.4 i18next-resources-to-backend: specifier: ^1.2.1 version: 1.2.1 @@ -999,8 +999,8 @@ importers: specifier: workspace:* version: link:../../tooling/typescript '@tanstack/react-query': - specifier: 5.66.7 - version: 5.66.7(react@19.0.0) + specifier: 5.66.9 + version: 5.66.9(react@19.0.0) next: specifier: 15.1.7 version: 15.1.7(@opentelemetry/api@1.9.0)(@playwright/test@1.50.1)(babel-plugin-react-compiler@19.0.0-beta-21e868a-20250216)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -1282,8 +1282,8 @@ importers: specifier: 2.48.1 version: 2.48.1 '@tanstack/react-query': - specifier: 5.66.7 - version: 5.66.7(react@19.0.0) + specifier: 5.66.9 + version: 5.66.9(react@19.0.0) '@types/react': specifier: 19.0.10 version: 19.0.10 @@ -1303,8 +1303,8 @@ importers: packages/ui: dependencies: '@hookform/resolvers': - specifier: ^4.1.0 - version: 4.1.0(react-hook-form@7.54.2(react@19.0.0)) + specifier: ^4.1.1 + version: 4.1.1(react-hook-form@7.54.2(react@19.0.0)) '@radix-ui/react-accordion': specifier: 1.2.3 version: 1.2.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -1384,8 +1384,8 @@ importers: specifier: 2.15.1 version: 2.15.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) tailwind-merge: - specifier: ^3.0.1 - version: 3.0.1 + specifier: ^3.0.2 + version: 3.0.2 devDependencies: '@kit/eslint-config': specifier: workspace:* @@ -1400,8 +1400,8 @@ importers: specifier: ^1.3.2 version: 1.3.2(react@19.0.0) '@tanstack/react-query': - specifier: 5.66.7 - version: 5.66.7(react@19.0.0) + specifier: 5.66.9 + version: 5.66.9(react@19.0.0) '@tanstack/react-table': specifier: ^8.21.2 version: 8.21.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -1427,8 +1427,8 @@ importers: specifier: 0.4.4 version: 0.4.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) prettier: - specifier: ^3.5.1 - version: 3.5.1 + specifier: ^3.5.2 + version: 3.5.2 react-day-picker: specifier: ^8.10.1 version: 8.10.1(date-fns@4.1.0)(react@19.0.0) @@ -1439,14 +1439,14 @@ importers: specifier: ^15.4.1 version: 15.4.1(i18next@24.2.2(typescript@5.7.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) sonner: - specifier: ^2.0.0 - version: 2.0.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: ^2.0.1 + version: 2.0.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) tailwindcss: - specifier: 4.0.7 - version: 4.0.7 + specifier: 4.0.8 + version: 4.0.8 tailwindcss-animate: specifier: ^1.0.7 - version: 1.0.7(tailwindcss@4.0.7) + version: 1.0.7(tailwindcss@4.0.8) typescript: specifier: ^5.7.3 version: 5.7.3 @@ -1489,13 +1489,13 @@ importers: dependencies: '@trivago/prettier-plugin-sort-imports': specifier: 5.2.2 - version: 5.2.2(prettier@3.5.1) + version: 5.2.2(prettier@3.5.2) prettier: - specifier: ^3.5.1 - version: 3.5.1 + specifier: ^3.5.2 + version: 3.5.2 prettier-plugin-tailwindcss: specifier: ^0.6.11 - version: 0.6.11(@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.5.1))(prettier@3.5.1) + version: 0.6.11(@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.5.2))(prettier@3.5.2) devDependencies: '@kit/tsconfig': specifier: workspace:* @@ -1784,8 +1784,8 @@ packages: engines: {node: '>=6'} hasBin: true - '@hookform/resolvers@4.1.0': - resolution: {integrity: sha512-fX/uHKb+OOCpACLc6enuTQsf0ZpRrKbeBBPETg5PCPLCIYV6osP2Bw6ezuclM61lH+wBF9eXcuC0+BFh9XOEnQ==} + '@hookform/resolvers@4.1.1': + resolution: {integrity: sha512-S9YN1RgNWG+klUz5uQaV6rjE4pr6Py2tamj7ekshzLcMyg+/Pal1KZAYgGszV0+doiy41dUiQgXL3uRS9stndQ==} peerDependencies: react-hook-form: ^7.0.0 @@ -2701,7 +2701,7 @@ packages: '@radix-ui/react-context@1.1.1': resolution: {integrity: sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==} peerDependencies: - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': @@ -2758,7 +2758,7 @@ packages: '@radix-ui/react-focus-guards@1.1.1': resolution: {integrity: sha512-pSIwfrT1a6sIoDASCSpFwOasEwKTZWDw/iBdtnqKO7v6FeOzYJ7U53cPzYFVR3geGGXgVHaH+CdngrrAzqUGxg==} peerDependencies: - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': @@ -3086,7 +3086,7 @@ packages: '@radix-ui/react-use-layout-effect@1.1.0': resolution: {integrity: sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==} peerDependencies: - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': @@ -3095,7 +3095,7 @@ packages: '@radix-ui/react-use-previous@1.1.0': resolution: {integrity: sha512-Z/e78qg2YFnnXcW88A4JmTtm4ADckLno6F7OXotmkQfeuCVaKuYzqAATPhVzl3delXE7CxIV8shofPn3jPc5Og==} peerDependencies: - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': @@ -3113,7 +3113,7 @@ packages: '@radix-ui/react-use-size@1.1.0': resolution: {integrity: sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==} peerDependencies: - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': @@ -3957,6 +3957,9 @@ packages: '@supabase/postgrest-js@1.18.1': resolution: {integrity: sha512-dWDnoC0MoDHKhaEOrsEKTadWQcBNknZVQcSgNE/Q2wXh05mhCL1ut/jthRUrSbYcqIw/CEjhaeIPp7dLarT0bg==} + '@supabase/postgrest-js@1.19.1': + resolution: {integrity: sha512-SJ6R71jICD3HizEtu37YqOL20duUZwrhOCHPe0DFl51byHoL221qE4+fOQiJtvd4kXDR16rXtWqrccrUW/oNQw==} + '@supabase/realtime-js@2.11.2': resolution: {integrity: sha512-u/XeuL2Y0QEhXSoIPZZwR6wMXgB+RQbJzG9VErA3VghVt7uRfSVsjeqd7m5GhX3JR6dM/WRmLbVR8URpDWG4+w==} @@ -3977,87 +3980,87 @@ packages: '@swc/helpers@0.5.15': resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==} - '@tailwindcss/node@4.0.7': - resolution: {integrity: sha512-dkFXufkbRB2mu3FPsW5xLAUWJyexpJA+/VtQj18k3SUiJVLdpgzBd1v1gRRcIpEJj7K5KpxBKfOXlZxT3ZZRuA==} + '@tailwindcss/node@4.0.8': + resolution: {integrity: sha512-FKArQpbrbwv08TNT0k7ejYXpF+R8knZFAatNc0acOxbgeqLzwb86r+P3LGOjIeI3Idqe9CVkZrh4GlsJLJKkkw==} - '@tailwindcss/oxide-android-arm64@4.0.7': - resolution: {integrity: sha512-5iQXXcAeOHBZy8ASfHFm1k0O/9wR2E3tKh6+P+ilZZbQiMgu+qrnfpBWYPc3FPuQdWiWb73069WT5D+CAfx/tg==} + '@tailwindcss/oxide-android-arm64@4.0.8': + resolution: {integrity: sha512-We7K79+Sm4mwJHk26Yzu/GAj7C7myemm7PeXvpgMxyxO70SSFSL3uCcqFbz9JA5M5UPkrl7N9fkBe/Y0iazqpA==} engines: {node: '>= 10'} cpu: [arm64] os: [android] - '@tailwindcss/oxide-darwin-arm64@4.0.7': - resolution: {integrity: sha512-7yGZtEc5IgVYylqK/2B0yVqoofk4UAbkn1ygNpIJZyrOhbymsfr8uUFCueTu2fUxmAYIfMZ8waWo2dLg/NgLgg==} + '@tailwindcss/oxide-darwin-arm64@4.0.8': + resolution: {integrity: sha512-Lv9Isi2EwkCTG1sRHNDi0uRNN1UGFdEThUAGFrydRmQZnraGLMjN8gahzg2FFnOizDl7LB2TykLUuiw833DSNg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@tailwindcss/oxide-darwin-x64@4.0.7': - resolution: {integrity: sha512-tPQDV20fBjb26yWbPqT1ZSoDChomMCiXTKn4jupMSoMCFyU7+OJvIY1ryjqBuY622dEBJ8LnCDDWsnj1lX9nNQ==} + '@tailwindcss/oxide-darwin-x64@4.0.8': + resolution: {integrity: sha512-fWfywfYIlSWtKoqWTjukTHLWV3ARaBRjXCC2Eo0l6KVpaqGY4c2y8snUjp1xpxUtpqwMvCvFWFaleMoz1Vhzlw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@tailwindcss/oxide-freebsd-x64@4.0.7': - resolution: {integrity: sha512-sZqJpTyTZiknU9LLHuByg5GKTW+u3FqM7q7myequAXxKOpAFiOfXpY710FuMY+gjzSapyRbDXJlsTQtCyiTo5w==} + '@tailwindcss/oxide-freebsd-x64@4.0.8': + resolution: {integrity: sha512-SO+dyvjJV9G94bnmq2288Ke0BIdvrbSbvtPLaQdqjqHR83v5L2fWADyFO+1oecHo9Owsk8MxcXh1agGVPIKIqw==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.7': - resolution: {integrity: sha512-PBgvULgeSswjd8cbZ91gdIcIDMdc3TUHV5XemEpxlqt9M8KoydJzkuB/Dt910jYdofOIaTWRL6adG9nJICvU4A==} + '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.8': + resolution: {integrity: sha512-ZSHggWiEblQNV69V0qUK5vuAtHP+I+S2eGrKGJ5lPgwgJeAd6GjLsVBN+Mqn2SPVfYM3BOpS9jX/zVg9RWQVDQ==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@tailwindcss/oxide-linux-arm64-gnu@4.0.7': - resolution: {integrity: sha512-By/a2yeh+e9b+C67F88ndSwVJl2A3tcUDb29FbedDi+DZ4Mr07Oqw9Y1DrDrtHIDhIZ3bmmiL1dkH2YxrtV+zw==} + '@tailwindcss/oxide-linux-arm64-gnu@4.0.8': + resolution: {integrity: sha512-xWpr6M0OZLDNsr7+bQz+3X7zcnDJZJ1N9gtBWCtfhkEtDjjxYEp+Lr5L5nc/yXlL4MyCHnn0uonGVXy3fhxaVA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tailwindcss/oxide-linux-arm64-musl@4.0.7': - resolution: {integrity: sha512-WHYs3cpPEJb/ccyT20NOzopYQkl7JKncNBUbb77YFlwlXMVJLLV3nrXQKhr7DmZxz2ZXqjyUwsj2rdzd9stYdw==} + '@tailwindcss/oxide-linux-arm64-musl@4.0.8': + resolution: {integrity: sha512-5tz2IL7LN58ssGEq7h/staD7pu/izF/KeMWdlJ86WDe2Ah46LF3ET6ZGKTr5eZMrnEA0M9cVFuSPprKRHNgjeg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tailwindcss/oxide-linux-x64-gnu@4.0.7': - resolution: {integrity: sha512-7bP1UyuX9kFxbOwkeIJhBZNevKYPXB6xZI37v09fqi6rqRJR8elybwjMUHm54GVP+UTtJ14ueB1K54Dy1tIO6w==} + '@tailwindcss/oxide-linux-x64-gnu@4.0.8': + resolution: {integrity: sha512-KSzMkhyrxAQyY2o194NKVKU9j/c+NFSoMvnHWFaNHKi3P1lb+Vq1UC19tLHrmxSkKapcMMu69D7+G1+FVGNDXQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tailwindcss/oxide-linux-x64-musl@4.0.7': - resolution: {integrity: sha512-gBQIV8nL/LuhARNGeroqzXymMzzW5wQzqlteVqOVoqwEfpHOP3GMird5pGFbnpY+NP0fOlsZGrxxOPQ4W/84bQ==} + '@tailwindcss/oxide-linux-x64-musl@4.0.8': + resolution: {integrity: sha512-yFYKG5UtHTRimjtqxUWXBgI4Tc6NJe3USjRIVdlTczpLRxq/SFwgzGl5JbatCxgSRDPBFwRrNPxq+ukfQFGdrw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tailwindcss/oxide-win32-arm64-msvc@4.0.7': - resolution: {integrity: sha512-aH530NFfx0kpQpvYMfWoeG03zGnRCMVlQG8do/5XeahYydz+6SIBxA1tl/cyITSJyWZHyVt6GVNkXeAD30v0Xg==} + '@tailwindcss/oxide-win32-arm64-msvc@4.0.8': + resolution: {integrity: sha512-tndGujmCSba85cRCnQzXgpA2jx5gXimyspsUYae5jlPyLRG0RjXbDshFKOheVXU4TLflo7FSG8EHCBJ0EHTKdQ==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@tailwindcss/oxide-win32-x64-msvc@4.0.7': - resolution: {integrity: sha512-8Cva6bbJN7ZJx320k7vxGGdU0ewmpfS5A4PudyzUuofdi8MgeINuiiWiPQ0VZCda/GX88K6qp+6UpDZNVr8HMQ==} + '@tailwindcss/oxide-win32-x64-msvc@4.0.8': + resolution: {integrity: sha512-T77jroAc0p4EHVVgTUiNeFn6Nj3jtD3IeNId2X+0k+N1XxfNipy81BEkYErpKLiOkNhpNFjPee8/ZVas29b2OQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] - '@tailwindcss/oxide@4.0.7': - resolution: {integrity: sha512-yr6w5YMgjy+B+zkJiJtIYGXW+HNYOPfRPtSs+aqLnKwdEzNrGv4ZuJh9hYJ3mcA+HMq/K1rtFV+KsEr65S558g==} + '@tailwindcss/oxide@4.0.8': + resolution: {integrity: sha512-KfMcuAu/Iw+DcV1e8twrFyr2yN8/ZDC/odIGta4wuuJOGkrkHZbvJvRNIbQNhGh7erZTYV6Ie0IeD6WC9Y8Hcw==} engines: {node: '>= 10'} - '@tailwindcss/postcss@4.0.7': - resolution: {integrity: sha512-zXcKs1uGssVDlnsQ+iwrkul5GPKvsXPynGCuk/eXLx3DVhHlQKMpA6tXN2oO28x2ki1xRBTfadKiHy2taVvp7g==} + '@tailwindcss/postcss@4.0.8': + resolution: {integrity: sha512-SUwlrXjn1ycmUbA0o0n3Y0LqlXqxN5R8HR+ti+OBbRS79wl2seDmiypEs3xJCuQXe07ol81s1AmRMitBmPveJA==} '@tanstack/query-core@5.66.4': resolution: {integrity: sha512-skM/gzNX4shPkqmdTCSoHtJAPMTtmIJNS0hE+xwTTUVYwezArCT34NMermABmBVUg5Ls5aiUXEDXfqwR1oVkcA==} - '@tanstack/react-query@5.66.7': - resolution: {integrity: sha512-qd3q/tUpF2K1xItfPZddk1k/8pSXnovg41XyCqJgPoyYEirMBtB0sVEVVQ/CsAOngzgWtBPXimVf4q4kM9uO6A==} + '@tanstack/react-query@5.66.9': + resolution: {integrity: sha512-NRI02PHJsP5y2gAuWKP+awamTIBFBSKMnO6UVzi03GTclmHHHInH5UzVgzi5tpu4+FmGfsdT7Umqegobtsp23A==} peerDependencies: react: ^18 || ^19 @@ -4226,6 +4229,9 @@ packages: '@types/node@22.13.4': resolution: {integrity: sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==} + '@types/node@22.13.5': + resolution: {integrity: sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==} + '@types/nodemailer@6.4.17': resolution: {integrity: sha512-I9CCaIp6DTldEg7vyUTZi8+9Vo0hi1/T8gv3C89yk1rSAAzoKQ8H8ki/jBYJSFoH/BisgLP8tkZMlQ91CIquww==} @@ -5765,8 +5771,8 @@ packages: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} - i18next-browser-languagedetector@8.0.3: - resolution: {integrity: sha512-beOOLArattPBc2YZG5IXGJytdYFgUR7cS8Wd6HT4IczIoWKgmTspOQ2yasaGklelVo5seLPmnEKvLHR+E/MdWQ==} + i18next-browser-languagedetector@8.0.4: + resolution: {integrity: sha512-f3frU3pIxD50/Tz20zx9TD9HobKYg47fmAETb117GKGPrhwcSSPJDoCposXlVycVebQ9GQohC3Efbpq7/nnJ5w==} i18next-resources-to-backend@1.2.1: resolution: {integrity: sha512-okHbVA+HZ7n1/76MsfhPqDou0fptl2dAlhRDu2ideXloRRduzHsqDOznJBef+R3DFZnbvWoBW+KxJ7fnFjd6Yw==} @@ -6553,8 +6559,8 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - nanoid@5.1.0: - resolution: {integrity: sha512-zDAl/llz8Ue/EblwSYwdxGBYfj46IM1dhjVi8dyp9LQffoIGxJEAHj2oeZ4uNcgycSRcQ83CnfcZqEJzVDLcDw==} + nanoid@5.1.2: + resolution: {integrity: sha512-b+CiXQCNMUGe0Ri64S9SXFcP9hogjAJ2Rd6GdVxhPLRm7mhGaM7VgOvCAJ1ZshfHbqVDI3uqTI5C8/GaKuLI7g==} engines: {node: ^18 || >=20} hasBin: true @@ -6888,8 +6894,8 @@ packages: resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} engines: {node: ^10 || ^12 || >=14} - postcss@8.5.2: - resolution: {integrity: sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==} + postcss@8.5.3: + resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==} engines: {node: ^10 || ^12 || >=14} postgres-array@2.0.0: @@ -6972,8 +6978,8 @@ packages: engines: {node: '>=14'} hasBin: true - prettier@3.5.1: - resolution: {integrity: sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==} + prettier@3.5.2: + resolution: {integrity: sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==} engines: {node: '>=14'} hasBin: true @@ -7458,8 +7464,8 @@ packages: sonic-boom@4.2.0: resolution: {integrity: sha512-INb7TM37/mAcsGmc9hyyI6+QR3rR1zVRu36B0NeGXKnOOLiZOfER5SA+N7X7k3yUYRzLWafduTDvJAfDswwEww==} - sonner@2.0.0: - resolution: {integrity: sha512-3WeSl3WrEdhmdiTniT8JsCiVRVDOdn7k+4MG2drqzSMOeqrExm03HIwDBPKuq52JBqL7wRLG17QBIiSleUbljw==} + sonner@2.0.1: + resolution: {integrity: sha512-FRBphaehZ5tLdLcQ8g2WOIRE+Y7BCfWi5Zyd8bCvBjiW8TxxAyoWZIxS661Yz6TGPqFQ4VLzOF89WEYhfynSFQ==} peerDependencies: react: ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^18.0.0 || ^19.0.0 || ^19.0.0-rc @@ -7616,16 +7622,16 @@ packages: tabbable@6.2.0: resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} - tailwind-merge@3.0.1: - resolution: {integrity: sha512-AvzE8FmSoXC7nC+oU5GlQJbip2UO7tmOhOfQyOmPhrStOGXHU08j8mZEHZ4BmCqY5dWTCo4ClWkNyRNx1wpT0g==} + tailwind-merge@3.0.2: + resolution: {integrity: sha512-l7z+OYZ7mu3DTqrL88RiKrKIqO3NcpEO8V/Od04bNpvk0kiIFndGEoqfuzvj4yuhRkHKjRkII2z+KS2HfPcSxw==} tailwindcss-animate@1.0.7: resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==} peerDependencies: tailwindcss: '>=3.0.0 || insiders' - tailwindcss@4.0.7: - resolution: {integrity: sha512-yH5bPPyapavo7L+547h3c4jcBXcrKwybQRjwdEIVAd9iXRvy/3T1CC6XSQEgZtRySjKfqvo3Cc0ZF1DTheuIdA==} + tailwindcss@4.0.8: + resolution: {integrity: sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw==} tapable@2.2.1: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} @@ -8522,7 +8528,7 @@ snapshots: protobufjs: 7.4.0 yargs: 17.7.2 - '@hookform/resolvers@4.1.0(react-hook-form@7.54.2(react@19.0.0))': + '@hookform/resolvers@4.1.1(react-hook-form@7.54.2(react@19.0.0))': dependencies: caniuse-lite: 1.0.30001700 react-hook-form: 7.54.2(react@19.0.0) @@ -8864,17 +8870,17 @@ snapshots: '@lemonsqueezy/lemonsqueezy.js@4.0.0': {} - '@makerkit/data-loader-supabase-core@0.0.8(@supabase/postgrest-js@1.18.1)(@supabase/supabase-js@2.48.1)': + '@makerkit/data-loader-supabase-core@0.0.8(@supabase/postgrest-js@1.19.1)(@supabase/supabase-js@2.48.1)': dependencies: - '@supabase/postgrest-js': 1.18.1 + '@supabase/postgrest-js': 1.19.1 '@supabase/supabase-js': 2.48.1 ts-case-convert: 2.1.0 - '@makerkit/data-loader-supabase-nextjs@1.2.3(@supabase/postgrest-js@1.18.1)(@supabase/supabase-js@2.48.1)(@tanstack/react-query@5.66.7(react@19.0.0))(next@15.1.7(@opentelemetry/api@1.9.0)(@playwright/test@1.50.1)(babel-plugin-react-compiler@19.0.0-beta-21e868a-20250216)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)': + '@makerkit/data-loader-supabase-nextjs@1.2.3(@supabase/postgrest-js@1.19.1)(@supabase/supabase-js@2.48.1)(@tanstack/react-query@5.66.9(react@19.0.0))(next@15.1.7(@opentelemetry/api@1.9.0)(@playwright/test@1.50.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)': dependencies: - '@makerkit/data-loader-supabase-core': 0.0.8(@supabase/postgrest-js@1.18.1)(@supabase/supabase-js@2.48.1) + '@makerkit/data-loader-supabase-core': 0.0.8(@supabase/postgrest-js@1.19.1)(@supabase/supabase-js@2.48.1) '@supabase/supabase-js': 2.48.1 - '@tanstack/react-query': 5.66.7(react@19.0.0) + '@tanstack/react-query': 5.66.9(react@19.0.0) next: 15.1.7(@opentelemetry/api@1.9.0)(@playwright/test@1.50.1)(babel-plugin-react-compiler@19.0.0-beta-21e868a-20250216)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react: 19.0.0 transitivePeerDependencies: @@ -11401,6 +11407,10 @@ snapshots: dependencies: '@supabase/node-fetch': 2.6.15 + '@supabase/postgrest-js@1.19.1': + dependencies: + '@supabase/node-fetch': 2.6.15 + '@supabase/realtime-js@2.11.2': dependencies: '@supabase/node-fetch': 2.6.15 @@ -11439,71 +11449,71 @@ snapshots: dependencies: tslib: 2.8.1 - '@tailwindcss/node@4.0.7': + '@tailwindcss/node@4.0.8': dependencies: enhanced-resolve: 5.18.1 jiti: 2.4.2 - tailwindcss: 4.0.7 + tailwindcss: 4.0.8 - '@tailwindcss/oxide-android-arm64@4.0.7': + '@tailwindcss/oxide-android-arm64@4.0.8': optional: true - '@tailwindcss/oxide-darwin-arm64@4.0.7': + '@tailwindcss/oxide-darwin-arm64@4.0.8': optional: true - '@tailwindcss/oxide-darwin-x64@4.0.7': + '@tailwindcss/oxide-darwin-x64@4.0.8': optional: true - '@tailwindcss/oxide-freebsd-x64@4.0.7': + '@tailwindcss/oxide-freebsd-x64@4.0.8': optional: true - '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.7': + '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.8': optional: true - '@tailwindcss/oxide-linux-arm64-gnu@4.0.7': + '@tailwindcss/oxide-linux-arm64-gnu@4.0.8': optional: true - '@tailwindcss/oxide-linux-arm64-musl@4.0.7': + '@tailwindcss/oxide-linux-arm64-musl@4.0.8': optional: true - '@tailwindcss/oxide-linux-x64-gnu@4.0.7': + '@tailwindcss/oxide-linux-x64-gnu@4.0.8': optional: true - '@tailwindcss/oxide-linux-x64-musl@4.0.7': + '@tailwindcss/oxide-linux-x64-musl@4.0.8': optional: true - '@tailwindcss/oxide-win32-arm64-msvc@4.0.7': + '@tailwindcss/oxide-win32-arm64-msvc@4.0.8': optional: true - '@tailwindcss/oxide-win32-x64-msvc@4.0.7': + '@tailwindcss/oxide-win32-x64-msvc@4.0.8': optional: true - '@tailwindcss/oxide@4.0.7': + '@tailwindcss/oxide@4.0.8': optionalDependencies: - '@tailwindcss/oxide-android-arm64': 4.0.7 - '@tailwindcss/oxide-darwin-arm64': 4.0.7 - '@tailwindcss/oxide-darwin-x64': 4.0.7 - '@tailwindcss/oxide-freebsd-x64': 4.0.7 - '@tailwindcss/oxide-linux-arm-gnueabihf': 4.0.7 - '@tailwindcss/oxide-linux-arm64-gnu': 4.0.7 - '@tailwindcss/oxide-linux-arm64-musl': 4.0.7 - '@tailwindcss/oxide-linux-x64-gnu': 4.0.7 - '@tailwindcss/oxide-linux-x64-musl': 4.0.7 - '@tailwindcss/oxide-win32-arm64-msvc': 4.0.7 - '@tailwindcss/oxide-win32-x64-msvc': 4.0.7 + '@tailwindcss/oxide-android-arm64': 4.0.8 + '@tailwindcss/oxide-darwin-arm64': 4.0.8 + '@tailwindcss/oxide-darwin-x64': 4.0.8 + '@tailwindcss/oxide-freebsd-x64': 4.0.8 + '@tailwindcss/oxide-linux-arm-gnueabihf': 4.0.8 + '@tailwindcss/oxide-linux-arm64-gnu': 4.0.8 + '@tailwindcss/oxide-linux-arm64-musl': 4.0.8 + '@tailwindcss/oxide-linux-x64-gnu': 4.0.8 + '@tailwindcss/oxide-linux-x64-musl': 4.0.8 + '@tailwindcss/oxide-win32-arm64-msvc': 4.0.8 + '@tailwindcss/oxide-win32-x64-msvc': 4.0.8 - '@tailwindcss/postcss@4.0.7': + '@tailwindcss/postcss@4.0.8': dependencies: '@alloc/quick-lru': 5.2.0 - '@tailwindcss/node': 4.0.7 - '@tailwindcss/oxide': 4.0.7 + '@tailwindcss/node': 4.0.8 + '@tailwindcss/oxide': 4.0.8 lightningcss: 1.29.1 - postcss: 8.5.2 - tailwindcss: 4.0.7 + postcss: 8.5.3 + tailwindcss: 4.0.8 '@tanstack/query-core@5.66.4': {} - '@tanstack/react-query@5.66.7(react@19.0.0)': + '@tanstack/react-query@5.66.9(react@19.0.0)': dependencies: '@tanstack/query-core': 5.66.4 react: 19.0.0 @@ -11519,13 +11529,13 @@ snapshots: '@toeverything/y-indexeddb@0.10.0-canary.9(yjs@13.6.23)': dependencies: idb: 7.1.1 - nanoid: 5.1.0 + nanoid: 5.1.2 y-provider: 0.10.0-canary.9(yjs@13.6.23) yjs: 13.6.23 '@tootallnate/quickjs-emscripten@0.23.0': {} - '@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.5.1)': + '@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.5.2)': dependencies: '@babel/generator': 7.26.5 '@babel/parser': 7.26.7 @@ -11533,7 +11543,7 @@ snapshots: '@babel/types': 7.26.7 javascript-natural-sort: 0.7.1 lodash: 4.17.21 - prettier: 3.5.1 + prettier: 3.5.2 transitivePeerDependencies: - supports-color @@ -11553,7 +11563,7 @@ snapshots: '@tsconfig/node16@1.0.4': {} - '@turbo/gen@2.4.2(@types/node@22.13.4)(typescript@5.7.3)': + '@turbo/gen@2.4.2(@types/node@22.13.5)(typescript@5.7.3)': dependencies: '@turbo/workspaces': 2.4.2 commander: 10.0.1 @@ -11563,7 +11573,7 @@ snapshots: node-plop: 0.26.3 picocolors: 1.0.1 proxy-agent: 6.5.0 - ts-node: 10.9.2(@types/node@22.13.4)(typescript@5.7.3) + ts-node: 10.9.2(@types/node@22.13.5)(typescript@5.7.3) update-check: 1.5.4 validate-npm-package-name: 5.0.1 transitivePeerDependencies: @@ -11695,6 +11705,10 @@ snapshots: dependencies: undici-types: 6.20.0 + '@types/node@22.13.5': + dependencies: + undici-types: 6.20.0 + '@types/nodemailer@6.4.17': dependencies: '@types/node': 22.13.4 @@ -12179,14 +12193,14 @@ snapshots: atomic-sleep@1.0.0: {} - autoprefixer@10.4.20(postcss@8.5.2): + autoprefixer@10.4.20(postcss@8.5.3): dependencies: browserslist: 4.24.2 caniuse-lite: 1.0.30001677 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 - postcss: 8.5.2 + postcss: 8.5.3 postcss-value-parser: 4.2.0 available-typed-arrays@1.0.7: @@ -13599,7 +13613,7 @@ snapshots: human-signals@2.1.0: {} - i18next-browser-languagedetector@8.0.3: + i18next-browser-languagedetector@8.0.4: dependencies: '@babel/runtime': 7.26.9 @@ -13962,7 +13976,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 22.13.4 + '@types/node': 22.13.5 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -14568,7 +14582,7 @@ snapshots: nanoid@3.3.8: {} - nanoid@5.1.0: {} + nanoid@5.1.2: {} natural-compare@1.4.0: {} @@ -14984,7 +14998,7 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.5.2: + postcss@8.5.3: dependencies: nanoid: 3.3.8 picocolors: 1.1.1 @@ -15002,15 +15016,15 @@ snapshots: prelude-ls@1.2.1: {} - prettier-plugin-tailwindcss@0.6.11(@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.5.1))(prettier@3.5.1): + prettier-plugin-tailwindcss@0.6.11(@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.5.2))(prettier@3.5.2): dependencies: - prettier: 3.5.1 + prettier: 3.5.2 optionalDependencies: - '@trivago/prettier-plugin-sort-imports': 5.2.2(prettier@3.5.1) + '@trivago/prettier-plugin-sort-imports': 5.2.2(prettier@3.5.2) prettier@3.4.2: {} - prettier@3.5.1: {} + prettier@3.5.2: {} prismjs@1.29.0: {} @@ -15604,7 +15618,7 @@ snapshots: dependencies: atomic-sleep: 1.0.0 - sonner@2.0.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + sonner@2.0.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0): dependencies: react: 19.0.0 react-dom: 19.0.0(react@19.0.0) @@ -15778,13 +15792,13 @@ snapshots: tabbable@6.2.0: {} - tailwind-merge@3.0.1: {} + tailwind-merge@3.0.2: {} - tailwindcss-animate@1.0.7(tailwindcss@4.0.7): + tailwindcss-animate@1.0.7(tailwindcss@4.0.8): dependencies: - tailwindcss: 4.0.7 + tailwindcss: 4.0.8 - tailwindcss@4.0.7: {} + tailwindcss@4.0.8: {} tapable@2.2.1: {} @@ -15857,14 +15871,14 @@ snapshots: ts-case-convert@2.1.0: {} - ts-node@10.9.2(@types/node@22.13.4)(typescript@5.7.3): + ts-node@10.9.2(@types/node@22.13.5)(typescript@5.7.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 22.13.4 + '@types/node': 22.13.5 acorn: 8.14.0 acorn-walk: 8.3.4 arg: 4.1.3 diff --git a/tooling/prettier/package.json b/tooling/prettier/package.json index b4e0df5a8..2982b5c7d 100644 --- a/tooling/prettier/package.json +++ b/tooling/prettier/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@trivago/prettier-plugin-sort-imports": "5.2.2", - "prettier": "^3.5.1", + "prettier": "^3.5.2", "prettier-plugin-tailwindcss": "^0.6.11" }, "devDependencies": {