Compare commits

...
Author SHA1 Message Date
6117b9e887
chore(deps): update codebase
All checks were successful
/ deploy-and-package (push) Successful in 1m4s
2026-08-07 23:50:10 +02:00
e2dddc4231
chore(deps): update codebase 2026-08-07 23:50:02 +02:00
08cb04f888
chore(deps): update codebase 2026-08-07 23:48:53 +02:00
4 changed files with 969 additions and 632 deletions

View file

@ -11,22 +11,22 @@
}, },
"dependencies": { "dependencies": {
"@methanium/ui": "workspace:*", "@methanium/ui": "workspace:*",
"react": "^19.2.7", "react": "^19.2.8",
"react-dom": "^19.2.7" "react-dom": "^19.2.8"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^10.0.1", "@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.3.1", "@tailwindcss/vite": "^4.3.3",
"@types/node": "^26.0.0", "@types/node": "^26.1.2",
"@types/react": "^19.2.17", "@types/react": "^19.2.18",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.0.1", "@vitejs/plugin-react": "^6.0.5",
"eslint": "^10.3.0", "eslint": "^10.8.0",
"eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2", "eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.6.0", "globals": "^17.9.0",
"typescript": "^6.0.3", "typescript": "^7.0.2",
"typescript-eslint": "^8.59.2", "typescript-eslint": "^8.66.0",
"vite": "^8.0.16" "vite": "^8.2.1"
} }
} }

View file

@ -41,18 +41,18 @@
"format": "pnpm exec prettier --write ." "format": "pnpm exec prettier --write ."
}, },
"dependencies": { "dependencies": {
"@base-ui/react": "^1.6.0", "@base-ui/react": "^1.7.0",
"@tauri-apps/api": "^2.11.1", "@tauri-apps/api": "^2.11.1",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "^1.1.1", "cmdk": "^1.1.1",
"embla-carousel-react": "^8.6.0", "embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2", "input-otp": "^1.4.2",
"lucide-react": "^1.21.0", "lucide-react": "^1.29.0",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"react-resizable-panels": "^4.11.2", "react-resizable-panels": "^4.12.2",
"recharts": "3.8.1", "recharts": "3.10.1",
"shadcn": "^4.11.0", "shadcn": "^4.16.2",
"sonner": "^2.0.7", "sonner": "^2.0.7",
"tailwind-merge": "^3.6.0", "tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0", "tw-animate-css": "^1.4.0",
@ -63,11 +63,11 @@
"react-dom": "^19.2.7" "react-dom": "^19.2.7"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/cli": "^4.3.1", "@tailwindcss/cli": "^4.3.3",
"@types/node": "^26.0.0", "@types/node": "^26.1.2",
"@types/react": "^19.2.17", "@types/react": "^19.2.18",
"tailwindcss": "^4.3.1", "tailwindcss": "^4.3.3",
"typescript": "^6.0.3", "typescript": "^7.0.2",
"vite": "^8.0.16" "vite": "^8.2.1"
} }
} }

1547
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -52,7 +52,7 @@ function TooltipContent({
<TooltipPrimitive.Popup <TooltipPrimitive.Popup
data-slot="tooltip-content" data-slot="tooltip-content"
className={cn( className={cn(
"z-50 inline-flex w-fit max-w-xs origin-(--transform-origin) items-center gap-1.5 rounded-md bg-foreground px-3 py-1.5 text-xs text-background has-data-[slot=kbd]:pr-1.5 data-[side=bottom]:slide-in-from-top-2 data-[side=inline-end]:slide-in-from-left-2 data-[side=inline-start]:slide-in-from-right-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 **:data-[slot=kbd]:relative **:data-[slot=kbd]:isolate **:data-[slot=kbd]:z-50 **:data-[slot=kbd]:rounded-sm data-[state=delayed-open]:animate-in data-[state=delayed-open]:fade-in-0 data-[state=delayed-open]:zoom-in-95 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95", "z-50 hidden w-fit max-w-xs origin-(--transform-origin) items-center gap-1.5 rounded-md bg-foreground px-3 py-1.5 text-xs text-background has-data-[slot=kbd]:pr-1.5 sm:inline-flex data-[side=bottom]:slide-in-from-top-2 data-[side=inline-end]:slide-in-from-left-2 data-[side=inline-start]:slide-in-from-right-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 **:data-[slot=kbd]:relative **:data-[slot=kbd]:isolate **:data-[slot=kbd]:z-50 **:data-[slot=kbd]:rounded-sm data-[state=delayed-open]:animate-in data-[state=delayed-open]:fade-in-0 data-[state=delayed-open]:zoom-in-95 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95",
className, className,
)} )}
{...props} {...props}