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:
@@ -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",
|
||||
|
||||
@@ -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:^",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
13536
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user