Skip to content

Commit 9160d30

Browse files
fix(deps): update frontend
1 parent f014f77 commit 9160d30

3 files changed

Lines changed: 1127 additions & 760 deletions

File tree

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.30-alpine
1+
FROM nginx:1.31-alpine
22

33
COPY dist/ /usr/share/nginx/html
44
COPY nginx.conf /etc/nginx/conf.d/default.conf

frontend/package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
"@fontsource/roboto": "5.2.10",
1212
"@hookform/resolvers": "5.2.2",
1313
"@mdi/js": "7.4.47",
14-
"@mui/lab": "9.0.0-beta.2",
15-
"@mui/material": "9.0.0",
16-
"@mui/x-data-grid": "9.0.3",
17-
"@mui/x-date-pickers": "9.0.3",
14+
"@mui/lab": "9.0.0-beta.3",
15+
"@mui/material": "9.0.1",
16+
"@mui/x-data-grid": "9.2.0",
17+
"@mui/x-date-pickers": "9.2.0",
1818
"autosuggest-highlight": "3.3.4",
19-
"axios": "1.15.2",
19+
"axios": "1.16.1",
2020
"dayjs": "1.11.20",
21-
"graphql": "16.13.2",
22-
"i18next": "26.0.8",
21+
"graphql": "16.14.0",
22+
"i18next": "26.2.0",
2323
"i18next-browser-languagedetector": "8.2.1",
2424
"i18next-http-backend": "3.0.6",
25-
"react": "19.2.5",
26-
"react-dom": "19.2.5",
25+
"react": "19.2.6",
26+
"react-dom": "19.2.6",
2727
"react-error-boundary": "6.1.1",
28-
"react-hook-form": "7.74.0",
29-
"react-i18next": "17.0.6",
30-
"react-router": "7.14.2",
28+
"react-hook-form": "7.76.0",
29+
"react-i18next": "17.0.8",
30+
"react-router": "7.15.1",
3131
"react-window": "2.2.7",
3232
"rxjs": "7.8.2",
3333
"universal-cookie": "7.1.4",
@@ -68,9 +68,9 @@
6868
"@emotion/jest": "11.14.2",
6969
"@eslint/js": "9.39.4",
7070
"@fontsource/material-icons": "5.2.7",
71-
"@storybook/builder-vite": "10.3.5",
72-
"@storybook/icons": "2.0.1",
73-
"@storybook/react-vite": "10.3.5",
71+
"@storybook/builder-vite": "10.4.0",
72+
"@storybook/icons": "2.0.2",
73+
"@storybook/react-vite": "10.4.0",
7474
"@stylistic/eslint-plugin": "5.10.0",
7575
"@testing-library/dom": "10.4.1",
7676
"@testing-library/jest-dom": "6.9.1",
@@ -79,15 +79,15 @@
7979
"@types/autosuggest-highlight": "3.2.3",
8080
"@types/eslint": "9",
8181
"@types/eslint__js": "9.14.0",
82-
"@types/node": "25.6.0",
82+
"@types/node": "25.9.0",
8383
"@types/react": "19.2.14",
8484
"@types/react-dom": "19.2.3",
8585
"@types/react-test-renderer": "19.1.0",
86-
"@typescript-eslint/eslint-plugin": "8.59.1",
87-
"@typescript-eslint/parser": "8.59.1",
88-
"@vitejs/plugin-react": "6.0.1",
89-
"@vitest/coverage-v8": "4.1.5",
90-
"@vueless/storybook-dark-mode": "10.0.7",
86+
"@typescript-eslint/eslint-plugin": "8.59.3",
87+
"@typescript-eslint/parser": "8.59.3",
88+
"@vitejs/plugin-react": "6.0.2",
89+
"@vitest/coverage-v8": "4.1.6",
90+
"@vueless/storybook-dark-mode": "10.0.8",
9191
"@welldone-software/why-did-you-render": "10.0.1",
9292
"concurrently": "9.2.1",
9393
"eslint": "9.39.4",
@@ -99,26 +99,26 @@
9999
"eslint-plugin-jsx-a11y": "6.10.2",
100100
"eslint-plugin-react": "7.37.5",
101101
"eslint-plugin-react-hooks": "7.1.1",
102-
"eslint-plugin-storybook": "10.3.5",
102+
"eslint-plugin-storybook": "10.4.0",
103103
"eslint-plugin-unicorn": "64.0.0",
104104
"eslint-plugin-unused-imports": "4.4.1",
105-
"jsdom": "29.1.0",
105+
"jsdom": "29.1.1",
106106
"prettier": "3.8.3",
107107
"react-docgen": "8.0.3",
108-
"react-scan": "0.5.3",
108+
"react-scan": "0.5.6",
109109
"rollup-plugin-visualizer": "7.0.1",
110110
"rollup-preserve-directives": "1.1.3",
111-
"storybook": "10.3.5",
111+
"storybook": "10.4.0",
112112
"storybook-addon-remix-react-router": "6.1.0",
113113
"storybook-react-i18next": "10.1.2",
114114
"ts-node": "10.9.2",
115115
"typescript": "6.0.3",
116-
"typescript-eslint": "8.59.1",
116+
"typescript-eslint": "8.59.3",
117117
"unplugin-inject-preload": "3.0.0",
118-
"vite": "8.0.10",
118+
"vite": "8.0.13",
119119
"vite-imagetools": "10.0.0",
120120
"vite-plugin-svgr": "5.2.0",
121-
"vitest": "4.1.5",
121+
"vitest": "4.1.6",
122122
"whatwg-fetch": "3.6.20",
123123
"yarn-or-npm": "3.0.1"
124124
}

0 commit comments

Comments
 (0)