|
5 | 5 | "dependencies": {
|
6 | 6 | "@emotion/react": "^11.11.3",
|
7 | 7 | "@emotion/styled": "^11.10.6",
|
8 |
| - "@mui/icons-material": "^5.15.7", |
9 |
| - "@mui/material": "^5.15.7", |
| 8 | + "@mui/icons-material": "^6.1.3", |
| 9 | + "@mui/material": "^6.1.3", |
10 | 10 | "@types/jest": "^29.5.11",
|
11 | 11 | "@types/lodash": "^4.14.202",
|
12 |
| - "@types/node": "^20.11.14", |
| 12 | + "@types/node": "^22.7.5", |
13 | 13 | "@types/react": "^18.2.45",
|
14 | 14 | "@types/react-dom": "^18.2.18",
|
15 |
| - "@typescript-eslint/parser": "^5.54.1", |
| 15 | + "@typescript-eslint/parser": "^8.8.1", |
16 | 16 | "@vitejs/plugin-react-swc": "^3.6.0",
|
17 |
| - "eslint": "^8.56.0", |
| 17 | + "eslint": "^9.12.0", |
18 | 18 | "eslint-config-react-app": "^7.0.1",
|
19 |
| - "fuse.js": "^6.6.2", |
20 |
| - "jsdom": "^22.1.0", |
| 19 | + "fuse.js": "^7.0.0", |
| 20 | + "jsdom": "^25.0.1", |
21 | 21 | "lodash": "^4.17.21",
|
22 | 22 | "react": "^18.2.0",
|
23 | 23 | "react-dom": "^18.2.0",
|
24 |
| - "react-markdown": "^8.0.3", |
| 24 | + "react-markdown": "^9.0.1", |
25 | 25 | "react-router": "^6.21.1",
|
26 | 26 | "react-router-dom": "^6.21.1",
|
27 | 27 | "semver": "^7.5.4",
|
28 | 28 | "typescript": "*",
|
29 |
| - "vite": "^4.5.1", |
30 |
| - "vite-plugin-svgr": "^3.3.0", |
31 |
| - "vitest": "^0.34.6", |
32 |
| - "web-vitals": "^3.5.0" |
| 29 | + "vite": "^5.4.8", |
| 30 | + "vite-plugin-svgr": "^4.2.0", |
| 31 | + "vitest": "^2.1.2", |
| 32 | + "web-vitals": "^4.2.3" |
33 | 33 | },
|
34 | 34 | "scripts": {
|
35 | 35 | "start": "VITE_DOCAT_VERSION=$(git describe --tags --always) vite",
|
|
57 | 57 | ]
|
58 | 58 | },
|
59 | 59 | "devDependencies": {
|
60 |
| - "@typescript-eslint/eslint-plugin": "^5.0.0", |
| 60 | + "@typescript-eslint/eslint-plugin": "^8.8.1", |
61 | 61 | "eslint-config-prettier": "^9.1.0",
|
62 |
| - "eslint-config-standard-with-typescript": "^37.0.0", |
| 62 | + "eslint-config-standard-with-typescript": "^43.0.1", |
63 | 63 | "eslint-plugin-import": "^2.29.1",
|
64 |
| - "eslint-plugin-n": "^16.5.0", |
| 64 | + "eslint-plugin-n": "^17.11.1", |
65 | 65 | "eslint-plugin-prettier": "^5.1.3",
|
66 |
| - "eslint-plugin-promise": "^6.0.0", |
| 66 | + "eslint-plugin-promise": "^7.1.0", |
67 | 67 | "eslint-plugin-react": "^7.32.1",
|
68 | 68 | "prettier": "^3.2.4"
|
69 | 69 | }
|
|
0 commit comments