|
1 | 1 | {
|
2 | 2 | "name": "advanced-portchecker",
|
3 | 3 | "private": true,
|
4 |
| - "version": "2.0.0", |
| 4 | + "version": "2.0.1", |
5 | 5 | "type": "module",
|
6 | 6 | "scripts": {
|
7 | 7 | "dev": "vite",
|
|
12 | 12 | "tbuild": "yarn tauri build"
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@emotion/react": "^11.11.3", |
| 15 | + "@emotion/react": "^11.11.4", |
16 | 16 | "@emotion/styled": "^11.11.0",
|
17 |
| - "@fontsource/roboto": "^5.0.8", |
18 |
| - "@mui/icons-material": "^5.15.10", |
19 |
| - "@mui/material": "^5.15.10", |
20 |
| - "@mui/x-data-grid": "^6.19.4", |
| 17 | + "@fontsource/roboto": "^5.0.12", |
| 18 | + "@mui/icons-material": "^5.15.14", |
| 19 | + "@mui/material": "^5.15.14", |
| 20 | + "@mui/x-data-grid": "^6.19.8", |
21 | 21 | "@tauri-apps/api": "^1.5.3",
|
22 | 22 | "react": "^18.2.0",
|
23 | 23 | "react-dom": "^18.2.0",
|
24 |
| - "react-router-dom": "^6.22.0" |
| 24 | + "react-router-dom": "^6.22.3" |
25 | 25 | },
|
26 | 26 | "devDependencies": {
|
27 |
| - "@tauri-apps/cli": "^1.5.9", |
28 |
| - "@types/react": "^18.2.55", |
29 |
| - "@types/react-dom": "^18.2.19", |
| 27 | + "@tauri-apps/cli": "^1.5.11", |
| 28 | + "@types/react": "^18.2.67", |
| 29 | + "@types/react-dom": "^18.2.22", |
30 | 30 | "@vitejs/plugin-react": "^4.2.1",
|
31 |
| - "eslint": "^8.56.0", |
| 31 | + "eslint": "^8.57.0", |
32 | 32 | "eslint-config-airbnb": "^19.0.4",
|
33 | 33 | "eslint-plugin-import": "^2.29.1",
|
34 | 34 | "eslint-plugin-jsx-a11y": "^6.8.0",
|
35 |
| - "eslint-plugin-react": "^7.33.2", |
| 35 | + "eslint-plugin-react": "^7.34.1", |
36 | 36 | "eslint-plugin-react-hooks": "^4.6.0",
|
37 |
| - "eslint-plugin-react-refresh": "^0.4.5", |
38 |
| - "vite": "^5.1.2", |
| 37 | + "eslint-plugin-react-refresh": "^0.4.6", |
| 38 | + "vite": "^5.2.2", |
39 | 39 | "vite-plugin-eslint": "^1.8.1",
|
40 | 40 | "vite-plugin-svgr": "^4.2.0"
|
41 | 41 | },
|
42 |
| - "packageManager": "yarn@4.1.0" |
| 42 | + "packageManager": "yarn@4.1.1" |
43 | 43 | }
|
0 commit comments