Update dependencies and improve CSS for notifications popover

This commit updated the lock file version and various module versions in pnpm-lock.yaml to reflect the latest versions of the dependencies. Simultaneously, the width of the notifications popover has been modified to allow for larger content by changing the className property of PopoverContent in notifications-popover.tsx.
This commit is contained in:
giancarlo
2024-05-10 14:37:32 +07:00
parent 1c20d4e052
commit 6b3b3cb58b
5 changed files with 7609 additions and 5935 deletions

View File

@@ -51,7 +51,7 @@
"@kit/team-accounts": "workspace:^",
"@kit/ui": "workspace:^",
"@makerkit/data-loader-supabase-core": "^0.0.7",
"@makerkit/data-loader-supabase-nextjs": "^1.2.0",
"@makerkit/data-loader-supabase-nextjs": "^1.2.2",
"@marsidev/react-turnstile": "^0.6.0",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.43.1",

View File

@@ -17,7 +17,7 @@
"dependencies": {
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.4.0",
"stripe": "^15.5.0"
"stripe": "^15.6.0"
},
"devDependencies": {
"@kit/billing": "workspace:^",

View File

@@ -19,7 +19,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@makerkit/data-loader-supabase-core": "^0.0.7",
"@makerkit/data-loader-supabase-nextjs": "^1.2.0",
"@makerkit/data-loader-supabase-nextjs": "^1.2.2",
"@supabase/supabase-js": "^2.43.1",
"@tanstack/react-query": "5.35.1",
"@tanstack/react-table": "^8.16.0",

View File

@@ -138,7 +138,7 @@ export function NotificationsPopover(params: {
</PopoverTrigger>
<PopoverContent
className={'flex w-full flex-col p-0 lg:min-w-64'}
className={'flex w-full max-w-96 flex-col p-0 lg:min-w-64'}
align={'start'}
collisionPadding={20}
sideOffset={10}

13536
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff