From 00e7f104e222c6c68bedb35cf3c3a076d9ccd2fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:16:39 +0000 Subject: [PATCH] fix(deps): update mui to v6 --- frontend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index fd0844b..1a4ba75 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,9 +17,9 @@ "@bcgov/bc-sans": "^2.1.0", "@emotion/react": "^11.11.0", "@emotion/styled": "^11.11.0", - "@mui/icons-material": "^5.11.16", - "@mui/material": "^5.13.1", - "@mui/system": "^5.15.9", + "@mui/icons-material": "^6.0.0", + "@mui/material": "^6.0.0", + "@mui/system": "^6.0.0", "@mui/x-data-grid": "^7.0.0", "@vitejs/plugin-react": "^4.0.0", "axios": "^1.6.8",