|
13 | 13 | "format": "prettier --write \"{Components,Containers,helpers,pages,styles}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@tabler/icons-react": "^3.37.1", |
| 16 | + "@tabler/icons-react": "^3.44.0", |
17 | 17 | "async-mutex": "^0.5.0", |
18 | 18 | "bcryptjs": "^3.0.3", |
19 | 19 | "chart.js": "^4.5.1", |
20 | 20 | "date-fns": "^4.1.0", |
21 | 21 | "lowdb": "^7.0.1", |
22 | | - "next": "^16.1.6", |
23 | | - "next-auth": "^4.24.13", |
24 | | - "nodemailer": "^8.0.1", |
| 22 | + "next": "^16.2.6", |
| 23 | + "next-auth": "^4.24.14", |
| 24 | + "nodemailer": "^8.0.7", |
25 | 25 | "nprogress": "^0.2.0", |
26 | | - "react": "^19.2.4", |
| 26 | + "react": "^19.2.6", |
27 | 27 | "react-chartjs-2": "^5.3.1", |
28 | | - "react-dom": "^19.2.4", |
29 | | - "react-hook-form": "^7.71.2", |
| 28 | + "react-dom": "^19.2.6", |
| 29 | + "react-hook-form": "^7.75.0", |
30 | 30 | "react-select": "^5.10.2", |
31 | | - "react-toastify": "^11.0.5", |
| 31 | + "react-toastify": "^11.1.0", |
32 | 32 | "swr": "^2.4.1", |
33 | 33 | "use-media": "^1.5.0", |
34 | | - "uuid": "^13.0.0" |
| 34 | + "uuid": "^13.0.2" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@commitlint/cli": "^20.4.2", |
38 | | - "@commitlint/config-conventional": "^20.4.2", |
39 | | - "@types/node": "^25.3.3", |
| 37 | + "@commitlint/cli": "^20.5.3", |
| 38 | + "@commitlint/config-conventional": "^20.5.3", |
| 39 | + "@types/node": "^25.6.2", |
40 | 40 | "@types/nodemailer": "^7.0.11", |
41 | 41 | "@types/nprogress": "^0.2.3", |
42 | 42 | "@types/react": "^19.2.14", |
43 | 43 | "@types/supertest": "^7.2.0", |
44 | | - "eslint": "^9.39.3", |
45 | | - "eslint-config-next": "^16.1.6", |
| 44 | + "eslint": "^9.39.4", |
| 45 | + "eslint-config-next": "^16.2.6", |
46 | 46 | "husky": "^9.1.7", |
47 | 47 | "node-mocks-http": "^1.17.2", |
48 | | - "prettier": "^3.8.1", |
| 48 | + "prettier": "^3.8.3", |
49 | 49 | "typescript": "^5.9.3", |
50 | | - "vitest": "^4.0.18" |
| 50 | + "vitest": "^4.1.5" |
51 | 51 | } |
52 | 52 | } |
0 commit comments