Updated dependencies

This commit is contained in:
gbuomprisco
2025-02-23 07:46:47 +07:00
parent e9f323e5f2
commit 30e98ebb7d
14 changed files with 246 additions and 232 deletions

View File

@@ -8,8 +8,8 @@
"format": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\"" "format": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\""
}, },
"dependencies": { "dependencies": {
"@hookform/resolvers": "^4.1.0", "@hookform/resolvers": "^4.1.1",
"@tanstack/react-query": "5.66.7", "@tanstack/react-query": "5.66.9",
"lucide-react": "^0.475.0", "lucide-react": "^0.475.0",
"next": "15.1.7", "next": "15.1.7",
"nodemailer": "^6.10.0", "nodemailer": "^6.10.0",
@@ -22,7 +22,7 @@
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@tailwindcss/postcss": "^4.0.7", "@tailwindcss/postcss": "^4.0.8",
"@types/node": "^22.13.4", "@types/node": "^22.13.4",
"@types/nodemailer": "6.4.17", "@types/nodemailer": "6.4.17",
"@types/react": "19.0.10", "@types/react": "19.0.10",
@@ -30,7 +30,7 @@
"babel-plugin-react-compiler": "beta", "babel-plugin-react-compiler": "beta",
"pino-pretty": "^13.0.0", "pino-pretty": "^13.0.0",
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",
"tailwindcss": "4.0.7", "tailwindcss": "4.0.8",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3", "typescript": "^5.7.3",
"zod": "^3.24.2" "zod": "^3.24.2"

View File

@@ -33,7 +33,7 @@
}, },
"dependencies": { "dependencies": {
"@edge-csrf/nextjs": "2.5.3-cloudflare-rc1", "@edge-csrf/nextjs": "2.5.3-cloudflare-rc1",
"@hookform/resolvers": "^4.1.0", "@hookform/resolvers": "^4.1.1",
"@kit/accounts": "workspace:*", "@kit/accounts": "workspace:*",
"@kit/admin": "workspace:*", "@kit/admin": "workspace:*",
"@kit/analytics": "workspace:*", "@kit/analytics": "workspace:*",
@@ -57,7 +57,7 @@
"@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.48.1", "@supabase/supabase-js": "2.48.1",
"@tanstack/react-query": "5.66.7", "@tanstack/react-query": "5.66.9",
"@tanstack/react-table": "^8.21.2", "@tanstack/react-table": "^8.21.2",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.475.0", "lucide-react": "^0.475.0",
@@ -69,8 +69,8 @@
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1", "react-i18next": "^15.4.1",
"recharts": "2.15.1", "recharts": "2.15.1",
"sonner": "^2.0.0", "sonner": "^2.0.1",
"tailwind-merge": "^3.0.1", "tailwind-merge": "^3.0.2",
"zod": "^3.24.2" "zod": "^3.24.2"
}, },
"devDependencies": { "devDependencies": {
@@ -78,7 +78,7 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.1.7", "@next/bundle-analyzer": "15.1.7",
"@tailwindcss/postcss": "^4.0.7", "@tailwindcss/postcss": "^4.0.8",
"@types/node": "^22.13.4", "@types/node": "^22.13.4",
"@types/react": "19.0.10", "@types/react": "19.0.10",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
@@ -86,9 +86,9 @@
"babel-plugin-react-compiler": "beta", "babel-plugin-react-compiler": "beta",
"dotenv-cli": "^8.0.0", "dotenv-cli": "^8.0.0",
"pino-pretty": "^13.0.0", "pino-pretty": "^13.0.0",
"prettier": "^3.5.1", "prettier": "^3.5.2",
"supabase": "^2.12.1", "supabase": "^2.12.1",
"tailwindcss": "4.0.7", "tailwindcss": "4.0.8",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3" "typescript": "^5.7.3"
}, },

View File

@@ -45,7 +45,7 @@
"@manypkg/cli": "^0.23.0", "@manypkg/cli": "^0.23.0",
"@turbo/gen": "^2.4.2", "@turbo/gen": "^2.4.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"prettier": "^3.5.1", "prettier": "^3.5.2",
"turbo": "2.4.2", "turbo": "2.4.2",
"typescript": "^5.7.3" "typescript": "^5.7.3"
} }

View File

