|
1 | 1 | { |
2 | 2 | "name": "reinamanager", |
3 | 3 | "private": true, |
4 | | - "version": "0.5.5", |
| 4 | + "version": "0.5.6", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "vite", |
|
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | 13 | "@emotion/react": "^11.14.0", |
14 | | - "@emotion/styled": "^11.14.0", |
15 | | - "@mui/icons-material": "^6.4.0", |
16 | | - "@mui/material": "^6.4.0", |
17 | | - "@mui/x-charts": "^7.28.0", |
18 | | - "@tauri-apps/api": "^2.3.0", |
19 | | - "@tauri-apps/plugin-autostart": "~2", |
20 | | - "@tauri-apps/plugin-dialog": "~2", |
21 | | - "@tauri-apps/plugin-fs": "~2.2.0", |
22 | | - "@tauri-apps/plugin-shell": "~2", |
23 | | - "@tauri-apps/plugin-sql": "~2", |
24 | | - "@toolpad/core": "^0.12.0", |
25 | | - "axios": "^1.7.9", |
| 14 | + "@emotion/styled": "^11.14.1", |
| 15 | + "@mui/icons-material": "^6.5.0", |
| 16 | + "@mui/material": "^6.5.0", |
| 17 | + "@mui/x-charts": "^7.29.1", |
| 18 | + "@tauri-apps/api": "2.7.0", |
| 19 | + "@tauri-apps/plugin-autostart": "~2.5.0", |
| 20 | + "@tauri-apps/plugin-dialog": "~2.3.1", |
| 21 | + "@tauri-apps/plugin-fs": "~2.2.1", |
| 22 | + "@tauri-apps/plugin-shell": "~2.3.0", |
| 23 | + "@tauri-apps/plugin-sql": "~2.3.0", |
| 24 | + "@toolpad/core": "^0.12.1", |
| 25 | + "axios": "^1.11.0", |
26 | 26 | "i18next": "^24.2.3", |
27 | | - "i18next-browser-languagedetector": "^8.0.4", |
| 27 | + "i18next-browser-languagedetector": "^8.2.0", |
28 | 28 | "react": "^18.3.1", |
29 | 29 | "react-activation": "^0.13.4", |
30 | 30 | "react-dom": "^18.3.1", |
31 | | - "react-i18next": "^15.4.1", |
32 | | - "react-router": "^7.1.1", |
33 | | - "zustand": "^5.0.3" |
| 31 | + "react-i18next": "^15.6.1", |
| 32 | + "react-router": "^7.7.1", |
| 33 | + "zustand": "^5.0.6" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | 36 | "@biomejs/biome": "^1.9.4", |
37 | | - "@tauri-apps/cli": "^2.2.5", |
38 | | - "@types/node": "^22.10.7", |
39 | | - "@types/react": "^18.3.18", |
40 | | - "@types/react-dom": "^18.3.5", |
41 | | - "@vitejs/plugin-react-swc": "^3.5.0", |
42 | | - "globals": "^15.14.0", |
43 | | - "typescript": "~5.6.2", |
44 | | - "unocss": "^65.4.2", |
45 | | - "vite": "^6.0.5" |
| 37 | + "@tauri-apps/cli": "^2.7.1", |
| 38 | + "@types/node": "^22.16.5", |
| 39 | + "@types/react": "^18.3.23", |
| 40 | + "@types/react-dom": "^18.3.7", |
| 41 | + "@vitejs/plugin-react-swc": "^3.11.0", |
| 42 | + "globals": "^15.15.0", |
| 43 | + "typescript": "~5.6.3", |
| 44 | + "unocss": "^65.5.0", |
| 45 | + "vite": "^6.3.5" |
46 | 46 | }, |
47 | 47 | "pnpm": { |
48 | 48 | "onlyBuiltDependencies": [ |
|
0 commit comments