|
12 | 12 | "lint": "next lint"
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@kubb/cli": "^2.28.3", |
16 |
| - "@kubb/core": "^2.28.3", |
17 |
| - "@kubb/swagger": "^2.28.3", |
18 |
| - "@kubb/swagger-client": "^2.28.3", |
19 |
| - "@kubb/swagger-tanstack-query": "^2.28.3", |
20 |
| - "@kubb/swagger-ts": "^2.28.3", |
21 |
| - "@kubb/swagger-zod": "^2.28.3", |
22 |
| - "@kubb/swagger-zodios": "^2.28.3", |
23 |
| - "@mantine/charts": "^7.13.4", |
24 |
| - "@mantine/core": "^7.13.4", |
25 |
| - "@mantine/dates": "^7.13.4", |
26 |
| - "@mantine/form": "^7.13.4", |
27 |
| - "@mantine/hooks": "^7.13.4", |
28 |
| - "@mantine/modals": "^7.13.4", |
29 |
| - "@mantine/notifications": "^7.13.4", |
30 |
| - "@mantine/nprogress": "^7.13.4", |
31 |
| - "@tabler/icons-react": "^3.21.0", |
32 |
| - "@tanstack/react-query": "^5.59.19", |
33 |
| - "@tanstack/react-query-devtools": "^5.59.19", |
34 |
| - "@tanstack/react-query-next-experimental": "^5.59.19", |
| 15 | + "@kubb/cli": "^2.28.4", |
| 16 | + "@kubb/core": "^2.28.4", |
| 17 | + "@kubb/swagger": "^2.28.4", |
| 18 | + "@kubb/swagger-client": "^2.28.4", |
| 19 | + "@kubb/swagger-tanstack-query": "^2.28.4", |
| 20 | + "@kubb/swagger-ts": "^2.28.4", |
| 21 | + "@kubb/swagger-zod": "^2.28.4", |
| 22 | + "@kubb/swagger-zodios": "^2.28.4", |
| 23 | + "@mantine/charts": "^7.14.3", |
| 24 | + "@mantine/core": "^7.14.3", |
| 25 | + "@mantine/dates": "^7.14.3", |
| 26 | + "@mantine/form": "^7.14.3", |
| 27 | + "@mantine/hooks": "^7.14.3", |
| 28 | + "@mantine/modals": "^7.14.3", |
| 29 | + "@mantine/notifications": "^7.14.3", |
| 30 | + "@mantine/nprogress": "^7.14.3", |
| 31 | + "@tabler/icons-react": "^3.23.0", |
| 32 | + "@tanstack/react-query": "^5.62.0", |
| 33 | + "@tanstack/react-query-devtools": "^5.62.0", |
| 34 | + "@tanstack/react-query-next-experimental": "^5.62.0", |
35 | 35 | "@zodios/core": "^10.9.6",
|
36 |
| - "axios": "^1.7.7", |
| 36 | + "axios": "^1.7.8", |
37 | 37 | "clsx": "^2.1.1",
|
38 | 38 | "dayjs": "^1.11.13",
|
39 |
| - "next": "14.2.16", |
| 39 | + "next": "14.2.18", |
40 | 40 | "react": "^18.3.1",
|
41 | 41 | "react-digraph": "^9.1.2",
|
42 | 42 | "react-dom": "^18.3.1",
|
|
45 | 45 | "zustand": "^4.5.5"
|
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@types/node": "^20.17.6", |
| 48 | + "@types/node": "^20.17.9", |
49 | 49 | "@types/react": "^18.3.12",
|
50 | 50 | "@types/react-dom": "^18.3.1",
|
51 | 51 | "eslint": "^8.57.1",
|
52 |
| - "eslint-config-next": "14.2.16", |
53 |
| - "postcss": "^8.4.47", |
| 52 | + "eslint-config-next": "14.2.18", |
| 53 | + "postcss": "^8.4.49", |
54 | 54 | "postcss-preset-mantine": "^1.17.0",
|
55 | 55 | "postcss-simple-vars": "^7.0.1",
|
56 |
| - "prettier": "3.3.3", |
57 |
| - "typescript": "^5.6.3" |
| 56 | + "prettier": "3.4.1", |
| 57 | + "typescript": "^5.7.2" |
58 | 58 | }
|
59 | 59 | }
|
0 commit comments