Skip to content

Commit

Permalink
fix(deps): update frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent 83623c7 commit ce4056f
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 195 deletions.
40 changes: 20 additions & 20 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,34 @@
"packageManager": "[email protected]",
"type": "module",
"dependencies": {
"@apollo/client": "3.12.2",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@apollo/client": "3.12.3",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@hookform/resolvers": "3.9.1",
"@mdi/js": "7.4.47",
"@mui/lab": "6.0.0-beta.18",
"@mui/material": "6.1.10",
"@mui/x-data-grid": "7.23.1",
"@mui/x-date-pickers": "7.23.1",
"@mui/lab": "6.0.0-beta.19",
"@mui/material": "6.2.0",
"@mui/x-data-grid": "7.23.2",
"@mui/x-date-pickers": "7.23.2",
"@types/autosuggest-highlight": "3.2.3",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/node": "22.10.2",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"@types/react-window": "1.8.8",
"autosuggest-highlight": "3.3.4",
"axios": "1.7.9",
"dayjs": "1.11.13",
"graphql": "16.9.0",
"i18next": "24.0.5",
"i18next-browser-languagedetector": "8.0.1",
"i18next": "24.1.0",
"i18next-browser-languagedetector": "8.0.2",
"i18next-http-backend": "3.0.1",
"react": "18.3.1",
"react-docgen": "7.1.0",
"react-dom": "18.3.1",
"react-error-boundary": "4.1.2",
"react-hook-form": "7.54.0",
"react-i18next": "15.1.3",
"react-hook-form": "7.54.1",
"react-i18next": "15.2.0",
"react-router-dom": "6.28.0",
"react-window": "1.8.10",
"universal-cookie": "7.1.4",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"devDependencies": {
"@emotion/jest": "11.13.0",
"@eslint/js": "9.16.0",
"@eslint/js": "9.17.0",
"@fontsource/material-icons": "5.1.0",
"@fontsource/roboto": "5.1.0",
"@storybook/addon-actions": "8.4.7",
Expand All @@ -89,12 +89,12 @@
"@types/eslint__js": "8.42.3",
"@types/identity-obj-proxy": "3",
"@types/react-test-renderer": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@vitejs/plugin-react": "4.3.4",
"@welldone-software/why-did-you-render": "8.0.3",
"concurrently": "9.1.0",
"eslint": "9.16.0",
"eslint": "9.17.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -117,11 +117,11 @@
"storybook-addon-apollo-client": "7.3.0",
"storybook-addon-remix-react-router": "3.0.2",
"storybook-dark-mode": "4.0.2",
"storybook-react-i18next": "3.1.7",
"storybook-react-i18next": "3.1.8",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0",
"typescript-eslint": "8.18.0",
"unplugin-inject-preload": "3.0.0",
"vite": "6.0.3",
"vite-imagetools": "7.0.5",
Expand Down
Loading

0 comments on commit ce4056f

Please sign in to comment.