Skip to content

Commit

Permalink
build: pinning following version, in order to get project to build: "…
Browse files Browse the repository at this point in the history
…@web3-onboard/core": "2.2.5"
  • Loading branch information
nutrina committed Jun 22, 2022
1 parent 3074d16 commit d861e45
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@gitcoin/passport-identity": "^0.0.1",
"@gitcoin/passport-types": "^0.0.1",
"@self.id/framework": "^0.3.2",
"@web3-onboard/core": "^2.2.5",
"@web3-onboard/core": "2.2.5",
"@web3-onboard/injected-wallets": "^2.0.5",
"@web3-onboard/ledger": "^2.0.3",
"@web3-onboard/react": "^2.1.5",
Expand Down
28 changes: 27 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5558,6 +5558,16 @@
dependencies:
"@walletconnect/window-getters" "^1.0.0"

"@web3-onboard/common@^2.0.6":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@web3-onboard/common/-/common-2.1.2.tgz#76f636d58973e94f027198ba366f77b98d624ac2"
integrity sha512-sPshJq/ith/Z1CmfK8PXxadpbYtRmomCZJyhRFiR4lWxXf9deDLfvQgc7t4h/w7BLgdODpkwz6ixD0bA0gBkyA==
dependencies:
"@ethereumjs/common" "2.6.2"
ethers "5.5.4"
joi "^17.4.2"
rxjs "^7.5.2"

"@web3-onboard/common@^2.1.0", "@web3-onboard/common@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@web3-onboard/common/-/common-2.1.1.tgz#84cde2ad39581131a912aae064f0f41ef4f6843e"
Expand All @@ -5568,7 +5578,23 @@
joi "^17.4.2"
rxjs "^7.5.2"

"@web3-onboard/core@^2.2.11", "@web3-onboard/core@^2.2.5":
"@web3-onboard/[email protected]":
version "2.2.5"
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.2.5.tgz#724ed2d2a51fb61a2a455e6c0032343a85585324"
integrity sha512-HH163AN5lJVPUDkCLSCs35stxCnvc0F0ZmURQ9baiEXatzpx0gPQOS+ER6uMNnmNddzp2t/YsEiWlEhLJq2raw==
dependencies:
"@web3-onboard/common" "^2.0.6"
bowser "^2.11.0"
ethers "5.5.3"
eventemitter3 "^4.0.7"
joi "17.6.0"
lodash.merge "^4.6.2"
lodash.partition "^4.6.0"
rxjs "^7.5.2"
svelte "^3.46.4"
svelte-i18n "^3.3.13"

"@web3-onboard/core@^2.2.11":
version "2.2.12"
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.2.12.tgz#24555ca31d58d383c8f00672781d202b0525280b"
integrity sha512-ifTF3fCbnT/P8YOV6d4i+oHouqUB3+tlonf31mp4S2nJFr0HTDzTeP1j+2JpMEHbWNTye0HboiPrM47+8nD1gQ==
Expand Down

0 comments on commit d861e45

Please sign in to comment.