|
18 | 18 | "prepare": "cd ../.. && husky rag/ui/.husky || true"
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 |
| - "@ant-design/icons": "^5.5.1", |
| 21 | + "@ant-design/icons": "^5.6.1", |
22 | 22 | "@emotion/react": "^11.14.0",
|
23 | 23 | "@emotion/styled": "^11.14.0",
|
24 | 24 | "@microsoft/fetch-event-source": "^2.0.1",
|
25 | 25 | "@mui/material": "^6.4.3",
|
26 | 26 | "@mui/x-charts": "^7.26.0",
|
27 |
| - "@tanstack/react-query": "^5.59.20", |
28 |
| - "@tanstack/react-query-devtools": "^5.59.20", |
29 |
| - "@tanstack/react-router": "^1.81.4", |
30 |
| - "antd": "^5.24.6", |
| 27 | + "@tanstack/react-query": "^5.79.0", |
| 28 | + "@tanstack/react-query-devtools": "^5.79.0", |
| 29 | + "@tanstack/react-router": "^1.120.13", |
| 30 | + "antd": "^5.25.3", |
31 | 31 | "date-fns": "^4.1.0",
|
32 | 32 | "lodash": "^4.17.21",
|
33 |
| - "react": "^18.3.1", |
34 |
| - "react-dom": "^18.3.1", |
| 33 | + "react": "^19.1.0", |
| 34 | + "react-dom": "^19.1.0", |
35 | 35 | "react-intersection-observer": "^9.16.0",
|
36 | 36 | "react-markdown": "^9.0.1",
|
37 | 37 | "rehype-raw": "^7.0.0",
|
38 |
| - "remark-gfm": "^4.0.0", |
39 |
| - "swagger-ui-react": "^5.21.0", |
40 |
| - "uuid": "^11.0.5" |
| 38 | + "remark-gfm": "^4.0.1", |
| 39 | + "swagger-ui-react": "^5.22.0", |
| 40 | + "uuid": "^11.1.0" |
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@eslint/js": "^9.14.0", |
44 |
| - "@playwright/test": "^1.48.2", |
45 |
| - "@tanstack/eslint-plugin-query": "^5.60.1", |
46 |
| - "@tanstack/router-devtools": "^1.81.4", |
47 |
| - "@tanstack/router-plugin": "^1.79.0", |
| 43 | + "@eslint/js": "^9.28.0", |
| 44 | + "@playwright/test": "^1.52.0", |
| 45 | + "@tanstack/eslint-plugin-query": "^5.78.0", |
| 46 | + "@tanstack/router-devtools": "^1.120.13", |
| 47 | + "@tanstack/router-plugin": "^1.120.13", |
48 | 48 | "@testing-library/jest-dom": "^6.6.3",
|
49 |
| - "@testing-library/react": "^16.0.1", |
50 |
| - "@testing-library/user-event": "^14.5.2", |
51 |
| - "@types/eslint__js": "^8.42.3", |
52 |
| - "@types/lodash": "^4.17.13", |
53 |
| - "@types/node": "^22.9.0", |
54 |
| - "@types/react": "^18.3.12", |
55 |
| - "@types/react-dom": "^18.3.1", |
| 49 | + "@testing-library/react": "^16.3.0", |
| 50 | + "@testing-library/user-event": "^14.6.1", |
| 51 | + "@types/lodash": "^4.17.17", |
| 52 | + "@types/node": "^22.15.29", |
| 53 | + "@types/react": "^19.1.6", |
| 54 | + "@types/react-dom": "^19.1.5", |
56 | 55 | "@types/swagger-ui-react": "^5.18.0",
|
57 |
| - "@typescript-eslint/eslint-plugin": "^8.14.0", |
58 |
| - "@typescript-eslint/parser": "^8.14.0", |
59 |
| - "@vitejs/plugin-react": "^4.3.3", |
60 |
| - "eslint": "^9.14.0", |
61 |
| - "eslint-config-prettier": "^9.1.0", |
62 |
| - "eslint-plugin-prettier": "^5.2.1", |
63 |
| - "eslint-plugin-react": "^7.37.2", |
64 |
| - "eslint-plugin-react-hooks": "^5.0.0", |
65 |
| - "eslint-plugin-react-refresh": "^0.4.14", |
| 56 | + "@typescript-eslint/eslint-plugin": "^8.33.0", |
| 57 | + "@typescript-eslint/parser": "^8.33.0", |
| 58 | + "@vitejs/plugin-react": "^4.5.0", |
| 59 | + "eslint": "^9.28.0", |
| 60 | + "eslint-config-prettier": "^10.1.5", |
| 61 | + "eslint-plugin-prettier": "^5.4.1", |
| 62 | + "eslint-plugin-react": "^7.37.5", |
| 63 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 64 | + "eslint-plugin-react-refresh": "^0.4.20", |
66 | 65 | "eslint-plugin-unused-imports": "^4.1.4",
|
67 |
| - "globals": "^15.12.0", |
68 |
| - "husky": "^9.1.6", |
69 |
| - "jsdom": "^25.0.1", |
70 |
| - "lint-staged": "^15.2.10", |
71 |
| - "prettier": "^3.3.3", |
72 |
| - "typescript": "^5.6.3", |
73 |
| - "typescript-eslint": "^8.14.0", |
74 |
| - "vite": "^5.4.19", |
| 66 | + "globals": "^16.2.0", |
| 67 | + "husky": "^9.1.7", |
| 68 | + "jsdom": "^26.1.0", |
| 69 | + "lint-staged": "^16.1.0", |
| 70 | + "prettier": "^3.5.3", |
| 71 | + "typescript": "^5.8.3", |
| 72 | + "typescript-eslint": "^8.33.0", |
| 73 | + "vite": "^6.3.5", |
75 | 74 | "vite-plugin-svgr": "^4.3.0",
|
76 |
| - "vite-tsconfig-paths": "^5.1.2", |
77 |
| - "vitest": "^2.1.9" |
| 75 | + "vite-tsconfig-paths": "^5.1.4", |
| 76 | + "vitest": "^3.1.4" |
78 | 77 | },
|
79 | 78 | "lint-staged": {
|
80 | 79 | "!(*.{ts,tsx})": "prettier --write",
|
|
0 commit comments