Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - [BUMP SDK IN DAPP] Group Info Modal UI issues #1595

Merged
merged 3 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@mui/material": "^5.5.0",
"@pushprotocol/restapi": "1.7.20",
"@pushprotocol/socket": "0.5.3",
"@pushprotocol/uiweb": "1.3.7",
"@pushprotocol/uiweb": "1.6.0-alpha.4",
"@reduxjs/toolkit": "^1.7.1",
"@testing-library/dom": "^9.0.1",
"@testing-library/jest-dom": "^4.2.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4000,9 +4000,9 @@ __metadata:
languageName: node
linkType: hard

"@pushprotocol/uiweb@npm:1.3.7":
version: 1.3.7
resolution: "@pushprotocol/uiweb@npm:1.3.7"
"@pushprotocol/uiweb@npm:1.6.0-alpha.4":
version: 1.6.0-alpha.4
resolution: "@pushprotocol/uiweb@npm:1.6.0-alpha.4"
dependencies:
"@livekit/components-react": "npm:^1.2.2"
"@livekit/components-styles": "npm:^1.0.6"
Expand Down Expand Up @@ -4044,7 +4044,7 @@ __metadata:
react-dom: 17.0.2
styled-components: ^6.0.8
viem: ^1.3.0
checksum: 10/c3978e88df4d9d1991941454d03ce01a7c6e1f43577acd9f39228203425d82dd3a2ed0d2964eb106537d1697277fd91642d8a8c01a01e017703b1ec7f0ed9bac
checksum: 10/2e50e2904a41470e3488c3a1c939d78dca14a4640b13c97120983bcabd50e61f962ddc37a42f9d20918b7e22fd9c4ee8386c436188ac7ca598522db542a64d24
languageName: node
linkType: hard

Expand Down Expand Up @@ -17681,7 +17681,7 @@ __metadata:
"@mui/material": "npm:^5.5.0"
"@pushprotocol/restapi": "npm:1.7.20"
"@pushprotocol/socket": "npm:0.5.3"
"@pushprotocol/uiweb": "npm:1.3.7"
"@pushprotocol/uiweb": "npm:1.6.0-alpha.4"
"@reduxjs/toolkit": "npm:^1.7.1"
"@testing-library/dom": "npm:^9.0.1"
"@testing-library/jest-dom": "npm:^4.2.4"
Expand Down
Loading