Skip to content

Commit

Permalink
Merge pull request #204 from chain4travel/suite
Browse files Browse the repository at this point in the history
fix(kyc): downgrade mui version to compatible one (#203)
  • Loading branch information
mo-c4t authored Mar 27, 2024
2 parents 7f224b4 + f004425 commit 5585c21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@
"@c4tplatform/camino-wallet-sdk@file:camino-wallet-sdk":
version "0.0.2"
dependencies:
"@c4tplatform/caminojs" "file:../../../../Library/Caches/Yarn/v6/[email protected]3df52ea8-087a-4870-8d3a-6da9857358f7-1705938060340/node_modules/@c4tplatform/camino-wallet-sdk/caminojs"
"@c4tplatform/caminojs" "file:../../../../Library/Caches/Yarn/v6/[email protected]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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 5585c21

Please sign in to comment.