|
5 | 5 | "type": "module", |
6 | 6 | "dependencies": { |
7 | 7 | "@emotion/react": "^11.14.0", |
8 | | - "@emotion/styled": "^11.14.0", |
| 8 | + "@emotion/styled": "^11.14.1", |
9 | 9 | "@fontsource/roboto": "^5.2.6", |
10 | | - "@mui/icons-material": "^7.1.1", |
11 | | - "@mui/material": "^7.1.1", |
12 | | - "@mui/system": "^7.1.1", |
13 | | - "@mui/x-data-grid": "^8.5.2", |
| 10 | + "@mui/icons-material": "^7.3.1", |
| 11 | + "@mui/material": "^7.3.1", |
| 12 | + "@mui/system": "^7.3.1", |
| 13 | + "@mui/x-data-grid": "^8.10.2", |
14 | 14 | "@shopify/react-web-worker": "^5.1.6", |
15 | | - "@tauri-apps/api": "^2.5.0", |
16 | | - "@tauri-apps/plugin-clipboard-manager": "^2.2.2", |
17 | | - "@tauri-apps/plugin-dialog": "^2.2.2", |
18 | | - "@tauri-apps/plugin-os": "^2.2.1", |
| 15 | + "@tauri-apps/api": "^2.8.0", |
| 16 | + "@tauri-apps/plugin-clipboard-manager": "^2.3.0", |
| 17 | + "@tauri-apps/plugin-dialog": "^2.3.3", |
| 18 | + "@tauri-apps/plugin-os": "^2.3.1", |
19 | 19 | "crypto-js": "^4.2.0", |
20 | 20 | "graphemer": "^1.4.0", |
21 | | - "react": "^19.1.0", |
22 | | - "react-dom": "^19.1.0", |
23 | | - "react-router-dom": "^7.6.2" |
| 21 | + "react": "^19.1.1", |
| 22 | + "react-dom": "^19.1.1", |
| 23 | + "react-router-dom": "^7.8.2" |
24 | 24 | }, |
25 | 25 | "scripts": { |
26 | 26 | "start": "vite", |
|
37 | 37 | ] |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@eslint/js": "^9.28.0", |
41 | | - "@tauri-apps/cli": "^2.5.0", |
42 | | - "@vitejs/plugin-react": "^4.5.2", |
43 | | - "eslint": "^9.28.0", |
| 40 | + "@eslint/js": "^9.34.0", |
| 41 | + "@tauri-apps/cli": "^2.8.1", |
| 42 | + "@vitejs/plugin-react": "^5.0.1", |
| 43 | + "eslint": "^9.34.0", |
44 | 44 | "eslint-config-react-app": "^7.0.1", |
45 | | - "eslint-plugin-import": "^2.31.0", |
| 45 | + "eslint-plugin-import": "^2.32.0", |
46 | 46 | "eslint-plugin-react": "^7.37.5", |
47 | 47 | "eslint-plugin-react-hooks": "^5.2.0", |
48 | 48 | "eslint-plugin-react-refresh": "^0.4.20", |
49 | | - "globals": "^16.2.0", |
50 | | - "prettier": "^3.5.3", |
51 | | - "vite": "^6.3.5", |
| 49 | + "globals": "^16.3.0", |
| 50 | + "prettier": "^3.6.2", |
| 51 | + "vite": "^7.1.3", |
52 | 52 | "vite-plugin-eslint": "^1.8.1", |
53 | 53 | "vite-plugin-svgr": "^4.3.0" |
54 | 54 | }, |
55 | | - "packageManager": "yarn@4.9.2" |
| 55 | + "packageManager": "yarn@4.9.3" |
56 | 56 | } |
0 commit comments