Skip to content

Commit 1fad9b3

Browse files
committed
chore(other): bump all web deps
1 parent 3a424d8 commit 1fad9b3

2 files changed

Lines changed: 836 additions & 712 deletions

File tree

package.json

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,62 +17,61 @@
1717
"@emotion/react": "11.14.0",
1818
"@emotion/styled": "11.14.1",
1919
"@hookform/resolvers": "^5.2.2",
20-
"@mui/icons-material": "^7.3.6",
21-
"@mui/lab": "^7.0.1-beta.20",
22-
"@mui/material": "^7.3.6",
23-
"@mui/styled-engine": "^7.3.6",
24-
"@mui/system": "^7.3.7",
25-
"@mui/x-data-grid": "^8.23.0",
26-
"@mui/x-date-pickers": "^8.23.0",
20+
"@mui/icons-material": "^7.3.9",
21+
"@mui/lab": "7.0.1-beta.23",
22+
"@mui/material": "^7.3.9",
23+
"@mui/styled-engine": "^7.3.9",
24+
"@mui/system": "^7.3.9",
25+
"@mui/x-data-grid": "^8.27.4",
26+
"@mui/x-date-pickers": "^8.27.2",
2727
"@nivo/core": "^0.99.0",
2828
"@nivo/line": "^0.99.0",
2929
"@reduxjs/toolkit": "2.11.2",
3030
"browser-image-compression": "^2.0.2",
31-
"core-js": "^3.47.0",
32-
"i18next": "^25.7.3",
33-
"i18next-browser-languagedetector": "^8.2.0",
31+
"core-js": "^3.48.0",
32+
"i18next": "^25.8.14",
33+
"i18next-browser-languagedetector": "^8.2.1",
3434
"localforage": "^1.10.0",
3535
"luxon": "^3.7.2",
36-
"mathjs": "^15.1.0",
36+
"mathjs": "^15.1.1",
3737
"qrcode.react": "^4.2.0",
3838
"react": "19.2.3",
3939
"react-dom": "19.2.3",
40-
"react-hook-form": "^7.69.0",
41-
"react-i18next": "^16.5.0",
40+
"react-hook-form": "^7.71.2",
41+
"react-i18next": "^16.5.6",
4242
"react-redux": "9.2.0",
4343
"react-router": "7.12.0",
4444
"react-toastify": "^11.0.5",
4545
"redux": "^5.0.1",
4646
"redux-persist": "^6.0.0",
4747
"regenerator-runtime": "0.14.1",
4848
"tslib": "^2.8.1",
49-
"zod": "^4.2.1"
49+
"zod": "^4.3.6"
5050
},
5151
"devDependencies": {
52-
"@babel/core": "^7.28.5",
52+
"@babel/core": "^7.29.0",
5353
"@babel/preset-react": "^7.28.5",
54-
"@playwright/test": "^1.36.0",
5554
"@rtk-query/codegen-openapi": "^2.2.0",
5655
"@testing-library/dom": "10.4.1",
5756
"@testing-library/react": "16.3.1",
5857
"@types/luxon": "^3.7.1",
5958
"@types/node": "25.0.3",
6059
"@types/react": "19.2.7",
6160
"@types/react-dom": "19.2.3",
62-
"@vitejs/plugin-react": "^5.1.2",
63-
"@vitest/coverage-v8": "^4.0.16",
64-
"@vitest/ui": "^4.0.16",
61+
"@vitejs/plugin-react": "^5.1.4",
62+
"@vitest/coverage-v8": "^4.0.18",
63+
"@vitest/ui": "^4.0.18",
6564
"jsdom": "~27.4.0",
6665
"openapi-typescript-codegen": "^0.30.0",
6766
"oxfmt": "^0.21.0",
68-
"oxlint": "^1.36.0",
67+
"oxlint": "^1.51.0",
6968
"react-test-renderer": "19.2.3",
7069
"ts-node": "10.9.2",
71-
"typed-openapi": "^2.2.3",
70+
"typed-openapi": "^2.2.4",
7271
"typescript": "5.9.3",
7372
"vite": "npm:rolldown-vite@7.3.1",
7473
"vite-plugin-checker": "^0.12.0",
7574
"vite-tsconfig-paths": "^6.1.1",
76-
"vitest": "^4.0.16"
75+
"vitest": "^4.0.18"
7776
}
7877
}

0 commit comments

Comments
 (0)