|
9 | 9 | "preview": "vite preview" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "@base-ui/react": "^1.5.0", |
| 12 | + "@base-ui/react": "^1.6.0", |
| 13 | + "@dnd-kit/dom": "^0.5.0", |
| 14 | + "@dnd-kit/helpers": "^0.5.0", |
| 15 | + "@dnd-kit/react": "^0.5.0", |
13 | 16 | "@fontsource-variable/raleway": "^5.2.8", |
14 | 17 | "@icons-pack/react-simple-icons": "^13.13.0", |
15 | 18 | "@schedule-x/calendar": "^4.6.0", |
|
18 | 21 | "@schedule-x/scroll-controller": "^4.6.0", |
19 | 22 | "@schedule-x/theme-shadcn": "^4.6.0", |
20 | 23 | "@tanstack/react-form": "^1.33.0", |
21 | | - "@tanstack/react-query": "^5.101.0", |
22 | | - "@tanstack/react-router": "^1.170.15", |
23 | | - "axios": "^1.18.0", |
| 24 | + "@tanstack/react-query": "^5.101.2", |
| 25 | + "@tanstack/react-router": "^1.170.17", |
| 26 | + "@tanstack/react-table": "^8.21.3", |
| 27 | + "axios": "^1.18.1", |
24 | 28 | "class-variance-authority": "^0.7.1", |
25 | 29 | "clsx": "^2.1.1", |
26 | 30 | "embla-carousel-react": "^8.6.0", |
27 | | - "lucide-react": "^1.17.0", |
| 31 | + "hash-wasm": "^4.12.0", |
| 32 | + "lucide-react": "^1.23.0", |
28 | 33 | "next-themes": "^0.4.6", |
29 | 34 | "react": "^19.2.7", |
30 | 35 | "react-dom": "^19.2.7", |
| 36 | + "react-dropzone": "^15.0.0", |
31 | 37 | "sonner": "^2.0.7", |
32 | 38 | "tailwind-merge": "^3.6.0", |
33 | | - "temporal-polyfill": "^1.0.0", |
| 39 | + "temporal-polyfill": "^1.0.1", |
34 | 40 | "zod": "^4.4.3" |
35 | 41 | }, |
36 | 42 | "devDependencies": { |
37 | 43 | "@rolldown/plugin-babel": "^0.2.3", |
38 | | - "@tailwindcss/vite": "^4.3.0", |
39 | | - "@tanstack/eslint-plugin-query": "^5.101.0", |
| 44 | + "@tailwindcss/vite": "^4.3.2", |
| 45 | + "@tanstack/eslint-plugin-query": "^5.101.2", |
40 | 46 | "@tanstack/eslint-plugin-router": "^1.162.0", |
41 | | - "@tanstack/router-plugin": "^1.168.18", |
| 47 | + "@tanstack/router-plugin": "^1.168.19", |
42 | 48 | "@types/babel__core": "^7.20.5", |
43 | | - "@types/node": "^25.9.3", |
| 49 | + "@types/node": "^26.1.1", |
44 | 50 | "@types/react": "^19.2.17", |
45 | 51 | "@types/react-dom": "^19.2.3", |
46 | | - "@vitejs/plugin-react": "^6.0.2", |
| 52 | + "@vitejs/plugin-react": "^6.0.3", |
47 | 53 | "babel-plugin-react-compiler": "^1.0.0", |
48 | | - "eslint": "^10.4.0", |
49 | | - "eslint-plugin-better-tailwindcss": "^4.6.0", |
50 | | - "eslint-plugin-oxlint": "^1.70.0", |
51 | | - "eslint-plugin-perfectionist": "^5.9.1", |
52 | | - "eslint-plugin-react-dom": "^5.9.0", |
| 54 | + "eslint": "^10.6.0", |
| 55 | + "eslint-plugin-better-tailwindcss": "^4.6.1", |
| 56 | + "eslint-plugin-oxlint": "^1.73.0", |
| 57 | + "eslint-plugin-perfectionist": "^5.10.0", |
| 58 | + "eslint-plugin-react-dom": "^5.12.0", |
53 | 59 | "eslint-plugin-react-hooks": "^7.1.1", |
54 | | - "eslint-plugin-react-jsx": "^5.9.0", |
55 | | - "eslint-plugin-react-naming-convention": "^5.9.0", |
56 | | - "eslint-plugin-react-x": "^5.9.0", |
57 | | - "globals": "^17.6.0", |
58 | | - "oxfmt": "^0.57.0", |
59 | | - "oxlint": "^1.70.0", |
| 60 | + "eslint-plugin-react-jsx": "^5.12.0", |
| 61 | + "eslint-plugin-react-naming-convention": "^5.12.0", |
| 62 | + "eslint-plugin-react-x": "^5.12.0", |
| 63 | + "globals": "^17.7.0", |
| 64 | + "oxfmt": "^0.58.0", |
| 65 | + "oxlint": "^1.73.0", |
60 | 66 | "oxlint-tsgolint": "^0.24.0", |
61 | 67 | "react-scan": "^0.5.7", |
62 | | - "shadcn": "^4.11.0", |
63 | | - "tailwindcss": "^4.3.0", |
| 68 | + "shadcn": "^4.13.0", |
| 69 | + "tailwindcss": "^4.3.2", |
64 | 70 | "tw-animate-css": "^1.4.0", |
65 | | - "typescript": "^6.0.2", |
66 | | - "typescript-eslint": "^8.61.1", |
67 | | - "vite": "^8.0.16" |
| 71 | + "typescript": "^6.0.3", |
| 72 | + "typescript-eslint": "^8.62.1", |
| 73 | + "vite": "^8.1.3" |
68 | 74 | } |
69 | 75 | } |
0 commit comments