|
12 | 12 | "tbuild": "yarn tauri build" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@emotion/react": "^11.13.5", |
16 | | - "@emotion/styled": "^11.13.5", |
17 | | - "@fontsource/roboto": "^5.1.0", |
18 | | - "@mui/icons-material": "^6.1.10", |
19 | | - "@mui/material": "^6.1.10", |
20 | | - "@mui/x-data-grid": "^7.23.1", |
21 | | - "@tauri-apps/api": "^2.1.1", |
22 | | - "@tauri-apps/plugin-dialog": "^2.0.1", |
23 | | - "@tauri-apps/plugin-os": "^2.0.0", |
24 | | - "react": "^19.0.0", |
25 | | - "react-dom": "^19.0.0", |
26 | | - "react-router-dom": "^7.0.2" |
| 15 | + "@emotion/react": "^11.14.0", |
| 16 | + "@emotion/styled": "^11.14.0", |
| 17 | + "@fontsource/roboto": "^5.2.5", |
| 18 | + "@mui/icons-material": "^7.0.1", |
| 19 | + "@mui/material": "^7.0.1", |
| 20 | + "@mui/x-data-grid": "^7.28.2", |
| 21 | + "@tauri-apps/api": "^2.4.0", |
| 22 | + "@tauri-apps/plugin-dialog": "^2.2.0", |
| 23 | + "@tauri-apps/plugin-os": "^2.2.1", |
| 24 | + "react": "^19.1.0", |
| 25 | + "react-dom": "^19.1.0", |
| 26 | + "react-router-dom": "^7.4.1" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@tauri-apps/cli": "^2.1.0", |
30 | | - "@types/react": "^19.0.0", |
31 | | - "@types/react-dom": "^19.0.1", |
| 29 | + "@tauri-apps/cli": "^2.4.0", |
| 30 | + "@types/react": "^19.0.12", |
| 31 | + "@types/react-dom": "^19.0.4", |
32 | 32 | "@vitejs/plugin-react": "^4.3.4", |
33 | 33 | "eslint": "^8.57.1", |
34 | 34 | "eslint-config-airbnb": "^19.0.4", |
35 | 35 | "eslint-plugin-import": "^2.31.0", |
36 | 36 | "eslint-plugin-jsx-a11y": "^6.10.2", |
37 | | - "eslint-plugin-react": "^7.37.2", |
38 | | - "eslint-plugin-react-hooks": "^5.1.0", |
39 | | - "eslint-plugin-react-refresh": "^0.4.16", |
40 | | - "vite": "^6.0.3", |
| 37 | + "eslint-plugin-react": "^7.37.4", |
| 38 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 39 | + "eslint-plugin-react-refresh": "^0.4.19", |
| 40 | + "vite": "^6.2.3", |
41 | 41 | "vite-plugin-eslint": "^1.8.1", |
42 | 42 | "vite-plugin-svgr": "^4.3.0" |
43 | 43 | }, |
44 | | - "packageManager": "yarn@4.5.3" |
| 44 | + "packageManager": "yarn@4.8.1" |
45 | 45 | } |
0 commit comments