Skip to content

Commit

Permalink
Bump contractkit version
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Mar 5, 2024
1 parent 9ba2289 commit 34f63eb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/combiner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/encrypted-backup": "^5.0.5",
"@celo/identity": "^5.1.1",
"@celo/phone-number-privacy-common": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/cryptographic-utils": "^5.0.7",
"@celo/encrypted-backup": "^5.0.5",
"@celo/identity": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/poprf": "^0.1.9",
"@celo/utils": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/utils": "^6.0.0",
"@types/bunyan": "1.8.10",
"bignumber.js": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/odis-identifiers": "^1.0.0",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/utils": "^6.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ __metadata:
languageName: node
linkType: hard

"@celo/contractkit@npm:^7.0.0":
"@celo/contractkit@npm:^7.1.0":
version: 7.1.0
resolution: "@celo/contractkit@npm:7.1.0"
dependencies:
Expand Down Expand Up @@ -1469,7 +1469,7 @@ __metadata:
dependencies:
"@celo/base": "npm:^6.0.0"
"@celo/celo-devchain": "npm:7.0.0"
"@celo/contractkit": "npm:^7.0.0"
"@celo/contractkit": "npm:^7.1.0"
"@celo/dev-utils": "npm:0.0.1-beta.1"
"@celo/odis-identifiers": "npm:^1.0.0"
"@celo/phone-number-privacy-common": "npm:^3.1.1"
Expand Down Expand Up @@ -1506,7 +1506,7 @@ __metadata:
resolution: "@celo/phone-number-privacy-combiner@workspace:apps/combiner"
dependencies:
"@celo/base": "npm:^6.0.0"
"@celo/contractkit": "npm:^7.0.0"
"@celo/contractkit": "npm:^7.1.0"
"@celo/encrypted-backup": "npm:^5.0.5"
"@celo/identity": "npm:^5.1.1"
"@celo/phone-number-privacy-common": "npm:^3.1.1"
Expand Down Expand Up @@ -1550,7 +1550,7 @@ __metadata:
resolution: "@celo/phone-number-privacy-common@workspace:packages/common"
dependencies:
"@celo/base": "npm:^6.0.0"
"@celo/contractkit": "npm:^7.0.0"
"@celo/contractkit": "npm:^7.1.0"
"@celo/poprf": "npm:^0.1.9"
"@celo/utils": "npm:^6.0.0"
"@celo/wallet-local": "npm:^5.1.2"
Expand Down Expand Up @@ -1579,7 +1579,7 @@ __metadata:
resolution: "@celo/phone-number-privacy-monitor@workspace:apps/monitor"
dependencies:
"@celo/base": "npm:^6.0.0"
"@celo/contractkit": "npm:^7.0.0"
"@celo/contractkit": "npm:^7.1.0"
"@celo/cryptographic-utils": "npm:^5.0.7"
"@celo/encrypted-backup": "npm:^5.0.5"
"@celo/identity": "npm:^5.1.1"
Expand All @@ -1601,7 +1601,7 @@ __metadata:
resolution: "@celo/phone-number-privacy-signer@workspace:apps/signer"
dependencies:
"@celo/base": "npm:^6.0.0"
"@celo/contractkit": "npm:^7.0.0"
"@celo/contractkit": "npm:^7.1.0"
"@celo/phone-number-privacy-common": "npm:^3.1.1"
"@celo/poprf": "npm:^0.1.9"
"@celo/utils": "npm:^6.0.0"
Expand Down

0 comments on commit 34f63eb

Please sign in to comment.