Dependencies Updates, Sidebar fixes, default plan, Radix single package (#297)

* Refactor Radix UI imports and update package dependencies, fix Sidebar "group" references, add default value to plan picker to preselect a plan
This commit is contained in:
Giancarlo Buomprisco
2025-07-11 16:57:27 +07:00
committed by GitHub
parent 1d734e6818
commit 50337298fd
72 changed files with 1902 additions and 1263 deletions

View File

@@ -17,7 +17,7 @@
"dependencies": {
"@stripe/react-stripe-js": "^3.7.0",
"@stripe/stripe-js": "^7.4.0",
"stripe": "^18.2.1"
"stripe": "^18.3.0"
},
"devDependencies": {
"@kit/billing": "workspace:*",
@@ -29,9 +29,9 @@
"@kit/ui": "workspace:*",
"@types/react": "19.1.8",
"date-fns": "^4.1.0",
"next": "15.3.4",
"next": "15.3.5",
"react": "19.1.0",
"zod": "^3.25.67"
"zod": "^3.25.74"
},
"typesVersions": {
"*": {

View File

@@ -2,7 +2,7 @@ import 'server-only';
import { StripeServerEnvSchema } from '../schema/stripe-server-env.schema';
const STRIPE_API_VERSION = '2025-05-28.basil';
const STRIPE_API_VERSION = '2025-06-30.basil';
/**
* @description returns a Stripe instance