From 336c0e4443f05c83d0c5bfcef874dec563ce3569 Mon Sep 17 00:00:00 2001 From: Mohamed Elmoslemany <117270519+mo-c4t@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:47:46 +0100 Subject: [PATCH] fix(kyc): downgrade mui version to compatible one (#203) authored-by: aeddaqqa --- package.json | 6 +++--- yarn.lock | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index fd18a68c..61aecc4e 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,9 @@ "@emotion/styled": "^11.10.5", "@mdi/js": "^7.0.96", "@mdi/react": "^1.6.1", - "@mui/icons-material": "^5.15.11", - "@mui/material": "^5.15.11", - "@mui/system": "^5.15.11", + "@mui/icons-material": "5.10.14", + "@mui/material": "5.10.14", + "@mui/system": "5.10.14", "@reduxjs/toolkit": "^1.8.1", "@testing-library/dom": "^8.19.0", "@testing-library/jest-dom": "^5.16.4", diff --git a/yarn.lock b/yarn.lock index 304ba426..38436db3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1173,7 +1173,7 @@ "@c4tplatform/camino-wallet-sdk@file:camino-wallet-sdk": version "0.0.2" dependencies: - "@c4tplatform/caminojs" "file:../../../../Library/Caches/Yarn/v6/npm-@c4tplatform-camino-wallet-sdk-0.0.2-3df52ea8-087a-4870-8d3a-6da9857358f7-1705938060340/node_modules/@c4tplatform/camino-wallet-sdk/caminojs" + "@c4tplatform/caminojs" "file:../../../../Library/Caches/Yarn/v6/npm-@c4tplatform-camino-wallet-sdk-0.0.2-bf5d75f4-c431-46fb-90bb-651b19551bc3-1711549776273/node_modules/@c4tplatform/camino-wallet-sdk/caminojs" "@ethereumjs/tx" "3.4.0" "@ledgerhq/hw-app-eth" "6.12.2" "@ledgerhq/hw-transport" "^6.19.0" @@ -13995,10 +13995,10 @@ typescript-transform-paths@^2.2.3: dependencies: minimatch "^3.0.4" -typescript@^4.5.2: - version "4.9.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" - integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== +typescript@^5.3.3: + version "5.4.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff" + integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg== ultron@~1.1.0: version "1.1.1"