Skip to content

Commit 565a9f4

Browse files
fix(deps): update frontend
1 parent cb17e30 commit 565a9f4

File tree

2 files changed

+223
-214
lines changed

2 files changed

+223
-214
lines changed

frontend/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@
55
"packageManager": "yarn@4.12.0",
66
"type": "module",
77
"dependencies": {
8-
"@apollo/client": "4.1.4",
8+
"@apollo/client": "4.1.6",
99
"@emotion/react": "11.14.0",
1010
"@emotion/styled": "11.14.1",
11-
"@fontsource/roboto": "5.2.9",
11+
"@fontsource/roboto": "5.2.10",
1212
"@hookform/resolvers": "5.2.2",
1313
"@mdi/js": "7.4.47",
1414
"@mui/lab": "7.0.1-beta.22",
1515
"@mui/material": "7.3.8",
16-
"@mui/x-data-grid": "8.27.1",
17-
"@mui/x-date-pickers": "8.27.0",
16+
"@mui/x-data-grid": "8.27.3",
17+
"@mui/x-date-pickers": "8.27.2",
1818
"autosuggest-highlight": "3.3.4",
1919
"axios": "1.13.5",
2020
"dayjs": "1.11.19",
21-
"graphql": "16.12.0",
22-
"i18next": "25.8.10",
21+
"graphql": "16.13.0",
22+
"i18next": "25.8.13",
2323
"i18next-browser-languagedetector": "8.2.1",
2424
"i18next-http-backend": "3.0.2",
2525
"react": "19.2.4",
2626
"react-dom": "19.2.4",
2727
"react-error-boundary": "6.1.1",
28-
"react-hook-form": "7.71.1",
28+
"react-hook-form": "7.71.2",
2929
"react-i18next": "16.5.4",
30-
"react-router": "7.13.0",
30+
"react-router": "7.13.1",
3131
"react-window": "2.2.7",
3232
"rxjs": "7.8.2",
3333
"universal-cookie": "7.1.4",
@@ -65,12 +65,12 @@
6565
},
6666
"devDependencies": {
6767
"@emotion/jest": "11.14.2",
68-
"@eslint/js": "9.39.2",
68+
"@eslint/js": "9.39.3",
6969
"@fontsource/material-icons": "5.2.7",
70-
"@storybook/builder-vite": "10.2.9",
70+
"@storybook/builder-vite": "10.2.13",
7171
"@storybook/icons": "2.0.1",
72-
"@storybook/react-vite": "10.2.9",
73-
"@stylistic/eslint-plugin": "5.8.0",
72+
"@storybook/react-vite": "10.2.13",
73+
"@stylistic/eslint-plugin": "5.9.0",
7474
"@testing-library/dom": "10.4.1",
7575
"@testing-library/jest-dom": "6.9.1",
7676
"@testing-library/react": "16.3.2",
@@ -80,17 +80,17 @@
8080
"@types/eslint__js": "9.14.0",
8181
"@types/identity-obj-proxy": "3",
8282
"@types/jest": "30.0.0",
83-
"@types/node": "25.2.3",
83+
"@types/node": "25.3.2",
8484
"@types/react": "19.2.14",
8585
"@types/react-dom": "19.2.3",
8686
"@types/react-test-renderer": "19.1.0",
87-
"@typescript-eslint/eslint-plugin": "8.56.0",
88-
"@typescript-eslint/parser": "8.56.0",
87+
"@typescript-eslint/eslint-plugin": "8.56.1",
88+
"@typescript-eslint/parser": "8.56.1",
8989
"@vitejs/plugin-react": "5.1.4",
9090
"@vueless/storybook-dark-mode": "10.0.7",
9191
"@welldone-software/why-did-you-render": "10.0.1",
9292
"concurrently": "9.2.1",
93-
"eslint": "9.39.2",
93+
"eslint": "9.39.3",
9494
"eslint-config-airbnb-extended": "3.0.1",
9595
"eslint-config-prettier": "10.1.8",
9696
"eslint-formatter-gitlab": "7.0.1",
@@ -99,7 +99,7 @@
9999
"eslint-plugin-jsx-a11y": "6.10.2",
100100
"eslint-plugin-react": "7.37.5",
101101
"eslint-plugin-react-hooks": "7.0.1",
102-
"eslint-plugin-storybook": "10.2.9",
102+
"eslint-plugin-storybook": "10.2.13",
103103
"eslint-plugin-unicorn": "63.0.0",
104104
"eslint-plugin-unused-imports": "4.4.1",
105105
"identity-obj-proxy": "3.0.0",
@@ -108,7 +108,7 @@
108108
"jest-junit": "16.0.0",
109109
"prettier": "3.8.1",
110110
"react-docgen": "8.0.2",
111-
"react-scan": "0.5.2",
111+
"react-scan": "0.5.3",
112112
"rollup-plugin-visualizer": "6.0.5",
113113
"rollup-preserve-directives": "1.1.3",
114114
"storybook": "10.2.9",
@@ -117,7 +117,7 @@
117117
"ts-jest": "29.4.6",
118118
"ts-node": "10.9.2",
119119
"typescript": "5.9.3",
120-
"typescript-eslint": "8.56.0",
120+
"typescript-eslint": "8.56.1",
121121
"unplugin-inject-preload": "3.0.0",
122122
"vite": "7.3.1",
123123
"vite-imagetools": "9.0.3",

0 commit comments

Comments
 (0)