Updated dependencies, Added Hosted mode for Stripe checkout
* chore: bump version to 3.1.0 and update dependencies in package.json, pnpm-lock.yaml, and pnpm-workspace.yaml; enhance billing services with support for hosted checkout page in Stripe integration * Enhance error handling in billing services to log error messages instead of objects; update documentation for Stripe integration to clarify publishable key requirements based on UI mode.
This commit is contained in:
committed by
GitHub
parent
9d7c7f8030
commit
6268d1bab0
@@ -2,48 +2,52 @@ packages:
|
||||
- apps/*
|
||||
- packages/**
|
||||
- tooling/*
|
||||
|
||||
catalog:
|
||||
'@base-ui/react': ^1.3.0
|
||||
'@faker-js/faker': ^10.4.0
|
||||
'@hookform/resolvers': ^5.2.2
|
||||
'@keystatic/core': 0.5.49
|
||||
'@keystatic/core': 0.5.50
|
||||
'@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
|
||||
'@markdoc/markdoc': ^0.5.7
|
||||
'@marsidev/react-turnstile': ^1.5.0
|
||||
'@modelcontextprotocol/sdk': 1.28.0
|
||||
'@next/bundle-analyzer': 16.2.1
|
||||
'@nosecone/next': 1.3.0
|
||||
'@nosecone/next': 1.3.1
|
||||
'@playwright/test': ^1.58.2
|
||||
'@react-email/components': 1.0.10
|
||||
'@sentry/nextjs': 10.46.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
|
||||
'@stripe/react-stripe-js': 6.1.0
|
||||
'@stripe/stripe-js': 9.0.1
|
||||
'@supabase/ssr': ^0.10.0
|
||||
'@supabase/supabase-js': 2.101.0
|
||||
'@tailwindcss/postcss': ^4.2.2
|
||||
'@tanstack/react-query': 5.95.2
|
||||
'@tanstack/react-table': ^8.21.3
|
||||
'@turbo/gen': ^2.8.20
|
||||
'@turbo/gen': ^2.9.1
|
||||
'@types/node': 25.5.0
|
||||
'@types/nodemailer': 7.0.11
|
||||
'@types/react': 19.2.14
|
||||
'@types/react-dom': 19.2.3
|
||||
babel-plugin-react-compiler: 1.0.0
|
||||
class-variance-authority: ^0.7.1
|
||||
clsx: ^2.1.1
|
||||
cmdk: ^1.1.1
|
||||
cross-env: ^10.0.0
|
||||
cssnano: ^7.1.3
|
||||
cssnano: ^7.1.4
|
||||
date-fns: ^4.1.0
|
||||
dotenv: 17.3.1
|
||||
embla-carousel-react: ^8.6.0
|
||||
input-otp: ^1.4.2
|
||||
lucide-react: 1.7.0
|
||||
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-safe-action: ^8.3.0
|
||||
next-sitemap: ^4.2.3
|
||||
next-themes: 0.4.6
|
||||
node-html-parser: ^7.1.0
|
||||
@@ -54,32 +58,33 @@ catalog:
|
||||
pino-pretty: 13.0.0
|
||||
postgres: 3.4.8
|
||||
react: 19.2.4
|
||||
react-day-picker: ^9.14.0
|
||||
react-dom: 19.2.4
|
||||
react-dropzone: ^15.0.0
|
||||
react-hook-form: 7.72.0
|
||||
react-resizable-panels: ^4.7.6
|
||||
react-resizable-panels: ^4.8.0
|
||||
react-top-loading-bar: ^3.0.2
|
||||
recharts: 3.7.0
|
||||
rxjs: ^7.8.2
|
||||
server-only: ^0.0.1
|
||||
shadcn: 4.1.0
|
||||
shadcn: 4.1.1
|
||||
sonner: ^2.0.7
|
||||
stripe: 20.4.1
|
||||
supabase: 2.84.4
|
||||
stripe: 21.0.1
|
||||
supabase: 2.84.5
|
||||
tailwind-merge: ^3.5.0
|
||||
tailwindcss: 4.2.2
|
||||
totp-generator: ^2.0.1
|
||||
tsup: 8.5.1
|
||||
turbo: 2.8.20
|
||||
turbo: 2.9.1
|
||||
tw-animate-css: 1.4.0
|
||||
typescript: ^6.0.2
|
||||
urlpattern-polyfill: ^10.1.0
|
||||
vitest: ^4.1.1
|
||||
vaul: ^1.1.2
|
||||
vitest: ^4.1.2
|
||||
wp-types: ^4.69.0
|
||||
zod: 4.3.6
|
||||
|
||||
catalogMode: prefer
|
||||
|
||||
cleanupUnusedCatalogs: true
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- '@tailwindcss/oxide'
|
||||
- '@sentry/cli'
|
||||
|
||||
Reference in New Issue
Block a user