|
35 | 35 | }, |
36 | 36 | "main": "public/electron.js", |
37 | 37 | "dependencies": { |
38 | | - "@emotion/react": "^11.4.1", |
39 | | - "@emotion/styled": "^11.3.0", |
40 | | - "@mui/icons-material": "^5.0.1", |
41 | | - "@mui/material": "^5.0.2", |
42 | | - "crc": "^3.8.0", |
| 38 | + "@emotion/react": "^11.7.1", |
| 39 | + "@emotion/styled": "^11.6.0", |
| 40 | + "@mui/icons-material": "^5.2.5", |
| 41 | + "@mui/material": "^5.2.7", |
| 42 | + "crc": "^4.1.0", |
43 | 43 | "cross-env": "^7.0.3", |
44 | 44 | "electron-is-dev": "^2.0.0", |
45 | 45 | "react": "^17.0.2", |
46 | 46 | "react-contexify": "^5.0.0", |
47 | 47 | "react-dom": "^17.0.2", |
48 | | - "react-router": "^5.2.1", |
49 | | - "react-router-dom": "^5.3.0", |
50 | | - "react-scripts": "^4.0.3" |
| 48 | + "react-router": "^6.2.1", |
| 49 | + "react-router-dom": "^6.2.1", |
| 50 | + "react-scripts": "^5.0.0" |
51 | 51 | }, |
52 | 52 | "scripts": { |
53 | 53 | "react-start": "react-scripts start", |
|
72 | 72 | ] |
73 | 73 | }, |
74 | 74 | "devDependencies": { |
75 | | - "concurrently": "^6.2.2", |
76 | | - "electron": "^15.0.0", |
77 | | - "electron-builder": "^22.11.7", |
78 | | - "eslint": "^7.32.0", |
79 | | - "eslint-config-airbnb": "^18.2.1", |
80 | | - "eslint-plugin-import": "^2.24.2", |
81 | | - "eslint-plugin-jsx-a11y": "^6.4.1", |
82 | | - "eslint-plugin-react": "^7.26.1", |
83 | | - "eslint-plugin-react-hooks": "^4.2.0", |
| 75 | + "concurrently": "^7.0.0", |
| 76 | + "electron": "^16.0.6", |
| 77 | + "electron-builder": "^22.14.5", |
| 78 | + "eslint": "^8.6.0", |
| 79 | + "eslint-config-airbnb": "^19.0.4", |
| 80 | + "eslint-plugin-import": "^2.25.4", |
| 81 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
| 82 | + "eslint-plugin-react": "^7.28.0", |
| 83 | + "eslint-plugin-react-hooks": "^4.3.0", |
84 | 84 | "wait-on": "^6.0.0" |
85 | | - } |
| 85 | + }, |
| 86 | + "packageManager": "yarn@3.1.1" |
86 | 87 | } |
0 commit comments