Skip to content

Commit

Permalink
Merge branch 'master' into fabien/banner-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack authored Oct 9, 2024
2 parents 23ce00c + f0440fc commit ffb2f69
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@sentry/vite-plugin": "^2.10.1",
"@sentry/vue": "^7.80.1",
"@shutter-network/shutter-crypto": "1.0.1",
"@snapshot-labs/lock": "^0.2.7",
"@snapshot-labs/lock": "^0.2.8",
"@snapshot-labs/pineapple": "^1.1.0",
"@snapshot-labs/snapshot.js": "^0.12.18",
"@snapshot-labs/snapshot.js": "^0.12.23",
"@vue/apollo-composable": "4.0.0-beta.11",
"@vueuse/core": "^10.6.1",
"@vueuse/head": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/SpaceCreateVoting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ defineEmits<{
</template>
<template #info>
<span
class="hidden text-xs text-skin-text group-focus-within:block"
class="hidden text-xs text-skin-text whitespace-nowrap group-focus-within:block"
>
{{ `${element.text.length}/32` }}
</span>
Expand Down
2 changes: 2 additions & 0 deletions src/composables/useClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export function useClient() {
body: payload.body,
discussion: payload.discussion,
choices: payload.choices,
labels: [],
start: payload.start,
end: payload.end,
snapshot: payload.snapshot,
Expand All @@ -67,6 +68,7 @@ export function useClient() {
body: payload.body,
discussion: payload.discussion,
choices: payload.choices,
labels: [],
plugins: JSON.stringify(plugins)
});
} else if (type === 'vote') {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1653,10 +1653,10 @@
"@snapshot-labs/eslint-config-base" "^0.1.0-beta.15"
eslint-plugin-vue "^9.18.1"

"@snapshot-labs/lock@^0.2.7":
version "0.2.7"
resolved "https://registry.yarnpkg.com/@snapshot-labs/lock/-/lock-0.2.7.tgz#4727ea082ced4958061bb643462049f767e8b6d2"
integrity sha512-wkUiuOEJxYYUgFyZ83xRrCl897m/o08y8UCHg3TlBh12OkfCeV7XnaIdumRCgSp+Wh35fR2pd27y83Ev9A88Ow==
"@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==
dependencies:
"@coinbase/wallet-sdk" "^4.0.4"
"@portis/web3" "^4.0.6"
Expand All @@ -1679,10 +1679,10 @@
resolved "https://registry.yarnpkg.com/@snapshot-labs/prettier-config/-/prettier-config-0.1.0-beta.15.tgz#07e5ae35ed36304250462218e115bab1c1609812"
integrity sha512-va6zYSl8oIraBJeIZWEatOI292rfJQouyyvEeHv8qi9ns+LgxMsKayQtXSqn9GcmAfdWQVs/P9bDaCQ77FyJYw==

"@snapshot-labs/snapshot.js@^0.12.18":
version "0.12.18"
resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot.js/-/snapshot.js-0.12.18.tgz#58421fc0fd8c424b76923a2d9b41e1f73c4767b0"
integrity sha512-zGRFgWws3cjQUZRw12uOpHlrdUgctMNRWlMu2N6QYD1VKQKZ21nW4ONanmSE/eWsQtiQL11wAAApaFxa4DdosA==
"@snapshot-labs/snapshot.js@^0.12.23":
version "0.12.23"
resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot.js/-/snapshot.js-0.12.23.tgz#31fea49f8cb1d3fccf9d5898f05edd9c68500d69"
integrity sha512-n3qJUblvZFhaGzqW+TUL32YkNnPl7uAKwrofx1rG6em3E/LjE9Wr2HdbFtdBzIK0QiZQPYdHzQNokjE6jJJ+tw==
dependencies:
"@ensdomains/eth-ens-namehash" "^2.0.15"
"@ethersproject/abi" "^5.6.4"
Expand Down

0 comments on commit ffb2f69

Please sign in to comment.