Next.js Supabase V3 (#463)
Version 3 of the kit: - Radix UI replaced with Base UI (using the Shadcn UI patterns) - next-intl replaces react-i18next - enhanceAction deprecated; usage moved to next-safe-action - main layout now wrapped with [locale] path segment - Teams only mode - Layout updates - Zod v4 - Next.js 16.2 - Typescript 6 - All other dependencies updated - Removed deprecated Edge CSRF - Dynamic Github Action runner
This commit is contained in:
committed by
GitHub
parent
4912e402a3
commit
7ebff31475
@@ -4,42 +4,81 @@ packages:
|
||||
- tooling/*
|
||||
|
||||
catalog:
|
||||
'@eslint/js': 10.0.1
|
||||
'@marsidev/react-turnstile': 1.4.2
|
||||
'@next/bundle-analyzer': 16.1.6
|
||||
'@next/eslint-plugin-next': 16.1.6
|
||||
'@react-email/components': 1.0.8
|
||||
'@sentry/nextjs': 10.40.0
|
||||
'@stripe/react-stripe-js': 5.6.0
|
||||
'@stripe/stripe-js': 8.8.0
|
||||
'@supabase/supabase-js': 2.97.0
|
||||
'@tailwindcss/postcss': 4.2.1
|
||||
'@tanstack/react-query': 5.90.21
|
||||
'@types/eslint': 9.6.1
|
||||
'@types/node': 25.3.1
|
||||
'@faker-js/faker': ^10.4.0
|
||||
'@hookform/resolvers': ^5.2.2
|
||||
'@keystatic/core': 0.5.49
|
||||
'@keystatic/next': ^5.0.4
|
||||
'@lemonsqueezy/lemonsqueezy.js': 4.0.0
|
||||
'@makerkit/data-loader-supabase-core': ^0.0.10
|
||||
'@makerkit/data-loader-supabase-nextjs': ^1.2.5
|
||||
'@manypkg/cli': ^0.25.1
|
||||
'@markdoc/markdoc': ^0.5.6
|
||||
'@marsidev/react-turnstile': ^1.4.2
|
||||
'@modelcontextprotocol/sdk': 1.27.1
|
||||
'@next/bundle-analyzer': 16.2.1
|
||||
'@nosecone/next': 1.3.0
|
||||
'@playwright/test': ^1.58.2
|
||||
'@react-email/components': 1.0.10
|
||||
'@sentry/nextjs': 10.45.0
|
||||
'@stripe/react-stripe-js': 5.6.1
|
||||
'@stripe/stripe-js': 8.11.0
|
||||
'@supabase/ssr': ^0.9.0
|
||||
'@supabase/supabase-js': 2.100.0
|
||||
'@tailwindcss/postcss': ^4.2.2
|
||||
'@tanstack/react-query': 5.95.2
|
||||
'@tanstack/react-table': ^8.21.3
|
||||
'@turbo/gen': ^2.8.20
|
||||
'@types/node': 25.5.0
|
||||
'@types/nodemailer': 7.0.11
|
||||
'@types/react': 19.2.14
|
||||
'@types/react-dom': 19.2.3
|
||||
eslint: 10.0.1
|
||||
eslint-config-next: 16.1.6
|
||||
eslint-config-turbo: 2.8.11
|
||||
i18next: 25.8.13
|
||||
i18next-browser-languagedetector: 8.2.1
|
||||
i18next-resources-to-backend: 1.2.1
|
||||
lucide-react: 0.575.0
|
||||
next: 16.1.6
|
||||
nodemailer: 8.0.1
|
||||
babel-plugin-react-compiler: 1.0.0
|
||||
class-variance-authority: ^0.7.1
|
||||
cross-env: ^10.0.0
|
||||
cssnano: ^7.1.3
|
||||
date-fns: ^4.1.0
|
||||
dotenv: 17.3.1
|
||||
lucide-react: 1.0.1
|
||||
nanoid: ^5.1.7
|
||||
next: 16.2.1
|
||||
next-intl: ^4.8.3
|
||||
next-runtime-env: 3.3.0
|
||||
next-safe-action: ^8.1.8
|
||||
next-sitemap: ^4.2.3
|
||||
next-themes: 0.4.6
|
||||
node-html-parser: ^7.1.0
|
||||
nodemailer: 8.0.3
|
||||
oxfmt: ^0.41.0
|
||||
oxlint: ^1.56.0
|
||||
pino: 10.3.1
|
||||
pino-pretty: 13.0.0
|
||||
postgres: 3.4.8
|
||||
react: 19.2.4
|
||||
react-dom: 19.2.4
|
||||
react-hook-form: 7.71.2
|
||||
react-i18next: 16.5.4
|
||||
stripe: 20.4.0
|
||||
supabase: 2.76.15
|
||||
tailwindcss: 4.2.1
|
||||
react-hook-form: 7.72.0
|
||||
react-resizable-panels: ^4.7.5
|
||||
recharts: 3.7.0
|
||||
rxjs: ^7.8.2
|
||||
server-only: ^0.0.1
|
||||
shadcn: 4.1.0
|
||||
sonner: ^2.0.7
|
||||
stripe: 20.4.1
|
||||
supabase: 2.83.0
|
||||
tailwind-merge: ^3.5.0
|
||||
tailwindcss: 4.2.2
|
||||
totp-generator: ^2.0.1
|
||||
tsup: 8.5.1
|
||||
turbo: 2.8.20
|
||||
tw-animate-css: 1.4.0
|
||||
zod: 3.25.76
|
||||
typescript: ^6.0.2
|
||||
urlpattern-polyfill: ^10.1.0
|
||||
vitest: ^4.1.1
|
||||
wp-types: ^4.69.0
|
||||
zod: 4.3.6
|
||||
|
||||
catalogMode: prefer
|
||||
|
||||
cleanupUnusedCatalogs: true
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- '@tailwindcss/oxide'
|
||||
|
||||
Reference in New Issue
Block a user