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

[BUMP SDK IN DAPP] - Fixed the theme and twitter preview #1929

Merged
merged 3 commits into from
Oct 28, 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.25",
"@pushprotocol/socket": "0.5.3",
"@pushprotocol/uiweb": "1.7.0",
"@pushprotocol/uiweb": "2.0.0-exp.9",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-switch": "^1.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4096,9 +4096,9 @@ __metadata:
languageName: node
linkType: hard

"@pushprotocol/uiweb@npm:1.7.0":
version: 1.7.0
resolution: "@pushprotocol/uiweb@npm:1.7.0"
"@pushprotocol/uiweb@npm:2.0.0-exp.9":
version: 2.0.0-exp.9
resolution: "@pushprotocol/uiweb@npm:2.0.0-exp.9"
dependencies:
"@livekit/components-react": "npm:^1.2.2"
"@livekit/components-styles": "npm:^1.0.6"
Expand Down Expand Up @@ -4140,7 +4140,7 @@ __metadata:
react-dom: 17.0.2
styled-components: ^6.0.8
viem: ^1.3.0
checksum: 10/2b0d744503655f3758badc0ccce7f7cb7db3e0121541c450eb30ea2474a886a4217319642a830d4f7a64fca106b8222c3ff678da3e2c83ce7fc178583e76c618
checksum: 10/e5f70bb1370ae57332f04f9cc164eafcba688a45922dc1adb2bc44831a371ebde155cad652fcf94cb22f8a799a80919d2bdbb55ce5894404317ca82c8721e348
languageName: node
linkType: hard

Expand Down Expand Up @@ -18493,7 +18493,7 @@ __metadata:
"@mui/material": "npm:^5.5.0"
"@pushprotocol/restapi": "npm:1.7.25"
"@pushprotocol/socket": "npm:0.5.3"
"@pushprotocol/uiweb": "npm:1.7.0"
"@pushprotocol/uiweb": "npm:2.0.0-exp.9"
"@radix-ui/react-dialog": "npm:^1.1.1"
"@radix-ui/react-dropdown-menu": "npm:^2.1.1"
"@radix-ui/react-switch": "npm:^1.1.0"
Expand Down
Loading