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] Updated the uiweb version to 1.4.1 #1668

Merged
merged 3 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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.4.0",
"@pushprotocol/uiweb": "1.0.0-exp.14",
"@reduxjs/toolkit": "^1.7.1",
"@tanstack/react-query": "^5.44.0",
"@tanstack/react-query-devtools": "^5.44.0",
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.4.0":
version: 1.4.0
resolution: "@pushprotocol/uiweb@npm:1.4.0"
"@pushprotocol/uiweb@npm:1.0.0-exp.14":
version: 1.0.0-exp.14
resolution: "@pushprotocol/uiweb@npm:1.0.0-exp.14"
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/3336bbf9853af0b1d7c64ec1a136a3cbe1eaf49d8aeeb6d5c8ab1cf4294eee11536585b6b3183e335149adb141d6739239387d5c8cc9be4a5faf2df3bb31b928
checksum: 10/87b8af7f939cbb92ad285a1ec70c0c77c4cd419de4a9285944ec121cb0d25d928ef4c12e8d25bbdf43f01b21e15c95577cf2f5d9138209b43501a986eda538b5
languageName: node
linkType: hard

Expand Down Expand Up @@ -17655,7 +17655,7 @@ __metadata:
"@mui/material": "npm:^5.5.0"
"@pushprotocol/restapi": "npm:1.7.20"
"@pushprotocol/socket": "npm:0.5.3"
"@pushprotocol/uiweb": "npm:1.4.0"
"@pushprotocol/uiweb": "npm:1.0.0-exp.14"
"@reduxjs/toolkit": "npm:^1.7.1"
"@tanstack/react-query": "npm:^5.44.0"
"@tanstack/react-query-devtools": "npm:^5.44.0"
Expand Down
Loading