|
15 | 15 | "migrate-build-and-start": "pnpm run migrate && pnpm run build && pnpm run start"
|
16 | 16 | },
|
17 | 17 | "dependencies": {
|
18 |
| - "@hookform/resolvers": "^3.3.4", |
| 18 | + "@hookform/resolvers": "^3.9.0", |
19 | 19 | "@lucia-auth/adapter-drizzle": "^1.1.0",
|
20 |
| - "@neondatabase/serverless": "^0.9.4", |
| 20 | + "@neondatabase/serverless": "^0.9.5", |
21 | 21 | "@radix-ui/react-alert-dialog": "^1.1.1",
|
22 | 22 | "@radix-ui/react-dialog": "^1.1.1",
|
23 | 23 | "@radix-ui/react-label": "^2.1.0",
|
24 | 24 | "@radix-ui/react-popover": "^1.1.1",
|
25 | 25 | "@radix-ui/react-progress": "^1.1.0",
|
26 | 26 | "@radix-ui/react-select": "^2.1.1",
|
27 |
| - "@radix-ui/react-separator": "^1.0.3", |
| 27 | + "@radix-ui/react-separator": "^1.1.0", |
28 | 28 | "@radix-ui/react-slot": "^1.1.0",
|
29 | 29 | "@radix-ui/react-switch": "^1.1.0",
|
30 | 30 | "@radix-ui/react-tooltip": "^1.1.2",
|
31 | 31 | "@tanstack/react-table": "^8.20.5",
|
32 |
| - "arctic": "^1.2.1", |
| 32 | + "arctic": "^1.9.2", |
33 | 33 | "axios": "^1.7.7",
|
34 | 34 | "class-variance-authority": "^0.7.0",
|
35 |
| - "clsx": "^2.1.0", |
| 35 | + "clsx": "^2.1.1", |
36 | 36 | "d3": "^7.9.0",
|
37 | 37 | "date-fns": "^3.6.0",
|
38 | 38 | "drizzle-orm": "^0.33.0",
|
39 |
| - "focus-trap-react": "^10.2.3", |
| 39 | + "focus-trap-react": "^10.3.0", |
40 | 40 | "fs": "0.0.1-security",
|
41 | 41 | "lucia": "^3.2.0",
|
42 |
| - "lucide-react": "^0.344.0", |
| 42 | + "lucide-react": "^0.446.0", |
43 | 43 | "nanoid": "^5.0.7",
|
44 |
| - "next": "14.2.12", |
45 |
| - "oslo": "^1.1.3", |
| 44 | + "next": "14.2.13", |
| 45 | + "oslo": "^1.2.1", |
46 | 46 | "pg": "^8.13.0",
|
47 | 47 | "postgres": "^3.4.4",
|
48 | 48 | "react": "^18",
|
|
64 | 64 | "@types/react": "^18",
|
65 | 65 | "@types/react-dom": "^18",
|
66 | 66 | "autoprefixer": "^10.4.20",
|
67 |
| - "drizzle-kit": "^0.24.0", |
| 67 | + "drizzle-kit": "^0.24.2", |
68 | 68 | "eslint": "^8",
|
69 |
| - "eslint-config-next": "14.1.2", |
70 |
| - "husky": "^9.1.5", |
| 69 | + "eslint-config-next": "14.2.13", |
| 70 | + "husky": "^9.1.6", |
71 | 71 | "postcss": "^8",
|
72 |
| - "prettier": "^3.2.5", |
73 |
| - "prettier-plugin-tailwindcss": "^0.5.13", |
74 |
| - "sass": "^1.71.1", |
75 |
| - "tailwindcss": "^3.4.12", |
| 72 | + "prettier": "^3.3.3", |
| 73 | + "prettier-plugin-tailwindcss": "^0.6.8", |
| 74 | + "sass": "^1.79.4", |
| 75 | + "tailwindcss": "^3.4.13", |
76 | 76 | "typescript": "^5"
|
77 | 77 | }
|
78 | 78 | }
|
0 commit comments