Skip to content

Commit

Permalink
chore: add support for erc1155
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashshah committed Aug 5, 2024
1 parent a1d331b commit d901671
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.23",
"@pushprotocol/socket": "0.5.3",
"@pushprotocol/uiweb": "1.4.2",
"@pushprotocol/uiweb": "1.0.0-exp.18",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-switch": "^1.1.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3991,9 +3991,9 @@ __metadata:
languageName: node
linkType: hard

"@pushprotocol/uiweb@npm:1.4.2":
version: 1.4.2
resolution: "@pushprotocol/uiweb@npm:1.4.2"
"@pushprotocol/uiweb@npm:1.0.0-exp.18":
version: 1.0.0-exp.18
resolution: "@pushprotocol/uiweb@npm:1.0.0-exp.18"
dependencies:
"@livekit/components-react": "npm:^1.2.2"
"@livekit/components-styles": "npm:^1.0.6"
Expand Down Expand Up @@ -4027,15 +4027,15 @@ __metadata:
react-twitter-embed: "npm:^4.0.4"
uuid: "npm:^9.0.1"
peerDependencies:
"@pushprotocol/restapi": 1.7.19
"@pushprotocol/restapi": 1.7.25
"@pushprotocol/socket": ^0.5.0
axios: ^0.27.2
openpgp: ^5.8.0
react: ">=16.8.0"
react-dom: 17.0.2
styled-components: ^6.0.8
viem: ^1.3.0
checksum: 10/0e7dcad131914c204f4035c7a57502bb6a2996e07560f60216eba5eec525721e15fe7a660cbe27cd5b5a64306e9a286b982b8ce98db9655226ecdbda319efc0c
checksum: 10/a47c76cb82bf2483675c28e4d068dc486ec24410c086c67118b19f21f2e6d785104dd7554f4b82a058bc7d30760ba73e55674332de46c8c1ca56bbe70024f07e
languageName: node
linkType: hard

Expand Down Expand Up @@ -18163,7 +18163,7 @@ __metadata:
"@mui/material": "npm:^5.5.0"
"@pushprotocol/restapi": "npm:1.7.23"
"@pushprotocol/socket": "npm:0.5.3"
"@pushprotocol/uiweb": "npm:1.4.2"
"@pushprotocol/uiweb": "npm:1.0.0-exp.18"
"@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

0 comments on commit d901671

Please sign in to comment.