|
10 | 10 | "dependencies": {
|
11 | 11 | "@emotion/react": "^11.11.1",
|
12 | 12 | "@emotion/styled": "^11.11.0",
|
13 |
| - "@mui/icons-material": "^5.14.13", |
14 |
| - "@mui/material": "^5.14.13", |
| 13 | + "@mui/icons-material": "^5.14.14", |
| 14 | + "@mui/material": "^5.14.14", |
15 | 15 | "@project/common": "workspace:packages/common",
|
16 | 16 | "axios": "^1.5.1",
|
17 | 17 | "axios-hooks": "^5.0.1",
|
18 | 18 | "react": "^18.2.0",
|
19 | 19 | "react-dom": "^18.2.0",
|
20 | 20 | "react-refresh": "^0.14.0",
|
21 |
| - "react-router-dom": "^6.16.0" |
| 21 | + "react-router-dom": "^6.17.0" |
22 | 22 | },
|
23 | 23 | "devDependencies": {
|
24 |
| - "@chyzwar/eslint-config": "^0.2.13", |
25 |
| - "@chyzwar/tsconfig": "^0.2.13", |
26 |
| - "@swc/core": "^1.3.92", |
| 24 | + "@chyzwar/eslint-config": "^0.2.14", |
| 25 | + "@chyzwar/tsconfig": "^0.2.14", |
| 26 | + "@swc/core": "^1.3.94", |
27 | 27 | "@swc/jest": "^0.2.29",
|
28 | 28 | "@testing-library/dom": "^9.3.3",
|
29 |
| - "@testing-library/jest-dom": "^6.1.3", |
| 29 | + "@testing-library/jest-dom": "^6.1.4", |
30 | 30 | "@testing-library/react": "^14.0.0",
|
31 | 31 | "@testing-library/user-event": "^14.5.1",
|
32 |
| - "@types/jest": "^29.5.5", |
33 |
| - "@types/node": "^20.8.3", |
34 |
| - "@types/react": "^18.2.25", |
35 |
| - "@types/react-dom": "^18.2.11", |
| 32 | + "@types/jest": "^29.5.6", |
| 33 | + "@types/node": "^20.8.7", |
| 34 | + "@types/react": "^18.2.31", |
| 35 | + "@types/react-dom": "^18.2.14", |
36 | 36 | "@vitejs/plugin-react-swc": "^3.4.0",
|
37 | 37 | "dotenv": "16.3.1",
|
38 |
| - "eslint": "^8.51.0", |
| 38 | + "eslint": "^8.52.0", |
39 | 39 | "jest": "^29.7.0",
|
40 | 40 | "jest-environment-jsdom": "^29.7.0",
|
41 | 41 | "typescript": "^5.2.2",
|
42 |
| - "vite": "^4.4.11" |
| 42 | + "vite": "^4.5.0" |
43 | 43 | },
|
44 | 44 | "scripts": {
|
45 | 45 | "start": "vite",
|
|
0 commit comments