1. Minor UI fixes
2. Updated packages
This commit is contained in:
@@ -35,7 +35,7 @@ export function HomeSidebar(props: HomeSidebarProps) {
|
|||||||
fallback={
|
fallback={
|
||||||
<AppLogo
|
<AppLogo
|
||||||
className={cn(
|
className={cn(
|
||||||
'py-2 group-data-[minimized=true]:max-w-full group-data-[minimized=true]:py-0',
|
'p-2 group-data-[minimized=true]:max-w-full group-data-[minimized=true]:py-0',
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -87,7 +87,7 @@
|
|||||||
"babel-plugin-react-compiler": "beta",
|
"babel-plugin-react-compiler": "beta",
|
||||||
"dotenv-cli": "^8.0.0",
|
"dotenv-cli": "^8.0.0",
|
||||||
"pino-pretty": "^13.0.0",
|
"pino-pretty": "^13.0.0",
|
||||||
"prettier": "^3.5.0",
|
"prettier": "^3.5.1",
|
||||||
"supabase": "^2.12.1",
|
"supabase": "^2.12.1",
|
||||||
"tailwindcss": "4.0.6",
|
"tailwindcss": "4.0.6",
|
||||||
"tailwindcss-animate": "^1.0.7",
|
"tailwindcss-animate": "^1.0.7",
|
||||||
|
|||||||
@@ -43,10 +43,10 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@manypkg/cli": "^0.23.0",
|
"@manypkg/cli": "^0.23.0",
|
||||||
"@turbo/gen": "^2.4.1",
|
"@turbo/gen": "^2.4.2",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"prettier": "^3.5.0",
|
"prettier": "^3.5.1",
|
||||||
"turbo": "2.4.1",
|
"turbo": "2.4.2",
|
||||||
"typescript": "^5.7.3"
|
"typescript": "^5.7.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
"./config/server": "./src/sentry.client.server.ts"
|
"./config/server": "./src/sentry.client.server.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/nextjs": "^9.0.1",
|
"@sentry/nextjs": "^9.1.0",
|
||||||
"import-in-the-middle": "1.13.0"
|
"import-in-the-middle": "1.13.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
"eslint": "^9.20.1",
|
"eslint": "^9.20.1",
|
||||||
"next": "15.1.7",
|
"next": "15.1.7",
|
||||||
"next-themes": "0.4.4",
|
"next-themes": "0.4.4",
|
||||||
"prettier": "^3.5.0",
|
"prettier": "^3.5.1",
|
||||||
"react-day-picker": "^8.10.1",
|
"react-day-picker": "^8.10.1",
|
||||||
"react-hook-form": "^7.54.2",
|
"react-hook-form": "^7.54.2",
|
||||||
"react-i18next": "^15.4.0",
|
"react-i18next": "^15.4.0",
|
||||||
|
|||||||
@@ -177,7 +177,7 @@ export function PageHeader({
|
|||||||
<If condition={displaySidebarTrigger}>
|
<If condition={displaySidebarTrigger}>
|
||||||
<Separator
|
<Separator
|
||||||
orientation="vertical"
|
orientation="vertical"
|
||||||
className="hidden h-4 w-px lg:block"
|
className="hidden h-4 w-px lg:group-data-[minimized]:block"
|
||||||
/>
|
/>
|
||||||
</If>
|
</If>
|
||||||
|
|
||||||
|
|||||||
416
pnpm-lock.yaml
generated
416
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -16,7 +16,7 @@
|
|||||||
"@next/eslint-plugin-next": "15.1.7",
|
"@next/eslint-plugin-next": "15.1.7",
|
||||||
"@types/eslint": "9.6.1",
|
"@types/eslint": "9.6.1",
|
||||||
"eslint-config-next": "15.1.7",
|
"eslint-config-next": "15.1.7",
|
||||||
"eslint-config-turbo": "^2.4.1",
|
"eslint-config-turbo": "^2.4.2",
|
||||||
"typescript-eslint": "8.24.0"
|
"typescript-eslint": "8.24.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@trivago/prettier-plugin-sort-imports": "5.2.2",
|
"@trivago/prettier-plugin-sort-imports": "5.2.2",
|
||||||
"prettier": "^3.5.0",
|
"prettier": "^3.5.1",
|
||||||
"prettier-plugin-tailwindcss": "^0.6.11"
|
"prettier-plugin-tailwindcss": "^0.6.11"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user