Merge branch 'main' of github.com:makerkit/next-supabase-saas-kit-turbo

This commit is contained in:
gbuomprisco
2025-05-21 20:28:26 +08:00
33 changed files with 502 additions and 863 deletions

View File

@@ -11,8 +11,8 @@
"@ai-sdk/openai": "^1.3.22",
"@hookform/resolvers": "^5.0.1",
"@tanstack/react-query": "5.76.1",
"ai": "4.3.15",
"lucide-react": "^0.510.0",
"ai": "4.3.16",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"nodemailer": "^7.0.3",
"react": "19.1.0",
@@ -26,17 +26,17 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@tailwindcss/postcss": "^4.1.7",
"@types/node": "^22.15.18",
"@types/node": "^22.15.19",
"@types/nodemailer": "6.4.17",
"@types/react": "19.1.4",
"@types/react-dom": "19.1.5",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"pino-pretty": "^13.0.0",
"react-hook-form": "^7.56.3",
"react-hook-form": "^7.56.4",
"tailwindcss": "4.1.7",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"prettier": "@kit/prettier-config",
"browserslist": [

View File

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

View File

@@ -56,22 +56,22 @@
"@marsidev/react-turnstile": "^1.1.0",
"@nosecone/next": "1.0.0-beta.7",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4",
"@supabase/supabase-js": "2.49.5",
"@tanstack/react-query": "5.76.1",
"@tanstack/react-table": "^8.21.3",
"date-fns": "^4.1.0",
"lucide-react": "^0.510.0",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.3",
"react-hook-form": "^7.56.4",
"react-i18next": "^15.5.1",
"recharts": "2.15.3",
"sonner": "^2.0.3",
"tailwind-merge": "^3.3.0",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",
@@ -79,7 +79,7 @@
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.3.2",
"@tailwindcss/postcss": "^4.1.7",
"@types/node": "^22.15.18",
"@types/node": "^22.15.19",
"@types/react": "19.1.4",
"@types/react-dom": "19.1.5",
"babel-plugin-react-compiler": "19.1.0-rc.2",

View File

@@ -111,4 +111,32 @@
.markdoc [role='alert'] h5 {
color: inherit;
}
.markdoc table {
@apply w-full caption-bottom text-sm my-4;
}
.markdoc th {
@apply [&_tr]:border-b;
}
.markdoc tbody {
@apply [&_tr:last-child]:border-0;
}
.markdoc tfoot {
@apply bg-muted/50 border-t font-medium [&>tr]:last:border-b-0;
}
.markdoc tr {
@apply data-[state=selected]:bg-muted border-b transition-colors;
}
.markdoc th {
@apply text-muted-foreground h-10 px-2 text-left align-middle font-medium [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px];
}
.markdoc td {
@apply p-2 align-middle [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px];
}

View File

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

View File

@@ -21,7 +21,7 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"typesVersions": {
"*": {

View File

@@ -26,15 +26,15 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.4",
"@supabase/supabase-js": "2.49.5",
"@types/react": "19.1.4",
"date-fns": "^4.1.0",
"lucide-react": "^0.510.0",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"react": "19.1.0",
"react-hook-form": "^7.56.3",
"react-hook-form": "^7.56.4",
"react-i18next": "^15.5.1",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"typesVersions": {
"*": {

View File

@@ -27,7 +27,7 @@
"@types/react": "19.1.4",
"next": "15.3.2",
"react": "19.1.0",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"typesVersions": {
"*": {

View File

@@ -17,7 +17,7 @@
"dependencies": {
"@stripe/react-stripe-js": "^3.7.0",
"@stripe/stripe-js": "^7.3.0",
"stripe": "^18.1.0"
"stripe": "^18.1.1"
},
"devDependencies": {
"@kit/billing": "workspace:*",
@@ -31,7 +31,7 @@
"date-fns": "^4.1.0",
"next": "15.3.2",
"react": "19.1.0",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"typesVersions": {
"*": {

View File

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

View File

@@ -18,7 +18,7 @@
"dependencies": {
"@keystatic/core": "0.5.47",
"@keystatic/next": "^5.0.4",
"@markdoc/markdoc": "^0.5.1"
"@markdoc/markdoc": "^0.5.2"
},
"devDependencies": {
"@kit/cms-types": "workspace:*",
@@ -26,10 +26,10 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.15.18",
"@types/node": "^22.15.19",
"@types/react": "19.1.4",
"react": "19.1.0",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"typesVersions": {
"*": {

View File

@@ -20,7 +20,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.15.18",
"@types/node": "^22.15.19",
"@types/react": "19.1.4",
"wp-types": "^4.68.0"
},

View File

@@ -22,8 +22,8 @@
"@kit/supabase": "workspace:*",
"@kit/team-accounts": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.49.4",
"zod": "^3.24.4"
"@supabase/supabase-js": "2.49.5",
"zod": "^3.25.7"
},
"typesVersions": {
"*": {

View File

@@ -34,19 +34,19 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4",
"@supabase/supabase-js": "2.49.5",
"@tanstack/react-query": "5.76.1",
"@types/react": "19.1.4",
"@types/react-dom": "19.1.5",
"lucide-react": "^0.510.0",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"next-themes": "0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.3",
"react-hook-form": "^7.56.4",
"react-i18next": "^15.5.1",
"sonner": "^2.0.3",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -20,16 +20,16 @@
"@kit/ui": "workspace:*",
"@makerkit/data-loader-supabase-core": "^0.0.10",
"@makerkit/data-loader-supabase-nextjs": "^1.2.5",
"@supabase/supabase-js": "2.49.4",
"@supabase/supabase-js": "2.49.5",
"@tanstack/react-query": "5.76.1",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.4",
"lucide-react": "^0.510.0",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.3",
"zod": "^3.24.4"
"react-hook-form": "^7.56.4",
"zod": "^3.25.7"
},
"exports": {
".": "./src/index.ts",

View File

@@ -28,15 +28,15 @@
"@kit/ui": "workspace:*",
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4",
"@supabase/supabase-js": "2.49.5",
"@tanstack/react-query": "5.76.1",
"@types/react": "19.1.4",
"lucide-react": "^0.510.0",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"react-hook-form": "^7.56.3",
"react-hook-form": "^7.56.4",
"react-i18next": "^15.5.1",
"sonner": "^2.0.3",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -19,10 +19,10 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.4",
"@supabase/supabase-js": "2.49.5",
"@tanstack/react-query": "5.76.1",
"@types/react": "19.1.4",
"lucide-react": "^0.510.0",
"lucide-react": "^0.511.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-i18next": "^15.5.1"

View File

@@ -32,21 +32,21 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.4",
"@supabase/supabase-js": "2.49.5",
"@tanstack/react-query": "5.76.1",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.4",
"@types/react-dom": "19.1.5",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.510.0",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.3",
"react-hook-form": "^7.56.4",
"react-i18next": "^15.5.1",
"sonner": "^2.0.3",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -27,7 +27,7 @@
"react-i18next": "^15.5.1"
},
"dependencies": {
"i18next": "25.1.3",
"i18next": "25.2.0",
"i18next-browser-languagedetector": "8.1.0",
"i18next-resources-to-backend": "^1.2.1"
},

View File

@@ -20,8 +20,8 @@
"@kit/resend": "workspace:*",
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.15.18",
"zod": "^3.24.4"
"@types/node": "^22.15.19",
"zod": "^3.25.7"
},
"typesVersions": {
"*": {

View File

@@ -21,7 +21,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/nodemailer": "6.4.17",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"typesVersions": {
"*": {

View File

@@ -17,8 +17,8 @@
"@kit/mailers-shared": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.15.18",
"zod": "^3.24.4"
"@types/node": "^22.15.19",
"zod": "^3.25.7"
},
"typesVersions": {
"*": {

View File

@@ -16,7 +16,7 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"typesVersions": {
"*": {

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*",
"@types/react": "19.1.4",
"react": "19.1.0",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"typesVersions": {
"*": {

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*",
"@types/react": "19.1.4",
"react": "19.1.0",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"typesVersions": {
"*": {

View File

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

View File

@@ -20,9 +20,9 @@
"@kit/prettier-config": "workspace:*",
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.49.4",
"@supabase/supabase-js": "2.49.5",
"next": "15.3.2",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"typesVersions": {
"*": {

View File

@@ -25,13 +25,13 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4",
"@supabase/supabase-js": "2.49.5",
"@types/react": "19.1.4",
"@types/react-dom": "19.1.5",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.3",
"zod": "^3.24.4"
"react-hook-form": "^7.56.4",
"zod": "^3.25.7"
},
"typesVersions": {
"*": {

View File

@@ -23,7 +23,7 @@
"@types/react": "19.1.4"
},
"dependencies": {
"pino": "^9.6.0"
"pino": "^9.7.0"
},
"typesVersions": {
"*": {

View File

@@ -25,13 +25,13 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "2.49.4",
"@supabase/supabase-js": "2.49.5",
"@tanstack/react-query": "5.76.1",
"@types/react": "19.1.4",
"next": "15.3.2",
"react": "19.1.0",
"server-only": "^0.0.1",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"typesVersions": {
"*": {

View File

@@ -33,7 +33,7 @@
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"input-otp": "1.4.2",
"lucide-react": "^0.510.0",
"lucide-react": "^0.511.0",
"react-top-loading-bar": "3.0.2",
"recharts": "2.15.3",
"tailwind-merge": "^3.3.0"
@@ -49,18 +49,18 @@
"@types/react-dom": "19.1.5",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"eslint": "^9.26.0",
"eslint": "^9.27.0",
"next": "15.3.2",
"next-themes": "0.4.6",
"prettier": "^3.5.3",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.56.3",
"react-hook-form": "^7.56.4",
"react-i18next": "^15.5.1",
"sonner": "^2.0.3",
"tailwindcss": "4.1.7",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"prettier": "@kit/prettier-config",
"exports": {

1201
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -22,7 +22,7 @@
"devDependencies": {
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"eslint": "^9.26.0",
"eslint": "^9.27.0",
"typescript": "^5.8.3"
},
"prettier": "@kit/prettier-config"