Skip to content

Commit 3526022

Browse files
committed
feat(frontend): Upgrade dependencies
1 parent e29d03c commit 3526022

2 files changed

Lines changed: 734 additions & 546 deletions

File tree

frontend/package.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@mdi/js": "7.4.47",
1414
"@mui/lab": "7.0.0-beta.14",
1515
"@mui/material": "7.2.0",
16-
"@mui/x-data-grid": "8.8.0",
17-
"@mui/x-date-pickers": "8.8.0",
16+
"@mui/x-data-grid": "8.9.1",
17+
"@mui/x-date-pickers": "8.9.0",
1818
"autosuggest-highlight": "3.3.4",
1919
"axios": "1.11.0",
2020
"dayjs": "1.11.13",
@@ -26,8 +26,8 @@
2626
"react-dom": "19.1.0",
2727
"react-error-boundary": "6.0.0",
2828
"react-hook-form": "7.60.0",
29-
"react-i18next": "15.6.0",
30-
"react-router": "7.6.3",
29+
"react-i18next": "15.6.1",
30+
"react-router": "7.7.0",
3131
"react-window": "1.8.11",
3232
"universal-cookie": "7.1.4",
3333
"yup": "1.6.1"
@@ -65,9 +65,10 @@
6565
"@emotion/jest": "11.13.0",
6666
"@eslint/js": "9.31.0",
6767
"@fontsource/material-icons": "5.2.5",
68-
"@storybook/builder-vite": "9.0.16",
68+
"@storybook/builder-vite": "9.0.18",
6969
"@storybook/icons": "1.4.0",
70-
"@storybook/react-vite": "9.0.16",
70+
"@storybook/react-vite": "9.0.18",
71+
"@testing-library/dom": "10.4.0",
7172
"@testing-library/jest-dom": "6.6.3",
7273
"@testing-library/react": "16.3.0",
7374
"@testing-library/user-event": "14.6.1",
@@ -76,49 +77,49 @@
7677
"@types/eslint__js": "9.14.0",
7778
"@types/identity-obj-proxy": "3",
7879
"@types/jest": "30.0.0",
79-
"@types/node": "22.16.3",
80+
"@types/node": "24.1.0",
8081
"@types/react": "19.1.8",
8182
"@types/react-dom": "19.1.6",
8283
"@types/react-test-renderer": "19.1.0",
8384
"@types/react-window": "1.8.8",
84-
"@typescript-eslint/eslint-plugin": "8.36.0",
85-
"@typescript-eslint/parser": "8.36.0",
86-
"@vitejs/plugin-react": "4.6.0",
85+
"@typescript-eslint/eslint-plugin": "8.38.0",
86+
"@typescript-eslint/parser": "8.38.0",
87+
"@vitejs/plugin-react": "4.7.0",
8788
"@vueless/storybook-dark-mode": "9.0.6",
8889
"@welldone-software/why-did-you-render": "10.0.1",
8990
"concurrently": "9.2.0",
9091
"eslint": "9.31.0",
9192
"eslint-config-airbnb": "19.0.4",
9293
"eslint-config-airbnb-base": "15.0.0",
93-
"eslint-config-prettier": "10.1.5",
94+
"eslint-config-prettier": "10.1.8",
9495
"eslint-formatter-gitlab": "6.0.1",
9596
"eslint-import-resolver-typescript": "4.4.4",
9697
"eslint-plugin-import-x": "4.16.1",
9798
"eslint-plugin-jsx-a11y": "6.10.2",
98-
"eslint-plugin-prettier": "5.5.1",
99+
"eslint-plugin-prettier": "5.5.3",
99100
"eslint-plugin-react": "7.37.5",
100101
"eslint-plugin-react-hooks": "5.2.0",
101-
"eslint-plugin-storybook": "9.0.16",
102-
"eslint-plugin-unicorn": "59.0.1",
102+
"eslint-plugin-storybook": "9.0.18",
103+
"eslint-plugin-unicorn": "60.0.0",
103104
"identity-obj-proxy": "3.0.0",
104-
"jest": "30.0.4",
105-
"jest-environment-jsdom": "30.0.4",
105+
"jest": "30.0.5",
106+
"jest-environment-jsdom": "30.0.5",
106107
"jest-junit": "16.0.0",
107108
"prettier": "3.6.2",
108109
"react-docgen": "8.0.0",
109110
"react-scan": "0.4.3",
110111
"rollup-plugin-visualizer": "6.0.3",
111112
"rollup-preserve-directives": "1.1.3",
112-
"storybook": "9.0.16",
113+
"storybook": "9.0.18",
113114
"storybook-addon-apollo-client": "9.0.0",
114115
"storybook-addon-remix-react-router": "5.0.0",
115116
"storybook-react-i18next": "4.0.11",
116117
"ts-jest": "29.4.0",
117118
"ts-node": "10.9.2",
118119
"typescript": "5.8.3",
119-
"typescript-eslint": "8.36.0",
120+
"typescript-eslint": "8.38.0",
120121
"unplugin-inject-preload": "3.0.0",
121-
"vite": "7.0.4",
122+
"vite": "7.0.5",
122123
"vite-imagetools": "7.1.0",
123124
"vite-plugin-svgr": "4.3.0",
124125
"vite-tsconfig-paths": "5.1.4",

0 commit comments

Comments
 (0)