From 73a3ab55c4f9c0a1b09ef09db0c5d654acf35886 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 05:06:54 +0000 Subject: [PATCH] fix(deps): update dependency @material-ui/core to v4.12.4 --- 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..3d84a52e8 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", + "@material-ui/core": "4.12.4", "apollo-boost": "0.4.9", "graphql": "15.7.2", "react": "17.0.2",