|
10 | 10 | "preview": "vite preview" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@mantine/core": "^8.2.7", |
14 | | - "@mantine/dropzone": "^8.2.7", |
15 | | - "@mantine/hooks": "^8.2.7", |
16 | | - "@mantine/notifications": "^8.2.7", |
17 | | - "@tabler/icons-react": "^3.34.1", |
| 13 | + "@mantine/core": "^8.3.2", |
| 14 | + "@mantine/dropzone": "^8.3.2", |
| 15 | + "@mantine/hooks": "^8.3.2", |
| 16 | + "@mantine/notifications": "^8.3.2", |
| 17 | + "@tabler/icons-react": "^3.35.0", |
18 | 18 | "compressorjs": "^1.2.1", |
19 | 19 | "react": "^19.1.1", |
20 | 20 | "react-dom": "^19.1.1", |
21 | | - "react-router-dom": "^7.8.2" |
| 21 | + "react-router-dom": "^7.9.3" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | | - "@eslint/compat": "^1.3.2", |
25 | | - "@eslint/js": "^9.34.0", |
26 | | - "@types/react": "^19.1.10", |
27 | | - "@types/react-dom": "^19.1.7", |
28 | | - "@vitejs/plugin-react": "^5.0.1", |
29 | | - "eslint": "^9.34.0", |
| 24 | + "@eslint/compat": "^1.4.0", |
| 25 | + "@eslint/js": "^9.36.0", |
| 26 | + "@types/react": "^19.1.15", |
| 27 | + "@types/react-dom": "^19.1.9", |
| 28 | + "@vitejs/plugin-react": "^5.0.4", |
| 29 | + "eslint": "^9.36.0", |
30 | 30 | "eslint-plugin-react": "^7.37.5", |
31 | | - "globals": "^16.3.0", |
| 31 | + "globals": "^16.4.0", |
32 | 32 | "postcss": "^8.5.6", |
33 | 33 | "postcss-preset-mantine": "^1.18.0", |
34 | 34 | "postcss-simple-vars": "^7.0.1", |
35 | 35 | "prettier": "^3.6.2", |
36 | | - "vite": "^7.1.2" |
| 36 | + "vite": "^7.1.7" |
37 | 37 | }, |
38 | | - "packageManager": "yarn@4.9.3" |
| 38 | + "packageManager": "yarn@4.10.3" |
39 | 39 | } |
0 commit comments