From 1338188f4e9772461e7f50a4d0e2c4fc6067e985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 15:29:55 +0000 Subject: [PATCH] Bump @celo/contractkit from 1.5.2 to 2.0.0 Bumps [@celo/contractkit](https://github.com/celo-org/celo-monorepo) from 1.5.2 to 2.0.0. - [Release notes](https://github.com/celo-org/celo-monorepo/releases) - [Commits](https://github.com/celo-org/celo-monorepo/commits/contractkit-v2.0) --- updated-dependencies: - dependency-name: "@celo/contractkit" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 31 ++++++++++--------------------- 2 files changed, 11 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index c213fdad12e..11b2b7f0bd7 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "dependencies": { "@apollo/client": "^3.6.5", "@celo-tools/use-contractkit": "^3.1.0", - "@celo/contractkit": "^1.2.0", + "@celo/contractkit": "^2.0.0", "@celo/utils": "^1.2.1", "@craco/craco": "^6.1.2", "@ensdomains/ensjs": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index 3135072df6c..9cda05942cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1161,15 +1161,16 @@ debug "^4.1.1" utf8 "3.0.0" -"@celo/contractkit@^1.2.0": - version "1.5.2" - resolved "https://registry.yarnpkg.com/@celo/contractkit/-/contractkit-1.5.2.tgz#be15d570f3044a190dabb6bbe53d5081c78ea605" - integrity sha512-b0r5TlfYDEscxze1Ai2jyJayiVElA9jvEehMD6aOSNtVhfP8oirjFIIffRe0Wzw1MSDGkw+q1c4m0Yw5sEOlvA== +"@celo/contractkit@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@celo/contractkit/-/contractkit-2.0.0.tgz#dbb82c2857260a8c067bd7d5cda1284e7eafbefa" + integrity sha512-W25mSUUEzbADChugp2INsgI6E4bhmk5QWutl/zKJMi1PcSRRw0Um4q6nbuMZBL2dySl4Ru4OkxtMvbeqbOYPGg== dependencies: - "@celo/base" "1.5.2" - "@celo/connect" "1.5.2" - "@celo/utils" "1.5.2" - "@celo/wallet-local" "1.5.2" + "@celo/base" "2.0.0" + "@celo/connect" "2.0.0" + "@celo/utils" "2.0.0" + "@celo/wallet-local" "2.0.0" + "@types/bn.js" "^5.1.0" "@types/debug" "^4.1.5" bignumber.js "^9.0.0" cross-fetch "^3.0.6" @@ -1275,19 +1276,7 @@ eth-lib "^0.2.8" ethereumjs-util "^5.2.0" -"@celo/wallet-local@1.5.2": - version "1.5.2" - resolved "https://registry.yarnpkg.com/@celo/wallet-local/-/wallet-local-1.5.2.tgz#66ea5fb763e19724309e3d56f312f1a342e12b91" - integrity sha512-Aas4SwqQc8ap0OFAOZc+jBR4cXr20V9AReHNEI8Y93R3g1+RlSEJ1Zmsu4vN+Rriz58YqgMnr+pihorw8QydFQ== - dependencies: - "@celo/connect" "1.5.2" - "@celo/utils" "1.5.2" - "@celo/wallet-base" "1.5.2" - "@types/ethereumjs-util" "^5.2.0" - eth-lib "^0.2.8" - ethereumjs-util "^5.2.0" - -"@celo/wallet-local@^2.0.0": +"@celo/wallet-local@2.0.0", "@celo/wallet-local@^2.0.0": version "2.0.0" resolved "https://registry.yarnpkg.com/@celo/wallet-local/-/wallet-local-2.0.0.tgz#8f27f2fcc94a3be4f92f25d79e0b01b8cccfca9f" integrity sha512-jN7uQr7FEC3YLqo3yqVAG5FRVBRxs18bKxPEjh0dkVTt6gEhMdwTKAHUI7crOti+NoupJbFbOK81AHNlqyklfg==