From a614a8f559ac22b7eab44ae7873f6f99fec15ec5 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Mon, 3 Oct 2022 17:59:28 -0700 Subject: [PATCH] update @mui/material and @mui/icons-material This works much better with a working lockfile... --- ui/package-lock.json | 4 ++-- ui/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 4b90c8c..184804d 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -11,9 +11,9 @@ "@emotion/react": "^11.8.2", "@emotion/styled": "^11.8.1", "@fontsource/roboto": "^4.5.3", - "@mui/icons-material": "^5.5.1", + "@mui/icons-material": "^5.10.6", "@mui/lab": "^5.0.0-alpha.73", - "@mui/material": "^5.5.1", + "@mui/material": "^5.10.8", "@react-hook/resize-observer": "^1.2.5", "@types/jest": "^27.4.1", "@types/node": "^17.0.21", diff --git a/ui/package.json b/ui/package.json index 287dd9d..48e380f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -6,9 +6,9 @@ "@emotion/react": "^11.8.2", "@emotion/styled": "^11.8.1", "@fontsource/roboto": "^4.5.3", - "@mui/icons-material": "^5.5.1", + "@mui/icons-material": "^5.10.6", "@mui/lab": "^5.0.0-alpha.73", - "@mui/material": "^5.5.1", + "@mui/material": "^5.10.8", "@react-hook/resize-observer": "^1.2.5", "@types/jest": "^27.4.1", "@types/node": "^17.0.21",