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:
giancarlo
2024-06-07 11:21:49 +07:00
parent 390e01535b
commit f8347c603c
14 changed files with 9093 additions and 7502 deletions

View File

@@ -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', {