Skip to content

Commit 2af21e3

Browse files
authored
fix: bump helpers package (#149)
1 parent cbd19d4 commit 2af21e3

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

3+
.env
4+
35
# dependencies
46
/node_modules
57
/.pnp

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@bgd-labs/aave-address-book": "^4.30.1",
35-
"@bgd-labs/aave-governance-ui-helpers": "^3.9.2",
35+
"@bgd-labs/aave-governance-ui-helpers": "^3.9.3",
3636
"@bgd-labs/frontend-web3-utils": "^1.3.1",
3737
"@bgd-labs/react-web3-icons": "^1.35.0",
3838
"@emotion/cache": "^11.13.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -902,10 +902,10 @@
902902
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-address-book/-/aave-address-book-4.30.1.tgz#6e92aa64081bb917ed897421da1651b63138e394"
903903
integrity sha512-rOtveLwI0YiD9FlcA5wG62o83GQ9cvnTqlR92xrpwH/ZnmYsx9N1EJ/7wFdllnTLSBHy08q2RekOH4GA1FoUxw==
904904

905-
"@bgd-labs/aave-governance-ui-helpers@^3.9.2":
906-
version "3.9.2"
907-
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-governance-ui-helpers/-/aave-governance-ui-helpers-3.9.2.tgz#3d903d59ce9ce2b39abaa6d90e998a8aa6ca55e1"
908-
integrity sha512-zhhLgs7tv1WtlRrA7E3BtIdE68zxj+f1EdQT8SIV/w2GTOs2T//SMbPKeCdN8DnKODlpXvHM/J+lpTI1UoAXYQ==
905+
"@bgd-labs/aave-governance-ui-helpers@^3.9.3":
906+
version "3.9.3"
907+
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-governance-ui-helpers/-/aave-governance-ui-helpers-3.9.3.tgz#37152f1aeac99e855378618d5f53cbf325efd356"
908+
integrity sha512-SvNkX2cW5jKUIJwrPmPCGMnSgtvoAgMZpoxbB9ZKwljlesQmnMNhyQ/E31qTAYnKPp2/CHxk1I8VTHwtmX1ecQ==
909909
dependencies:
910910
abitype "^1.0.8"
911911
bs58 "^6.0.0"

0 commit comments

Comments
 (0)