Skip to content

Commit

Permalink
chore: update Lock to v0.2.9 (#1010)
Browse files Browse the repository at this point in the history
* chore: update Lock to v0.2.9

* fix: remove unrelated lock changes

* fix: update to v0.2.10

* chore: add rounded border for connector icon
  • Loading branch information
bonustrack authored Dec 1, 2024
1 parent 84094bc commit 43dfcb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@openzeppelin/merkle-tree": "^1.0.5",
"@snapshot-labs/eslint-config-vue": "^0.1.0-beta.18",
"@snapshot-labs/highlight": "^0.1.0-beta.2",
"@snapshot-labs/lock": "^0.2.8",
"@snapshot-labs/lock": "^0.2.10",
"@snapshot-labs/pineapple": "^1.1.0",
"@snapshot-labs/prettier-config": "^0.1.0-beta.18",
"@snapshot-labs/snapshot.js": "^0.12.33",
Expand Down
1 change: 1 addition & 0 deletions apps/ui/src/components/Modal/Account.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ watch(open, () => (step.value = null));
:src="getConnectorIconUrl(connector.icon)"
height="28"
width="28"
class="rounded-lg"
:alt="connector.name"
/>
{{ connector.name }}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2510,10 +2510,10 @@
"@snapshot-labs/pineapple" "^0.2.0"
cross-fetch "^3.1.5"

"@snapshot-labs/lock@^0.2.8":
version "0.2.8"
resolved "https://registry.yarnpkg.com/@snapshot-labs/lock/-/lock-0.2.8.tgz#4eb81af37e57c6eac6135e7db3acfbb511e9ab1c"
integrity sha512-5Izr4uAIU1lf2CHa155SW4oqZhyndFQf7AQNpyazk0AtffgDmEa6T5KxU7ktRXL9SwuRyAlo7MJrnjxMDmqZWA==
"@snapshot-labs/lock@^0.2.10":
version "0.2.10"
resolved "https://registry.yarnpkg.com/@snapshot-labs/lock/-/lock-0.2.10.tgz#82f86eaa04a7579fa15030ceba36aaa537e442fd"
integrity sha512-nSSlP6M/KVj+ZEX1OtyM1xsXOsY8e8dX5US9ZWIJGAaqrwPhvl0y/jm1p6gtIuVAcQGo4gCfiBrjLrP8qKA8PQ==
dependencies:
"@coinbase/wallet-sdk" "^4.0.4"
"@portis/web3" "^4.0.6"
Expand Down

0 comments on commit 43dfcb2

Please sign in to comment.