Skip to content

Commit 0daf0c5

Browse files
UI: Package bumps (#222)
* bumping minor versions up * fix linting * bump more packages * bump mui down * bump react-markdown down
1 parent 8ee185c commit 0daf0c5

File tree

10 files changed

+2984
-2881
lines changed

10 files changed

+2984
-2881
lines changed

ui/package.json

Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -18,63 +18,62 @@
1818
"prepare": "cd ../.. && husky rag/ui/.husky || true"
1919
},
2020
"dependencies": {
21-
"@ant-design/icons": "^5.5.1",
21+
"@ant-design/icons": "^5.6.1",
2222
"@emotion/react": "^11.14.0",
2323
"@emotion/styled": "^11.14.0",
2424
"@microsoft/fetch-event-source": "^2.0.1",
2525
"@mui/material": "^6.4.3",
2626
"@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",
3131
"date-fns": "^4.1.0",
3232
"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",
3535
"react-intersection-observer": "^9.16.0",
3636
"react-markdown": "^9.0.1",
3737
"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"
4141
},
4242
"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",
4848
"@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",
5655
"@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",
6665
"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",
7574
"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"
7877
},
7978
"lint-staged": {
8079
"!(*.{ts,tsx})": "prettier --write",

0 commit comments

Comments
 (0)