0.1.6B bugfix

This commit is contained in:
User
2025-08-05 13:41:07 -04:00
parent 24737ca896
commit d0c7713d8d
3 changed files with 226 additions and 172 deletions

BIN
bun.lockb

Binary file not shown.

382
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,12 +6,12 @@
"dev": "vite" "dev": "vite"
}, },
"devDependencies": { "devDependencies": {
"@headlessui/react": "^2.2.4", "@headlessui/react": "^2.2.7",
"@inertiajs/react": "^2.0.14", "@inertiajs/react": "^2.0.17",
"@tailwindcss/forms": "^0.5.10", "@tailwindcss/forms": "^0.5.10",
"@vitejs/plugin-react": "^4.6.0", "@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.21", "autoprefixer": "^10.4.21",
"axios": "^1.10.0", "axios": "^1.11.0",
"concurrently": "^9.2.0", "concurrently": "^9.2.0",
"laravel-vite-plugin": "^1.3.0", "laravel-vite-plugin": "^1.3.0",
"postcss": "^8.5.6", "postcss": "^8.5.6",
@@ -36,18 +36,18 @@
"@radix-ui/react-toast": "^1.2.14", "@radix-ui/react-toast": "^1.2.14",
"@radix-ui/react-tooltip": "^1.2.7", "@radix-ui/react-tooltip": "^1.2.7",
"@sentry/react": "^8.55.0", "@sentry/react": "^8.55.0",
"@sentry/vite-plugin": "^2.23.0", "@sentry/vite-plugin": "^2.23.1",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lucide-react": "^0.468.0", "lucide-react": "^0.468.0",
"luxon": "^3.6.1", "luxon": "^3.7.1",
"react-hook-form": "^7.59.0", "react-hook-form": "^7.62.0",
"tailwind-merge": "^2.6.0", "tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"use-double-tap": "^1.3.7", "use-double-tap": "^1.3.7",
"use-long-press": "^3.3.0", "use-long-press": "^3.3.0",
"zod": "^3.25.67" "zod": "^3.25.76"
} }
} }