|
25 | 25 | "dev": "concurrently -c \"#604CC3, #8FD14F ,#FF6600,#FFA600\" \"pnpm dev:turbo\" \"pnpm dr:build:watch\" \"pnpm format:write:watch\" --names \"Next.js,Routing,Prettier\"" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@better-fetch/fetch": "^1.1.15", |
| 28 | + "@better-fetch/fetch": "^1.1.17", |
29 | 29 | "@fontsource-variable/inter": "^5.2.5", |
30 | 30 | "@hookform/resolvers": "^4.1.3", |
31 | 31 | "@icons-pack/react-simple-icons": "^12.3.0", |
|
35 | 35 | "@radix-ui/react-slot": "^1.1.2", |
36 | 36 | "@t3-oss/env-nextjs": "^0.12.0", |
37 | 37 | "@tailwindcss/typography": "^0.5.16", |
38 | | - "@tanstack/react-query": "^5.68.0", |
39 | | - "@tanstack/react-query-devtools": "^5.68.0", |
| 38 | + "@tanstack/react-query": "^5.69.0", |
| 39 | + "@tanstack/react-query-devtools": "^5.69.0", |
40 | 40 | "babel-plugin-react-compiler": "beta", |
41 | 41 | "better-auth": "^1.2.4", |
42 | 42 | "class-variance-authority": "^0.7.1", |
|
47 | 47 | "drizzle-orm": "^0.41.0", |
48 | 48 | "eslint-plugin-drizzle": "^0.2.3", |
49 | 49 | "lucide-react": "^0.483.0", |
50 | | - "next": "15.2.3", |
| 50 | + "next": "15.2.4", |
51 | 51 | "next-themes": "^0.4.6", |
52 | 52 | "nodemailer": "^6.10.0", |
53 | 53 | "onchange": "^7.1.0", |
|
64 | 64 | "zod": "^3.24.2" |
65 | 65 | }, |
66 | 66 | "devDependencies": { |
67 | | - "@eslint/eslintrc": "^3.3.0", |
68 | | - "@eslint/js": "^9.22.0", |
69 | | - "@next/eslint-plugin-next": "^15.2.2", |
70 | | - "@tailwindcss/postcss": "^4.0.14", |
| 67 | + "@eslint/eslintrc": "^3.3.1", |
| 68 | + "@eslint/js": "^9.23.0", |
| 69 | + "@next/eslint-plugin-next": "^15.2.4", |
| 70 | + "@tailwindcss/postcss": "^4.0.15", |
71 | 71 | "@tanstack/eslint-plugin-query": "^5.68.0", |
72 | 72 | "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
73 | | - "@types/node": "^22.13.10", |
| 73 | + "@types/node": "^22.13.13", |
74 | 74 | "@types/nodemailer": "^6.4.17", |
75 | | - "@types/react": "^19.0.10", |
| 75 | + "@types/react": "^19.0.12", |
76 | 76 | "@types/react-dom": "^19.0.4", |
77 | | - "@typescript-eslint/eslint-plugin": "^8.26.1", |
78 | | - "@typescript-eslint/parser": "^8.26.1", |
| 77 | + "@typescript-eslint/eslint-plugin": "^8.28.0", |
| 78 | + "@typescript-eslint/parser": "^8.28.0", |
79 | 79 | "drizzle-kit": "^0.30.5", |
80 | | - "eslint": "^9.22.0", |
| 80 | + "eslint": "^9.23.0", |
81 | 81 | "eslint-config-next": "15.2.4", |
82 | 82 | "eslint-plugin-react-hooks": "^5.2.0", |
83 | 83 | "prettier": "^3.5.3", |
84 | 84 | "prettier-plugin-organize-attributes": "^1.0.0", |
85 | 85 | "prettier-plugin-tailwindcss": "^0.6.11", |
86 | | - "tailwindcss": "^4.0.14", |
| 86 | + "tailwindcss": "^4.0.15", |
87 | 87 | "tsx": "^4.19.3", |
88 | 88 | "typescript": "^5.8.2" |
89 | 89 | }, |
|
0 commit comments