From 98b52a7d3bed5ce817cb04d01866225a0a4947ea Mon Sep 17 00:00:00 2001 From: soloseng <102702451+soloseng@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:44:57 -0500 Subject: [PATCH] bumped versions (#192) --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 383de686..d55bc5fc 100755 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@anders-t/ethers-ledger": "^1.0.4", - "@celo/celo-devchain": "^6.0.3", + "@celo/celo-devchain": "^7.0.0", "@celo/connect": "^1.5.2", "@celo/contractkit": "^4.1.0", "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13", diff --git a/yarn.lock b/yarn.lock index e344c4b6..e7a1afda 100644 --- a/yarn.lock +++ b/yarn.lock @@ -478,10 +478,10 @@ resolved "https://registry.yarnpkg.com/@celo/base/-/base-4.1.0.tgz#9cd45f1c7d0ac61b4e2e98c046066f9eb9e143e9" integrity sha512-Q9wKLa4JJw06FXpToZm5PYfFYjx+tvwIQlvFofx+GleX+uq+BT/gdxgTQ/c08OrxZUyc53TUdqSCs+88VlhmlA== -"@celo/celo-devchain@^6.0.3": - version "6.0.3" - resolved "https://registry.yarnpkg.com/@celo/celo-devchain/-/celo-devchain-6.0.3.tgz#ccf1c9c02a1b40ff7b1ab2f180ec5829fb40b2c8" - integrity sha512-k282qgIJzKzTBcBqmarR8pq91SF/G85MuHI7iHEDNYNyHZKrZENjLoQ+V3zoqeLE67NQrVgRYNPGpJ2KCCzB9g== +"@celo/celo-devchain@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@celo/celo-devchain/-/celo-devchain-7.0.0.tgz#fef3f78ff441c685a7b4e303a27a500448764d41" + integrity sha512-fVn6in1u06RnSpZemyk4dJb6Rqn/QUVfgbJakp0ebhYswiKpw9zVQp4eb6HD2TIh/10vkbnO4X6y9+n9EzgtnQ== dependencies: commander "^10.0.0" ganache "npm:@celo/ganache@7.8.0-unofficial.0" @@ -527,9 +527,9 @@ debug "^4.1.1" utf8 "3.0.0" -"@celo/contract-compatibility-check@git+https://github.com/celo-org/contract-compatibility-check.git": - version "1.0.0" - resolved "git+https://github.com/celo-org/contract-compatibility-check.git#e18a997811b318d875947cd38955b7f50c42f873" +"@celo/contract-compatibility-check@git+https://github.com/celo-org/contract-compatibility-check.git#5b282d5274002db24c3251272ffca1bd38551632": + version "1.0.1" + resolved "git+https://github.com/celo-org/contract-compatibility-check.git#5b282d5274002db24c3251272ffca1bd38551632" dependencies: "@0x/sol-coverage" "^4.0.46" "@0x/sol-profiler" "^4.1.36"