From fa1deb1534caa096c243bd14f7624256bc4381c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 21:22:23 +0000 Subject: [PATCH] fix(deps): replace dependency @material-ui/core with @mui/material --- templates/fullstack/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/fullstack/client/package.json b/templates/fullstack/client/package.json index 2303e9bc8..81f8eff1d 100644 --- a/templates/fullstack/client/package.json +++ b/templates/fullstack/client/package.json @@ -13,7 +13,7 @@ "dependencies": { "@apollo/react-common": "3.1.4", "@apollo/react-hooks": "3.1.5", - "@material-ui/core": "4.12.3", + "@mui/material": "5.0.0", "apollo-boost": "0.4.9", "graphql": "15.7.2", "react": "17.0.2",