|
21 | 21 | "db:migrate": "drizzle-kit migrate" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "@auth/drizzle-adapter": "^1.3.0", |
25 | | - "@epic-web/totp": "^1.1.2", |
| 24 | + "@auth/drizzle-adapter": "^1.4.2", |
| 25 | + "@epic-web/totp": "^1.1.3", |
26 | 26 | "@libsql/client": "^0.6.2", |
27 | 27 | "@radix-ui/react-avatar": "^1.1.0", |
28 | | - "@radix-ui/react-checkbox": "^1.1.0", |
29 | | - "@radix-ui/react-dialog": "^1.1.0", |
30 | | - "@radix-ui/react-dropdown-menu": "^2.1.0", |
| 28 | + "@radix-ui/react-checkbox": "^1.1.1", |
| 29 | + "@radix-ui/react-dialog": "^1.1.1", |
| 30 | + "@radix-ui/react-dropdown-menu": "^2.1.1", |
31 | 31 | "@radix-ui/react-icons": "^1.3.0", |
32 | 32 | "@radix-ui/react-label": "^2.1.0", |
33 | | - "@radix-ui/react-select": "^2.1.0", |
| 33 | + "@radix-ui/react-select": "^2.1.1", |
34 | 34 | "@radix-ui/react-slot": "^1.1.0", |
35 | 35 | "@react-email/components": "^0.0.19", |
36 | 36 | "@simplewebauthn/browser": "9.0.1", |
37 | 37 | "@simplewebauthn/server": "9.0.3", |
38 | | - "@tanstack/react-table": "^8.17.3", |
| 38 | + "@tanstack/react-table": "^8.20.5", |
39 | 39 | "bcryptjs": "^2.4.3", |
40 | 40 | "class-variance-authority": "^0.7.0", |
41 | 41 | "clsx": "^2.1.1", |
42 | 42 | "dotenv": "^16.4.5", |
43 | | - "drizzle-orm": "^0.31.2", |
44 | | - "framer-motion": "^11.2.11", |
| 43 | + "drizzle-orm": "^0.33.0", |
| 44 | + "framer-motion": "^11.4.0", |
45 | 45 | "input-otp": "^1.2.4", |
46 | 46 | "libsql": "^0.3.19", |
47 | 47 | "lucide-react": "^0.395.0", |
48 | | - "next": "14.2.4", |
49 | | - "next-auth": "5.0.0-beta.18", |
| 48 | + "next": "14.2.7", |
| 49 | + "next-auth": "^5.0.0-beta.20", |
50 | 50 | "next-themes": "^0.3.0", |
51 | | - "qrcode": "^1.5.3", |
| 51 | + "qrcode": "^1.5.4", |
52 | 52 | "react": "^18.3.1", |
53 | 53 | "react-dom": "^18.3.1", |
54 | 54 | "react-hot-toast": "^2.4.1", |
55 | | - "resend": "^3.3.0", |
56 | | - "tailwind-merge": "^2.3.0", |
| 55 | + "resend": "^3.5.0", |
| 56 | + "sharp": "^0.33.5", |
| 57 | + "tailwind-merge": "^2.5.2", |
57 | 58 | "tailwindcss-animate": "^1.0.7", |
58 | 59 | "zod": "^3.23.8" |
59 | 60 | }, |
60 | 61 | "devDependencies": { |
61 | 62 | "@types/bcryptjs": "^2.4.6", |
62 | | - "@types/node": "^20.14.6", |
| 63 | + "@types/node": "^20.16.4", |
63 | 64 | "@types/qrcode": "^1.5.5", |
64 | | - "@types/react": "^18.3.3", |
| 65 | + "@types/react": "^18.3.5", |
65 | 66 | "@types/react-dom": "^18.3.0", |
66 | | - "autoprefixer": "^10.4.19", |
67 | | - "drizzle-kit": "^0.22.7", |
| 67 | + "autoprefixer": "^10.4.20", |
| 68 | + "drizzle-kit": "^0.24.2", |
68 | 69 | "eslint": "^8.57.0", |
69 | | - "eslint-config-next": "14.2.4", |
| 70 | + "eslint-config-next": "14.2.7", |
70 | 71 | "eslint-config-prettier": "^9.1.0", |
71 | | - "eslint-plugin-prettier": "^5.1.3", |
72 | | - "husky": "^9.0.11", |
73 | | - "lint-staged": "^15.2.7", |
74 | | - "postcss": "^8.4.38", |
75 | | - "prettier": "^3.3.2", |
76 | | - "prettier-plugin-tailwindcss": "^0.6.5", |
77 | | - "tailwindcss": "^3.4.4", |
78 | | - "typescript": "^5.4.5" |
| 72 | + "eslint-plugin-prettier": "^5.2.1", |
| 73 | + "husky": "^9.1.5", |
| 74 | + "lint-staged": "^15.2.10", |
| 75 | + "postcss": "^8.4.44", |
| 76 | + "prettier": "^3.3.3", |
| 77 | + "prettier-plugin-tailwindcss": "^0.6.6", |
| 78 | + "tailwindcss": "^3.4.10", |
| 79 | + "typescript": "^5.5.4" |
79 | 80 | } |
80 | 81 | } |
0 commit comments