show floors in descending order
This commit is contained in:
parent
e3b9a83e73
commit
cab2b67227
4 changed files with 48 additions and 40 deletions
26
package.json
26
package.json
|
@ -21,27 +21,27 @@
|
|||
"devDependencies": {
|
||||
"@exodus/schemasafe": "^1.3.0",
|
||||
"@internationalized/date": "^3.8.0",
|
||||
"@lucide/svelte": "^0.482.0",
|
||||
"@sinclair/typebox": ">=0.32.30 <1",
|
||||
"@lucide/svelte": "^0.511.0",
|
||||
"@sinclair/typebox": "^0.34.33",
|
||||
"@sveltejs/adapter-auto": "^6.0.1",
|
||||
"@sveltejs/kit": "^2.21.1",
|
||||
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
||||
"@tailwindcss/vite": "^4.1.7",
|
||||
"@tanstack/table-core": "^8.20.5",
|
||||
"@typeschema/class-validator": "^0.2.0",
|
||||
"@vinejs/vine": "^1.8.0",
|
||||
"arktype": ">=2.0.0-rc.8",
|
||||
"@tanstack/table-core": "^8.21.3",
|
||||
"@typeschema/class-validator": "^0.3.0",
|
||||
"@vinejs/vine": "^3.0.1",
|
||||
"arktype": "^2.1.20",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"bits-ui": "1.5.2",
|
||||
"class-validator": "^0.14.1",
|
||||
"class-validator": "^0.14.2",
|
||||
"clsx": "^2.1.1",
|
||||
"drizzle-kit": "^0.31.1",
|
||||
"embla-carousel-svelte": "^8.6.0",
|
||||
"formsnap": "2.0.1",
|
||||
"husky": "^9.1.7",
|
||||
"joi": "^17.13.1",
|
||||
"joi": "^17.13.3",
|
||||
"layerchart": "2.0.0-next.6",
|
||||
"lint-staged": "^15.5.2",
|
||||
"lint-staged": "^16.0.0",
|
||||
"mode-watcher": "^1.0.7",
|
||||
"paneforge": "1.0.0-next.5",
|
||||
"prettier": "^3.5.3",
|
||||
|
@ -54,15 +54,15 @@
|
|||
"svelte-sonner": "^1.0.1",
|
||||
"sveltekit-superforms": "^2.25.0",
|
||||
"tailwind-merge": "^3.3.0",
|
||||
"tailwind-variants": "^0.2.1",
|
||||
"tailwind-variants": "^1.0.0",
|
||||
"tailwindcss": "^4.1.7",
|
||||
"tw-animate-css": "^1.3.0",
|
||||
"typescript": "^5.8.3",
|
||||
"valibot": ">=0.33.0 <1",
|
||||
"valibot": "^1.1.0",
|
||||
"vaul-svelte": "1.0.0-next.7",
|
||||
"vite": "^6.3.5",
|
||||
"yup": "^1.4.0",
|
||||
"zod": "^3.24.4"
|
||||
"yup": "^1.6.1",
|
||||
"zod": "^3.25.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@node-rs/argon2": "^2.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue