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