|
17 | 17 | "coverage": "vitest run --coverage" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@mantine/carousel": "^9.0.2", |
21 | | - "@mantine/core": "^9.0.2", |
22 | | - "@mantine/dates": "^9.0.2", |
23 | | - "@mantine/form": "^9.0.2", |
24 | | - "@mantine/hooks": "^9.0.2", |
25 | | - "@mantine/modals": "^9.0.2", |
26 | | - "@mantine/notifications": "^9.0.2", |
| 20 | + "@mantine/carousel": "^9.1.0", |
| 21 | + "@mantine/core": "^9.1.0", |
| 22 | + "@mantine/dates": "^9.1.0", |
| 23 | + "@mantine/form": "^9.1.0", |
| 24 | + "@mantine/hooks": "^9.1.0", |
| 25 | + "@mantine/modals": "^9.1.0", |
| 26 | + "@mantine/notifications": "^9.1.0", |
27 | 27 | "@reduxjs/toolkit": "2.11.2", |
28 | | - "@tabler/icons-react": "^3.38.0", |
29 | | - "axios": "^1.13.5", |
30 | | - "dayjs": "^1.11.18", |
| 28 | + "@tabler/icons-react": "^3.41.1", |
| 29 | + "axios": "^1.15.2", |
| 30 | + "dayjs": "^1.11.20", |
31 | 31 | "embla-carousel": "^8.6.0", |
32 | 32 | "embla-carousel-react": "^8.6.0", |
33 | 33 | "events": "^3.3.0", |
34 | | - "fast-xml-parser": "^5.4.2", |
| 34 | + "fast-xml-parser": "^5.7.1", |
35 | 35 | "jwt-decode": "^4.0.0", |
36 | | - "postcss": "^8.5.6", |
37 | | - "react": "^19.2.4", |
38 | | - "react-dom": "^19.2.0", |
| 36 | + "postcss": "^8.5.10", |
| 37 | + "react": "^19.2.5", |
| 38 | + "react-dom": "^19.2.5", |
39 | 39 | "react-icons": "^5.6.0", |
40 | 40 | "react-redux": "^9.2.0", |
41 | | - "react-router": "^7.12.0", |
| 41 | + "react-router": "^7.14.2", |
42 | 42 | "redux": "^5.0.1", |
43 | | - "vite": "^7.3.1" |
| 43 | + "vite": "^8.0.9" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | 46 | "@eslint/compat": "^2.0.5", |
47 | 47 | "@eslint/js": "^10.0.1", |
48 | 48 | "@testing-library/jest-dom": "^6.9.1", |
49 | 49 | "@testing-library/react": "^16.3.2", |
50 | 50 | "@testing-library/user-event": "^14.6.1", |
51 | | - "@types/node": "^24.9.1", |
| 51 | + "@types/node": "^24.12.2", |
52 | 52 | "@types/react": "^19.2.14", |
53 | | - "@types/react-dom": "^19.2.2", |
54 | | - "@typescript-eslint/eslint-plugin": "^8.58.2", |
55 | | - "@typescript-eslint/parser": "^8.56.1", |
56 | | - "@vitejs/plugin-react": "^5.1.0", |
| 53 | + "@types/react-dom": "^19.2.3", |
| 54 | + "@typescript-eslint/eslint-plugin": "^8.59.0", |
| 55 | + "@typescript-eslint/parser": "^8.59.0", |
| 56 | + "@vitejs/plugin-react": "^6.0.1", |
57 | 57 | "baseline-browser-mapping": "^2.10.20", |
58 | 58 | "eslint": "10.2.1", |
59 | 59 | "eslint-config-prettier": "^10.1.8", |
60 | 60 | "eslint-plugin-import": "2.32.0", |
61 | 61 | "eslint-plugin-react": "7.37.5", |
62 | 62 | "eslint-plugin-react-hooks": "7.1.1", |
63 | | - "globals": "^17.4.0", |
64 | | - "jsdom": "^27.0.1", |
| 63 | + "globals": "^17.5.0", |
| 64 | + "jsdom": "^27.4.0", |
65 | 65 | "prettier": "^3.8.3", |
66 | | - "sass-embedded": "^1.93.2", |
| 66 | + "sass-embedded": "^1.99.0", |
67 | 67 | "typescript": "^5.9.3", |
68 | | - "vitest": "^4.0.4" |
| 68 | + "vitest": "^4.1.5" |
69 | 69 | } |
70 | 70 | } |
0 commit comments