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:
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user