|
1 | 1 | { |
2 | 2 | "name": "shadcn-admin", |
3 | 3 | "private": false, |
4 | | - "version": "1.4.0", |
| 4 | + "version": "1.4.1", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "vite", |
|
13 | 13 | "knip": "knip" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@clerk/clerk-react": "^5.31.4", |
17 | | - "@hookform/resolvers": "^5.0.1", |
18 | | - "@radix-ui/react-alert-dialog": "^1.1.7", |
19 | | - "@radix-ui/react-avatar": "^1.1.4", |
20 | | - "@radix-ui/react-checkbox": "^1.1.5", |
21 | | - "@radix-ui/react-collapsible": "^1.1.4", |
22 | | - "@radix-ui/react-dialog": "^1.1.7", |
23 | | - "@radix-ui/react-dropdown-menu": "^2.1.7", |
| 16 | + "@clerk/clerk-react": "^5.32.1", |
| 17 | + "@hookform/resolvers": "^5.1.1", |
| 18 | + "@radix-ui/react-alert-dialog": "^1.1.14", |
| 19 | + "@radix-ui/react-avatar": "^1.1.10", |
| 20 | + "@radix-ui/react-checkbox": "^1.3.2", |
| 21 | + "@radix-ui/react-collapsible": "^1.1.11", |
| 22 | + "@radix-ui/react-dialog": "^1.1.14", |
| 23 | + "@radix-ui/react-dropdown-menu": "^2.1.15", |
24 | 24 | "@radix-ui/react-icons": "^1.3.2", |
25 | | - "@radix-ui/react-label": "^2.1.3", |
26 | | - "@radix-ui/react-popover": "^1.1.7", |
27 | | - "@radix-ui/react-radio-group": "^1.2.4", |
28 | | - "@radix-ui/react-scroll-area": "^1.2.4", |
29 | | - "@radix-ui/react-select": "^2.1.7", |
30 | | - "@radix-ui/react-separator": "^1.1.3", |
31 | | - "@radix-ui/react-slot": "^1.2.0", |
32 | | - "@radix-ui/react-switch": "^1.1.4", |
33 | | - "@radix-ui/react-tabs": "^1.1.4", |
34 | | - "@radix-ui/react-tooltip": "^1.2.0", |
35 | | - "@tabler/icons-react": "^3.31.0", |
36 | | - "@tailwindcss/vite": "^4.1.4", |
37 | | - "@tanstack/react-query": "^5.74.3", |
38 | | - "@tanstack/react-router": "^1.120.10", |
| 25 | + "@radix-ui/react-label": "^2.1.7", |
| 26 | + "@radix-ui/react-popover": "^1.1.14", |
| 27 | + "@radix-ui/react-radio-group": "^1.3.7", |
| 28 | + "@radix-ui/react-scroll-area": "^1.2.9", |
| 29 | + "@radix-ui/react-select": "^2.2.5", |
| 30 | + "@radix-ui/react-separator": "^1.1.7", |
| 31 | + "@radix-ui/react-slot": "^1.2.3", |
| 32 | + "@radix-ui/react-switch": "^1.2.5", |
| 33 | + "@radix-ui/react-tabs": "^1.1.12", |
| 34 | + "@radix-ui/react-tooltip": "^1.2.7", |
| 35 | + "@tabler/icons-react": "^3.34.0", |
| 36 | + "@tailwindcss/vite": "^4.1.10", |
| 37 | + "@tanstack/react-query": "^5.81.2", |
| 38 | + "@tanstack/react-router": "^1.121.34", |
39 | 39 | "@tanstack/react-table": "^8.21.3", |
40 | | - "axios": "^1.8.4", |
| 40 | + "axios": "^1.10.0", |
41 | 41 | "class-variance-authority": "^0.7.1", |
42 | 42 | "clsx": "^2.1.1", |
43 | 43 | "cmdk": "1.1.1", |
44 | 44 | "date-fns": "^4.1.0", |
45 | 45 | "input-otp": "^1.4.2", |
46 | 46 | "js-cookie": "^3.0.5", |
47 | | - "lucide-react": "^0.488.0", |
| 47 | + "lucide-react": "^0.523.0", |
48 | 48 | "react": "^19.1.0", |
49 | | - "react-day-picker": "9.6.6", |
| 49 | + "react-day-picker": "9.7.0", |
50 | 50 | "react-dom": "^19.1.0", |
51 | | - "react-hook-form": "^7.55.0", |
| 51 | + "react-hook-form": "^7.58.1", |
52 | 52 | "react-top-loading-bar": "^3.0.2", |
53 | | - "recharts": "^2.15.2", |
54 | | - "sonner": "^2.0.3", |
55 | | - "tailwind-merge": "^3.2.0", |
56 | | - "tailwindcss": "^4.1.4", |
57 | | - "tw-animate-css": "^1.2.5", |
58 | | - "zod": "^3.24.2", |
59 | | - "zustand": "^5.0.3" |
| 53 | + "recharts": "^3.0.0", |
| 54 | + "sonner": "^2.0.5", |
| 55 | + "tailwind-merge": "^3.3.1", |
| 56 | + "tailwindcss": "^4.1.10", |
| 57 | + "tw-animate-css": "^1.3.4", |
| 58 | + "zod": "^3.25.67", |
| 59 | + "zustand": "^5.0.5" |
60 | 60 | }, |
61 | 61 | "devDependencies": { |
62 | | - "@eslint/js": "^9.24.0", |
63 | | - "@faker-js/faker": "^9.7.0", |
64 | | - "@tanstack/eslint-plugin-query": "^5.73.3", |
65 | | - "@tanstack/react-query-devtools": "^5.74.3", |
66 | | - "@tanstack/react-router-devtools": "^1.120.10", |
67 | | - "@tanstack/router-plugin": "^1.120.10", |
| 62 | + "@eslint/js": "^9.29.0", |
| 63 | + "@faker-js/faker": "^9.8.0", |
| 64 | + "@tanstack/eslint-plugin-query": "^5.81.2", |
| 65 | + "@tanstack/react-query-devtools": "^5.81.2", |
| 66 | + "@tanstack/react-router-devtools": "^1.121.34", |
| 67 | + "@tanstack/router-plugin": "^1.121.34", |
68 | 68 | "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
69 | 69 | "@types/js-cookie": "^3.0.6", |
70 | | - "@types/node": "^22.14.1", |
71 | | - "@types/react": "^19.1.2", |
72 | | - "@types/react-dom": "^19.1.2", |
73 | | - "@vitejs/plugin-react-swc": "^3.9.0", |
74 | | - "eslint": "^9.24.0", |
| 70 | + "@types/node": "^24.0.4", |
| 71 | + "@types/react": "^19.1.8", |
| 72 | + "@types/react-dom": "^19.1.6", |
| 73 | + "@vitejs/plugin-react-swc": "^3.10.2", |
| 74 | + "eslint": "^9.29.0", |
75 | 75 | "eslint-plugin-react-hooks": "^5.2.0", |
76 | | - "eslint-plugin-react-refresh": "^0.4.19", |
77 | | - "globals": "^16.0.0", |
78 | | - "knip": "^5.50.4", |
79 | | - "prettier": "^3.5.3", |
80 | | - "prettier-plugin-tailwindcss": "^0.6.11", |
| 76 | + "eslint-plugin-react-refresh": "^0.4.20", |
| 77 | + "globals": "^16.2.0", |
| 78 | + "knip": "^5.61.2", |
| 79 | + "prettier": "^3.6.0", |
| 80 | + "prettier-plugin-tailwindcss": "^0.6.13", |
81 | 81 | "typescript": "~5.8.3", |
82 | | - "typescript-eslint": "^8.30.1", |
83 | | - "vite": "^6.2.7" |
| 82 | + "typescript-eslint": "^8.35.0", |
| 83 | + "vite": "^7.0.0" |
84 | 84 | } |
85 | 85 | } |
0 commit comments