Skip to content

Commit

Permalink
gold master
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Dec 8, 2023
1 parent ad2efb5 commit a0dd38e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "TZ=UTC jest --runInBand"
},
"dependencies": {
"@celo/abis": "10.0.0-rc.5",
"@celo/abis": "10.0.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/contractkit": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/contractkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "tslint -c tslint.json --project ."
},
"dependencies": {
"@celo/abis": "10.0.0-rc.5",
"@celo/abis": "10.0.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/utils": "^5.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/abis": "10.0.0-rc.5",
"@celo/abis": "10.0.0",
"@celo/base": "^6.0.0",
"@celo/utils": "^5.0.6",
"@celo/connect": "^5.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -973,10 +973,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@celo/[email protected]-rc.5":
version "10.0.0-rc.5"
resolved "https://registry.yarnpkg.com/@celo/abis/-/abis-10.0.0-rc.5.tgz#46262ff9988c5c9f5191d1050e163337fdaa7fd1"
integrity sha512-DtmyJmLeFbetFQgr0z7scY7oLZI6p+s2AfKPuS4qau0qpdnKxwtFUf4VFZhH0HKWlZQRYa6NQdFSVnLY7f91+Q==
"@celo/[email protected]":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@celo/abis/-/abis-10.0.0.tgz#2c1002f2e82b29ca22cec70c988bf90d26fadc68"
integrity sha512-DC8UAEz89+1yEQqKzkxOWLYGUv/XWaqPAOkU0lKuQzhvN25ndP3fitawQl53WYn8i3ZPfRWfLO4w75l//tDSbg==

"@celo/base@^5.0.5":
version "5.0.5"
Expand Down

0 comments on commit a0dd38e

Please sign in to comment.