|
1 | 1 | { |
2 | 2 | "name": "reinamanager", |
3 | 3 | "private": true, |
4 | | - "version": "0.6.3", |
| 4 | + "version": "0.6.4", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "vite", |
|
12 | 12 | "dependencies": { |
13 | 13 | "@emotion/react": "^11.14.0", |
14 | 14 | "@emotion/styled": "^11.14.1", |
15 | | - "@mui/icons-material": "^7.0.0", |
16 | | - "@mui/material": "^7.0.0", |
17 | | - "@mui/x-charts": "^8.0.0", |
| 15 | + "@mui/icons-material": "^7.3.1", |
| 16 | + "@mui/material": "^7.3.1", |
| 17 | + "@mui/x-charts": "^8.10.1", |
18 | 18 | "@tauri-apps/api": "2.7.0", |
19 | 19 | "@tauri-apps/plugin-autostart": "~2.5.0", |
20 | | - "@tauri-apps/plugin-dialog": "~2.3.1", |
| 20 | + "@tauri-apps/plugin-dialog": "~2.3.2", |
21 | 21 | "@tauri-apps/plugin-fs": "~2.4.1", |
22 | 22 | "@tauri-apps/plugin-http": "^2.5.1", |
23 | 23 | "@tauri-apps/plugin-shell": "~2.3.0", |
|
30 | 30 | "react-activation": "^0.13.4", |
31 | 31 | "react-dom": "^18.3.1", |
32 | 32 | "react-i18next": "^15.6.1", |
33 | | - "react-router": "^7.7.1", |
34 | | - "zustand": "^5.0.6" |
| 33 | + "react-router": "^7.8.1", |
| 34 | + "zustand": "^5.0.7" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@biomejs/biome": "^1.9.4", |
38 | | - "@tauri-apps/cli": "^2.7.1", |
39 | | - "@types/node": "^22.16.5", |
| 37 | + "@biomejs/biome": "^2.2.0", |
| 38 | + "@tauri-apps/cli": "^2.8.1", |
| 39 | + "@types/node": "^22.17.2", |
40 | 40 | "@types/react": "^18.3.23", |
41 | 41 | "@types/react-dom": "^18.3.7", |
42 | | - "@vitejs/plugin-react-swc": "^4.0.0", |
| 42 | + "@vitejs/plugin-react-swc": "^4.0.1", |
43 | 43 | "globals": "^15.15.0", |
44 | 44 | "typescript": "~5.6.3", |
45 | 45 | "unocss": "^66.4.2", |
46 | | - "vite": "^7.0.0" |
| 46 | + "vite": "^7.1.3" |
47 | 47 | }, |
48 | 48 | "pnpm": { |
49 | 49 | "onlyBuiltDependencies": [ |
|
0 commit comments