From 42f597ada4acf2c90504b55c9bd4b34c9382e64e Mon Sep 17 00:00:00 2001
From: RahulGautamSingh <rahultesnik@gmail.com>
Date: Tue, 20 Aug 2024 20:35:08 +0530
Subject: [PATCH] fix(lib/data): mdc-react monorepo `sourceUrl` (#30917)

---
 lib/data/monorepo.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json
index a4b799baaf..fb789fed6f 100644
--- a/lib/data/monorepo.json
+++ b/lib/data/monorepo.json
@@ -353,7 +353,7 @@
       "https://github.com/mui/material-ui",
       "https://github.com/mui/mui-x"
     ],
-    "mdc-react": "material-components/material-components-web-react",
+    "mdc-react": "https://github.com/material-components/material-components-web-react",
     "mdx": "https://github.com/mdx-js/mdx",
     "middy-js": "https://github.com/middyjs/middy",
     "mikro-orm": "https://github.com/mikro-orm/mikro-orm",
-- 
GitLab