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 Oct 2, 2024
1 parent 94121f2 commit 1ac3a09
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 71 deletions.
16 changes: 8 additions & 8 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"@hookform/resolvers": "3.9.0",
"@mdi/js": "7.4.47",
"@mui/lab": "6.0.0-beta.10",
"@mui/material": "6.1.1",
"@mui/material": "6.1.2",
"@mui/x-data-grid": "7.18.0",
"@mui/x-date-pickers": "7.18.0",
"@types/autosuggest-highlight": "3.2.3",
"@types/jest": "29.5.13",
"@types/node": "22.7.4",
"@types/react": "18.3.10",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-window": "1.8.8",
"autosuggest-highlight": "3.3.4",
Expand All @@ -35,7 +35,7 @@
"react-i18next": "15.0.2",
"react-router-dom": "6.26.2",
"react-window": "1.8.10",
"universal-cookie": "7.1.4",
"universal-cookie": "7.2.0",
"yup": "1.4.0"
},
"scripts": {
Expand Down Expand Up @@ -89,8 +89,8 @@
"@types/eslint__js": "8.42.3",
"@types/identity-obj-proxy": "3",
"@types/react-test-renderer": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@vitejs/plugin-react": "4.3.2",
"@welldone-software/why-did-you-render": "8.0.3",
"concurrently": "9.0.1",
Expand All @@ -103,8 +103,8 @@
"eslint-plugin-import-x": "4.3.1",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-react-hooks": "5.1.0-rc-eb3ad065-20240822",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-unicorn": "55.0.0",
"identity-obj-proxy": "3.0.0",
"jest": "29.7.0",
Expand All @@ -121,7 +121,7 @@
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"typescript-eslint": "8.7.0",
"typescript-eslint": "8.8.0",
"unplugin-inject-preload": "3.0.0",
"vite": "5.4.8",
"vite-imagetools": "7.0.4",
Expand Down
Loading

0 comments on commit 1ac3a09

Please sign in to comment.