Skip to content

Commit 1bcb370

Browse files
committed
Bump UI dependencies
1 parent 841acc7 commit 1bcb370

3 files changed

Lines changed: 83 additions & 83 deletions

File tree

console/ui/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ The optimized build will be output to the `dist` folder. You can then serve this
5454

5555
- React
5656
- Redux Toolkit (RTK Query for data fetching)
57-
- React Router v6
57+
- React Router
5858
- Vite (development and build tool)
5959
- Material UI (UI kit)
60-
- Material React Table V2
60+
- Material React Table
6161
- React-toastify
6262

6363
**Deployment:**

console/ui/package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -16,72 +16,72 @@
1616
"dependencies": {
1717
"@emotion/react": "^11.14.0",
1818
"@emotion/styled": "^11.14.1",
19-
"@fontsource/roboto": "^5.2.8",
19+
"@fontsource/roboto": "^5.2.10",
2020
"@hookform/resolvers": "^5.2.2",
2121
"@monaco-editor/react": "^4.7.0",
22-
"@mui/icons-material": "^7.3.5",
23-
"@mui/lab": "^7.0.1-beta.19",
24-
"@mui/material": "^7.3.5",
25-
"@mui/x-data-grid": "^8.16.0",
26-
"@mui/x-date-pickers": "^8.16.0",
27-
"@reduxjs/toolkit": "^2.10.1",
22+
"@mui/icons-material": "^7.3.10",
23+
"@mui/lab": "^7.0.1-beta.24",
24+
"@mui/material": "^7.3.10",
25+
"@mui/x-data-grid": "^8.28.2",
26+
"@mui/x-date-pickers": "^8.28.4",
27+
"@reduxjs/toolkit": "^2.11.2",
2828
"@tanstack/match-sorter-utils": "^8.19.4",
2929
"date-fns": "^4.1.0",
30-
"i18next": "^25.6.0",
31-
"i18next-browser-languagedetector": "^8.2.0",
32-
"i18next-fs-backend": "^2.6.4",
33-
"i18next-http-backend": "^3.0.5",
30+
"i18next": "^25.10.10",
31+
"i18next-browser-languagedetector": "^8.2.1",
32+
"i18next-fs-backend": "^2.6.5",
33+
"i18next-http-backend": "^3.0.6",
3434
"ip-regex": "^5.0.0",
35-
"js-yaml": "^4.1.0",
35+
"js-yaml": "^4.1.1",
3636
"lodash": "^4.18.1",
3737
"material-react-table": "^3.2.1",
3838
"normalize.css": "^8.0.1",
39-
"react": "^19.2.0",
40-
"react-dom": "^19.2.0",
41-
"react-error-boundary": "^6.0.0",
42-
"react-hook-form": "^7.66.0",
39+
"react": "^19.2.5",
40+
"react-dom": "^19.2.5",
41+
"react-error-boundary": "^6.1.1",
42+
"react-hook-form": "^7.75.0",
4343
"react-i18next": "^15.7.4",
4444
"react-lazylog": "^4.5.3",
4545
"react-redux": "^9.2.0",
46-
"react-router-dom": "^7.9.5",
47-
"react-toastify": "^11.0.5",
48-
"swiper": "^12.0.3",
49-
"yaml": "^2.8.1",
46+
"react-router-dom": "^7.14.2",
47+
"react-toastify": "^11.1.0",
48+
"swiper": "^12.1.4",
49+
"yaml": "^2.8.4",
5050
"yup": "^1.7.1"
5151
},
5252
"devDependencies": {
5353
"@faker-js/faker": "^9.9.0",
5454
"@mui/system": "^7",
55-
"@oazapfts/runtime": "^1.0.4",
56-
"@rtk-query/codegen-openapi": "^2.1.0",
55+
"@oazapfts/runtime": "^1.2.0",
56+
"@rtk-query/codegen-openapi": "^2.2.0",
5757
"@testing-library/dom": "^10.4.1",
5858
"@testing-library/jest-dom": "^6.9.1",
59-
"@testing-library/react": "^16.3.0",
59+
"@testing-library/react": "^16.3.2",
6060
"@testing-library/user-event": "^14.6.1",
6161
"@types/js-yaml": "^4.0.9",
62-
"@types/lodash": "^4.17.20",
63-
"@types/node": "^22.19.0",
64-
"@types/react": "^19.2.2",
65-
"@types/react-dom": "^19.2.2",
62+
"@types/lodash": "^4.17.24",
63+
"@types/node": "^22.19.17",
64+
"@types/react": "^19.2.14",
65+
"@types/react-dom": "^19.2.3",
6666
"@types/react-lazylog": "^4.5.4",
67-
"@typescript-eslint/eslint-plugin": "^8.46.3",
68-
"@typescript-eslint/parser": "^8.46.3",
69-
"@vitejs/plugin-react": "^5.1.0",
70-
"@vitejs/plugin-react-swc": "^4.2.0",
71-
"autoprefixer": "^10.4.21",
67+
"@typescript-eslint/eslint-plugin": "^8.59.1",
68+
"@typescript-eslint/parser": "^8.59.1",
69+
"@vitejs/plugin-react": "^5.2.0",
70+
"@vitejs/plugin-react-swc": "^4.3.0",
71+
"autoprefixer": "^10.5.0",
7272
"esbuild": "^0.28.0",
73-
"esbuild-plugin-react-virtualized": "^1.0.5",
73+
"esbuild-plugin-react-virtualized": "^1.0.6",
7474
"esbuild-runner": "^2.2.2",
75-
"eslint": "^9.39.1",
75+
"eslint": "^9.39.4",
7676
"eslint-plugin-react": "^7.37.5",
7777
"eslint-plugin-react-hooks": "^5.2.0",
78-
"eslint-plugin-react-refresh": "^0.5.0",
78+
"eslint-plugin-react-refresh": "^0.5.2",
7979
"jsdom": "^26.1.0",
80-
"monaco-editor": "^0.55.0",
80+
"monaco-editor": "^0.55.1",
8181
"openapi-types": "^12.1.3",
8282
"postcss": "^8",
83-
"prettier": "^3.6.2",
84-
"sass": "^1.93.3",
83+
"prettier": "^3.8.3",
84+
"sass": "^1.99.0",
8585
"typescript": "^5.9.3",
8686
"vite": "^7.3.2",
8787
"vite-plugin-svgr": "^4.5.0",

0 commit comments

Comments
 (0)