|
1 | 1 | { |
2 | 2 | "name": "advanced-portchecker", |
3 | 3 | "private": true, |
4 | | - "version": "2.0.1", |
| 4 | + "version": "2.1.0", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "vite", |
|
15 | 15 | "@emotion/react": "^11.13.3", |
16 | 16 | "@emotion/styled": "^11.13.0", |
17 | 17 | "@fontsource/roboto": "^5.1.0", |
18 | | - "@mui/icons-material": "^6.1.3", |
19 | | - "@mui/material": "^6.1.3", |
20 | | - "@mui/x-data-grid": "^7.20.0", |
| 18 | + "@mui/icons-material": "^6.1.4", |
| 19 | + "@mui/material": "^6.1.4", |
| 20 | + "@mui/x-data-grid": "^7.21.0", |
21 | 21 | "@tauri-apps/api": "^2.0.2", |
22 | | - "@tauri-apps/plugin-dialog": "^2.0.0", |
| 22 | + "@tauri-apps/plugin-dialog": "^2.0.1", |
23 | 23 | "@tauri-apps/plugin-os": "^2.0.0", |
24 | 24 | "react": "^18.3.1", |
25 | 25 | "react-dom": "^18.3.1", |
|
29 | 29 | "@tauri-apps/cli": "^2.0.3", |
30 | 30 | "@types/react": "^18.3.11", |
31 | 31 | "@types/react-dom": "^18.3.1", |
32 | | - "@vitejs/plugin-react": "^4.3.2", |
| 32 | + "@vitejs/plugin-react": "^4.3.3", |
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.0", |
37 | 37 | "eslint-plugin-react": "^7.37.1", |
38 | 38 | "eslint-plugin-react-hooks": "^5.0.0", |
39 | | - "eslint-plugin-react-refresh": "^0.4.12", |
40 | | - "vite": "^5.4.8", |
| 39 | + "eslint-plugin-react-refresh": "^0.4.13", |
| 40 | + "vite": "^5.4.9", |
41 | 41 | "vite-plugin-eslint": "^1.8.1", |
42 | 42 | "vite-plugin-svgr": "^4.2.0" |
43 | 43 | }, |
44 | | - "packageManager": "yarn@4.5.0" |
| 44 | + "packageManager": "yarn@4.5.1" |
45 | 45 | } |
0 commit comments