Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ nodeLinker: node-modules

npmMinimalAgeGate: 0

yarnPath: .yarn/releases/yarn-4.17.0.cjs
yarnPath: .yarn/releases/yarn-4.17.1.cjs
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.30-alpine
FROM nginx:1.31-alpine

COPY dist/ /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
52 changes: 26 additions & 26 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
"name": "frontend",
"version": "0.1.0",
"private": true,
"packageManager": "yarn@4.17.0",
"packageManager": "yarn@4.17.1",
"type": "module",
"dependencies": {
"@apollo/client": "4.2.3",
"@apollo/client": "4.2.6",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@fontsource/roboto": "5.2.10",
"@hookform/resolvers": "5.4.0",
"@mdi/js": "7.4.47",
"@mui/lab": "9.0.0-beta.5",
"@mui/material": "9.1.2",
"@mui/x-data-grid": "9.7.0",
"@mui/x-date-pickers": "9.7.0",
"@mui/lab": "9.0.0-beta.6",
"@mui/material": "9.2.0",
"@mui/x-data-grid": "9.9.0",
"@mui/x-date-pickers": "9.9.0",
"autosuggest-highlight": "3.3.4",
"axios": "1.18.1",
"dayjs": "1.11.21",
"graphql": "17.0.1",
"i18next": "26.3.4",
"graphql": "17.0.2",
"i18next": "26.3.6",
"i18next-browser-languagedetector": "8.2.1",
"i18next-http-backend": "4.0.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-error-boundary": "6.1.2",
"react-hook-form": "7.80.0",
"react-i18next": "17.0.8",
"react-router": "8.1.0",
"react-hook-form": "7.81.0",
"react-i18next": "17.0.9",
"react-router": "8.2.0",
"react-window": "2.2.7",
"rxjs": "7.8.2",
"universal-cookie": "7.1.4",
Expand Down Expand Up @@ -66,11 +66,11 @@
"devDependencies": {
"@aminya/minijson": "1.1.3",
"@emotion/jest": "11.14.2",
"@eslint/js": "9.39.4",
"@eslint/js": "9.39.5",
"@fontsource/material-icons": "5.2.7",
"@storybook/builder-vite": "10.4.6",
"@storybook/builder-vite": "10.5.0",
"@storybook/icons": "2.1.0",
"@storybook/react-vite": "10.4.6",
"@storybook/react-vite": "10.5.0",
"@stylistic/eslint-plugin": "5.10.0",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
Expand All @@ -79,46 +79,46 @@
"@types/autosuggest-highlight": "3.2.3",
"@types/eslint": "9",
"@types/eslint__js": "9.14.0",
"@types/node": "26.1.0",
"@types/node": "26.1.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/react-test-renderer": "19.1.0",
"@typescript-eslint/eslint-plugin": "8.62.1",
"@typescript-eslint/parser": "8.62.1",
"@typescript-eslint/eslint-plugin": "8.63.0",
"@typescript-eslint/parser": "8.63.0",
"@vitejs/plugin-react": "6.0.3",
"@vitest/coverage-v8": "4.1.9",
"@vitest/coverage-v8": "4.1.10",
"@vueless/storybook-dark-mode": "10.0.8",
"@welldone-software/why-did-you-render": "10.0.1",
"concurrently": "10.0.3",
"eslint": "9.39.4",
"eslint": "9.39.5",
"eslint-config-airbnb-extended": "3.1.0",
"eslint-config-prettier": "10.1.8",
"eslint-formatter-gitlab": "7.2.0",
"eslint-import-resolver-typescript": "4.4.5",
"eslint-plugin-import-x": "4.16.2",
"eslint-plugin-import-x": "4.17.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-storybook": "10.4.6",
"eslint-plugin-storybook": "10.5.0",
"eslint-plugin-unicorn": "70.0.0",
"eslint-plugin-unused-imports": "4.4.1",
"jsdom": "29.1.1",
"prettier": "3.9.4",
"prettier": "3.9.5",
"react-docgen": "8.0.3",
"react-scan": "0.5.7",
"rollup-plugin-visualizer": "7.0.1",
"rollup-preserve-directives": "1.1.3",
"storybook": "10.4.6",
"storybook": "10.5.0",
"storybook-addon-remix-react-router": "6.1.0",
"storybook-react-i18next": "10.1.2",
"ts-node": "10.9.2",
"typescript": "6.0.3",
"typescript-eslint": "8.62.1",
"typescript-eslint": "8.63.0",
"unplugin-inject-preload": "3.0.0",
"vite": "8.1.0",
"vite": "8.1.4",
"vite-imagetools": "10.0.1",
"vite-plugin-svgr": "5.2.0",
"vitest": "4.1.9",
"vitest": "4.1.10",
"whatwg-fetch": "3.6.20",
"yarn-or-npm": "3.0.1"
}
Expand Down
Loading
Loading