@@ -16,7 +16,7 @@
"./marketing": "./src/components/marketing.tsx" "./marketing": "./src/components/marketing.tsx"
}, },
"devDependencies": { "devDependencies": {
"@hookform/resolvers": "^4.1.0", "@hookform/resolvers": "^4.1.1",
"@kit/billing": "workspace:*", "@kit/billing": "workspace:*",
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/lemon-squeezy": "workspace:*", "@kit/lemon-squeezy": "workspace:*",

View File

@@ -17,10 +17,10 @@
"./api": "./src/server/api.ts" "./api": "./src/server/api.ts"
}, },
"dependencies": { "dependencies": {
"nanoid": "^5.1.0" "nanoid": "^5.1.2"
}, },
"devDependencies": { "devDependencies": {
"@hookform/resolvers": "^4.1.0", "@hookform/resolvers": "^4.1.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,7 +34,7 @@
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.48.1", "@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": "19.0.10",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
"lucide-react": "^0.475.0", "lucide-react": "^0.475.0",
@@ -44,7 +44,7 @@
"react-dom": "19.0.0", "react-dom": "19.0.0",
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1", "react-i18next": "^15.4.1",
"sonner": "^2.0.0", "sonner": "^2.0.1",
"zod": "^3.24.2" "zod": "^3.24.2"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",

View File

@@ -10,7 +10,7 @@
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",
"devDependencies": { "devDependencies": {
"@hookform/resolvers": "^4.1.0", "@hookform/resolvers": "^4.1.1",
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/next": "workspace:*", "@kit/next": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
@@ -21,7 +21,7 @@
"@makerkit/data-loader-supabase-core": "^0.0.8", "@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3", "@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "2.48.1", "@supabase/supabase-js": "2.48.1",
"@tanstack/react-query": "5.66.7", "@tanstack/react-query": "5.66.9",
"@tanstack/react-table": "^8.21.2", "@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.10", "@types/react": "19.0.10",
"lucide-react": "^0.475.0", "lucide-react": "^0.475.0",

View File

@@ -19,7 +19,7 @@
"./resend-email-link": "./src/components/resend-auth-link-form.tsx" "./resend-email-link": "./src/components/resend-auth-link-form.tsx"
}, },
"devDependencies": { "devDependencies": {
"@hookform/resolvers": "^4.1.0", "@hookform/resolvers": "^4.1.1",
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
@@ -29,13 +29,13 @@
"@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.48.1", "@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": "19.0.10",
"lucide-react": "^0.475.0", "lucide-react": "^0.475.0",
"next": "15.1.7", "next": "15.1.7",
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1", "react-i18next": "^15.4.1",
"sonner": "^2.0.0", "sonner": "^2.0.1",
"zod": "^3.24.2" "zod": "^3.24.2"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",

View File

@@ -20,7 +20,7 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.48.1", "@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": "19.0.10",
"lucide-react": "^0.475.0", "lucide-react": "^0.475.0",
"react": "19.0.0", "react": "19.0.0",

View File

@@ -15,10 +15,10 @@
"./webhooks": "./src/server/services/webhooks/index.ts" "./webhooks": "./src/server/services/webhooks/index.ts"
}, },
"dependencies": { "dependencies": {
"nanoid": "^5.1.0" "nanoid": "^5.1.2"
}, },
"devDependencies": { "devDependencies": {
"@hookform/resolvers": "^4.1.0", "@hookform/resolvers": "^4.1.1",
"@kit/accounts": "workspace:*", "@kit/accounts": "workspace:*",
"@kit/billing-gateway": "workspace:*", "@kit/billing-gateway": "workspace:*",
"@kit/email-templates": "workspace:*", "@kit/email-templates": "workspace:*",
@@ -32,7 +32,7 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.48.1", "@supabase/supabase-js": "2.48.1",
"@tanstack/react-query": "5.66.7", "@tanstack/react-query": "5.66.9",
"@tanstack/react-table": "^8.21.2", "@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.10", "@types/react": "19.0.10",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
@@ -44,7 +44,7 @@
"react-dom": "19.0.0", "react-dom": "19.0.0",
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1", "react-i18next": "^15.4.1",
"sonner": "^2.0.0", "sonner": "^2.0.1",
"zod": "^3.24.2" "zod": "^3.24.2"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",

View File

@@ -20,7 +20,7 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.66.7", "@tanstack/react-query": "5.66.9",
"next": "15.1.7", "next": "15.1.7",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",
@@ -28,7 +28,7 @@
}, },
"dependencies": { "dependencies": {
"i18next": "24.2.2", "i18next": "24.2.2",
"i18next-browser-languagedetector": "8.0.3", "i18next-browser-languagedetector": "8.0.4",
"i18next-resources-to-backend": "^1.2.1" "i18next-resources-to-backend": "^1.2.1"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -29,7 +29,7 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.5.2", "@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "2.48.1", "@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": "19.0.10",
"next": "15.1.7", "next": "15.1.7",
"react": "19.0.0", "react": "19.0.0",

View File

@@ -9,7 +9,7 @@
"typecheck": "tsc --noEmit" "typecheck": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@hookform/resolvers": "^4.1.0", "@hookform/resolvers": "^4.1.1",
"@radix-ui/react-accordion": "1.2.3", "@radix-ui/react-accordion": "1.2.3",
"@radix-ui/react-alert-dialog": "^1.1.6", "@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-avatar": "^1.1.3", "@radix-ui/react-avatar": "^1.1.3",
@@ -36,14 +36,14 @@
"lucide-react": "^0.475.0", "lucide-react": "^0.475.0",
"react-top-loading-bar": "3.0.2", "react-top-loading-bar": "3.0.2",
"recharts": "2.15.1", "recharts": "2.15.1",
"tailwind-merge": "^3.0.1" "tailwind-merge": "^3.0.2"
}, },
"devDependencies": { "devDependencies": {
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.2", "@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", "@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.10", "@types/react": "19.0.10",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
@@ -52,12 +52,12 @@
"eslint": "^9.20.1", "eslint": "^9.20.1",
"next": "15.1.7", "next": "15.1.7",
"next-themes": "0.4.4", "next-themes": "0.4.4",
"prettier": "^3.5.1", "prettier": "^3.5.2",
"react-day-picker": "^8.10.1", "react-day-picker": "^8.10.1",
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1", "react-i18next": "^15.4.1",
"sonner": "^2.0.0", "sonner": "^2.0.1",
"tailwindcss": "4.0.7", "tailwindcss": "4.0.8",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3", "typescript": "^5.7.3",
"zod": "^3.24.2" "zod": "^3.24.2"

404
pnpm-lock.yaml generated
View File

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

View File

@@ -10,7 +10,7 @@
}, },
"dependencies": { "dependencies": {
"@trivago/prettier-plugin-sort-imports": "5.2.2", "@trivago/prettier-plugin-sort-imports": "5.2.2",
"prettier": "^3.5.1", "prettier": "^3.5.2",
"prettier-plugin-tailwindcss": "^0.6.11" "prettier-plugin-tailwindcss": "^0.6.11"
}, },
"devDependencies": { "devDependencies": {