Update versions of multiple dependencies
This commit updates the minor and patch versions of several dependencies across multiple packages including eslint-config-turbo, lucide-react, stripe, turboo and others. It also updates the lockfile version. Additionally, styling for CheckCircle in 'packages/billing/gateway/src/components/pricing-table.tsx' has been adjusted.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"@supabase/supabase-js": "^2.43.4",
|
||||
"@types/react": "^18.3.3",
|
||||
"date-fns": "^3.6.0",
|
||||
"lucide-react": "^0.383.0",
|
||||
"lucide-react": "^0.390.0",
|
||||
"next": "14.2.3",
|
||||
"react": "18.3.1",
|
||||
"react-hook-form": "^7.51.4",
|
||||
|
||||
@@ -347,7 +347,7 @@ function Price({ children }: React.PropsWithChildren) {
|
||||
function ListItem({ children }: React.PropsWithChildren) {
|
||||
return (
|
||||
<li className={'flex items-center space-x-2.5'}>
|
||||
<CheckCircle className={'text-primary h-4'} />
|
||||
<CheckCircle className={'text-primary h-4 min-h-4 w-4 min-w-4'} />
|
||||
|
||||
<span
|
||||
className={cn('text-sm', {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"dependencies": {
|
||||
"@stripe/react-stripe-js": "^2.7.1",
|
||||
"@stripe/stripe-js": "^3.5.0",
|
||||
"stripe": "^15.9.0"
|
||||
"stripe": "^15.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kit/billing": "workspace:^",
|
||||
|
||||
Reference in New Issue
Block a user