1. Minor UI fixes
2. Updated packages
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"./config/server": "./src/sentry.client.server.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/nextjs": "^9.0.1",
|
||||
"@sentry/nextjs": "^9.1.0",
|
||||
"import-in-the-middle": "1.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
"eslint": "^9.20.1",
|
||||
"next": "15.1.7",
|
||||
"next-themes": "0.4.4",
|
||||
"prettier": "^3.5.0",
|
||||
"prettier": "^3.5.1",
|
||||
"react-day-picker": "^8.10.1",
|
||||
"react-hook-form": "^7.54.2",
|
||||
"react-i18next": "^15.4.0",
|
||||
|
||||
@@ -177,7 +177,7 @@ export function PageHeader({
|
||||
<If condition={displaySidebarTrigger}>
|
||||
<Separator
|
||||
orientation="vertical"
|
||||
className="hidden h-4 w-px lg:block"
|
||||
className="hidden h-4 w-px lg:group-data-[minimized]:block"
|
||||
/>
|
||||
</If>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user