|
20 | 20 | "seed": "tsx prisma/seed.ts"
|
21 | 21 | },
|
22 | 22 | "dependencies": {
|
23 |
| - "@heroui/dropdown": "2.3.16", |
24 |
| - "@heroui/system": "2.4.12", |
25 |
| - "@heroui/theme": "2.4.12", |
| 23 | + "@heroui/dropdown": "2.3.17", |
| 24 | + "@heroui/system": "2.4.13", |
| 25 | + "@heroui/theme": "2.4.13", |
26 | 26 | "@hookform/resolvers": "^3.6.0",
|
27 | 27 | "@internationalized/date": "^3.7.0",
|
28 |
| - "@heroui/button": "2.2.16", |
29 |
| - "@heroui/chip": "2.2.12", |
| 28 | + "@heroui/button": "2.2.17", |
| 29 | + "@heroui/chip": "2.2.13", |
30 | 30 | "@heroui/code": "2.2.12",
|
31 |
| - "@heroui/date-input": "2.3.15", |
32 |
| - "@heroui/date-picker": "2.3.16", |
33 |
| - "@heroui/input": "2.4.16", |
34 |
| - "@heroui/kbd": "2.2.12", |
35 |
| - "@heroui/link": "2.2.13", |
36 |
| - "@heroui/listbox": "2.3.15", |
37 |
| - "@heroui/navbar": "2.2.14", |
38 |
| - "@heroui/select": "2.4.16", |
39 |
| - "@heroui/snippet": "2.2.17", |
40 |
| - "@heroui/switch": "2.2.14", |
41 |
| - "@heroui/tabs": "2.2.13", |
| 31 | + "@heroui/date-input": "2.3.16", |
| 32 | + "@heroui/date-picker": "2.3.17", |
| 33 | + "@heroui/input": "2.4.17", |
| 34 | + "@heroui/kbd": "2.2.13", |
| 35 | + "@heroui/link": "2.2.14", |
| 36 | + "@heroui/listbox": "2.3.16", |
| 37 | + "@heroui/navbar": "2.2.15", |
| 38 | + "@heroui/select": "2.4.17", |
| 39 | + "@heroui/snippet": "2.2.18", |
| 40 | + "@heroui/switch": "2.2.15", |
| 41 | + "@heroui/tabs": "2.2.14", |
42 | 42 | "@prisma/client": "^5.15.1",
|
43 | 43 | "@react-aria/ssr": "3.9.7",
|
44 | 44 | "@react-aria/visually-hidden": "3.8.21",
|
45 | 45 | "@reduxjs/toolkit": "^2.6.1",
|
46 | 46 | "clsx": "2.1.1",
|
47 |
| - "framer-motion": "12.6.2", |
| 47 | + "framer-motion": "12.6.3", |
48 | 48 | "intl-messageformat": "^10.7.16",
|
49 | 49 | "lucide-react": "^0.396.0",
|
50 | 50 | "next": "14.2.25",
|
|
71 | 71 | "eslint-plugin-import": "^2.31.0",
|
72 | 72 | "eslint-plugin-jsx-a11y": "^6.10.2",
|
73 | 73 | "eslint-plugin-node": "^11.1.0",
|
74 |
| - "eslint-plugin-prettier": "^5.2.5", |
75 |
| - "eslint-plugin-react": "^7.37.4", |
| 74 | + "eslint-plugin-prettier": "^5.2.6", |
| 75 | + "eslint-plugin-react": "^7.37.5", |
76 | 76 | "eslint-plugin-react-hooks": "^4.6.0",
|
77 | 77 | "eslint-plugin-unused-imports": "^3.2.0",
|
78 | 78 | "postcss": "8.5.3",
|
|
81 | 81 | "prisma": "^5.15.1",
|
82 | 82 | "tailwind-variants": "0.1.20",
|
83 | 83 | "tailwindcss": "3.4.3",
|
84 |
| - "typescript": "^5.8.2" |
| 84 | + "typescript": "^5.8.3" |
85 | 85 | }
|
86 | 86 | }
|
0 commit comments