|
9 | 9 | "lint": "next lint" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "@next/third-parties": "^14.2.21", |
13 | | - "@tanstack/react-query": "^5.62.8", |
| 12 | + "@next/third-parties": "^14.2.28", |
| 13 | + "@tanstack/react-query": "^5.75.7", |
14 | 14 | "@types/node": "20.12.12", |
15 | 15 | "@types/react": "18.3.3", |
16 | 16 | "@types/react-dom": "18.3.0", |
17 | 17 | "@vavt/md-editor-extension": "^3.0.0", |
18 | 18 | "autoprefixer": "10.4.19", |
19 | | - "axios": "^1.7.9", |
20 | | - "chart.js": "^4.4.7", |
| 19 | + "axios": "^1.9.0", |
| 20 | + "chart.js": "^4.4.9", |
21 | 21 | "csstype": "^3.1.3", |
22 | 22 | "eslint": "8.57.0", |
23 | 23 | "eslint-config-next": "14.2.3", |
24 | 24 | "jwt-decode": "^4.0.0", |
25 | 25 | "md-editor-rt": "^4.21.3", |
26 | | - "next": "^14.2.21", |
| 26 | + "next": "^14.2.28", |
27 | 27 | "next-auth": "^4.24.11", |
28 | 28 | "postcss": "8.4.38", |
29 | 29 | "react": "18.3.1", |
30 | | - "react-chartjs-2": "^5.2.0", |
| 30 | + "react-chartjs-2": "^5.3.0", |
31 | 31 | "react-cookie": "^7.2.2", |
32 | 32 | "react-dom": "18.3.1", |
33 | 33 | "react-linkify": "1.0.0-alpha", |
34 | | - "react-tooltip": "^5.28.0", |
| 34 | + "react-tooltip": "^5.28.1", |
35 | 35 | "sharp": "^0.33.5", |
36 | | - "sweetalert2": "^11.15.2", |
37 | | - "swr": "^2.2.5", |
| 36 | + "sweetalert2": "^11.21.0", |
| 37 | + "swr": "^2.3.3", |
38 | 38 | "tailwindcss": "3.4.3", |
39 | 39 | "typescript": "5.4.5", |
40 | | - "usehooks-ts": "^3.1.0" |
| 40 | + "usehooks-ts": "^3.1.1" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@next/eslint-plugin-next": "^14.2.21", |
| 43 | + "@next/eslint-plugin-next": "^14.2.28", |
44 | 44 | "@types/react-linkify": "^1.0.4", |
45 | 45 | "mini-css-extract-plugin": "^2.9.2", |
46 | 46 | "postcss-import": "^16.1.0", |
47 | | - "prettier-eslint": "^16.3.0", |
48 | | - "sass": "^1.83.0" |
| 47 | + "prettier-eslint": "^16.4.2", |
| 48 | + "sass": "^1.87.0" |
49 | 49 | }, |
50 | 50 | "engines": { |
51 | 51 | "node": "23" |
52 | 52 | }, |
53 | | - "packageManager": "pnpm@9.11.0" |
| 53 | + "packageManager": "pnpm@10.10.0" |
54 | 54 | } |
0 commit comments