Skip to content

Commit 9ce4b90

Browse files
authored
Merge pull request #261 from celo-org/chore/celo-update
chore: upgrade @celo dependencies
2 parents e64f398 + 8804b67 commit 9ce4b90

File tree

9 files changed

+256
-325
lines changed

9 files changed

+256
-325
lines changed

.changeset/fair-bottles-wonder.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@celo/encrypted-backup': patch
3+
'@celo/identity': patch
4+
'@celo/phone-number-privacy-common': patch
5+
'@celo/phone-number-privacy-combiner': patch
6+
'odis-example-scripts': patch
7+
'@celo/phone-number-privacy-monitor': patch
8+
'@celo/phone-number-privacy-signer': patch
9+
---
10+
11+
Upgrade @celo/\*\* dependencies to latest release

apps/combiner/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"test:e2e:mainnet": "CONTEXT_NAME=mainnet yarn test:e2e"
2525
},
2626
"dependencies": {
27-
"@celo/base": "^5.0.5",
28-
"@celo/contractkit": "^5.1.0",
27+
"@celo/base": "^6.0.0",
28+
"@celo/contractkit": "^7.0.0",
2929
"@celo/encrypted-backup": "^5.0.5",
3030
"@celo/identity": "^5.1.1",
3131
"@celo/phone-number-privacy-common": "^3.1.1",
@@ -59,7 +59,7 @@
5959
},
6060
"devDependencies": {
6161
"@celo/phone-number-privacy-signer": "workspace:^",
62-
"@celo/utils": "^5.0.5",
62+
"@celo/utils": "^6.0.0",
6363
"jest": "^29.7.0",
6464
"knex": "^2.1.0",
6565
"typescript": "^5.2.2"

apps/monitor/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"loadTest": "ts-node src/scripts/run-load-test.ts run"
2424
},
2525
"dependencies": {
26-
"@celo/base": "^5.0.5",
27-
"@celo/contractkit": "^5.1.0",
28-
"@celo/cryptographic-utils": "^5.0.5",
26+
"@celo/base": "^6.0.0",
27+
"@celo/contractkit": "^7.0.0",
28+
"@celo/cryptographic-utils": "^5.0.7",
2929
"@celo/encrypted-backup": "^5.0.5",
3030
"@celo/identity": "^5.1.1",
3131
"@celo/phone-number-privacy-common": "^3.1.1",
32-
"@celo/utils": "^5.0.5",
33-
"@celo/wallet-local": "^5.1.0",
32+
"@celo/utils": "^6.0.0",
33+
"@celo/wallet-local": "^5.1.2",
3434
"firebase-admin": "^11.11.0",
3535
"firebase-functions": "^4.5.0",
3636
"yargs": "^14.0.0"

apps/signer/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"ssl:keygen": "./scripts/create-ssl-cert.sh"
3939
},
4040
"dependencies": {
41-
"@celo/base": "^5.0.5",
42-
"@celo/contractkit": "^5.1.0",
41+
"@celo/base": "^6.0.0",
42+
"@celo/contractkit": "^7.0.0",
4343
"@celo/phone-number-privacy-common": "^3.1.1",
4444
"@celo/poprf": "^0.1.9",
45-
"@celo/utils": "^5.0.5",
46-
"@celo/wallet-hsm-azure": "^5.1.0",
45+
"@celo/utils": "^6.0.0",
46+
"@celo/wallet-hsm-azure": "^5.1.2",
4747
"@google-cloud/secret-manager": "3.0.0",
4848
"@opentelemetry/api": "^1.6.0",
4949
"@opentelemetry/auto-instrumentations-node": "^0.39.4",

docs/examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "yarn run --top-level eslint ."
1010
},
1111
"dependencies": {
12-
"@celo/base": "^5.0.5",
12+
"@celo/base": "^6.0.0",
1313
"@celo/identity": "^5.1.1",
1414
"blind-threshold-bls": "https://github.com/celo-org/blind-threshold-bls-wasm#3d1013a",
1515
"ethers": "^5.7.2",

packages/common/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"lib/**/*"
1919
],
2020
"dependencies": {
21-
"@celo/base": "^5.0.5",
22-
"@celo/contractkit": "^5.1.0",
23-
"@celo/utils": "^5.0.5",
21+
"@celo/base": "^6.0.0",
22+
"@celo/contractkit": "^7.0.0",
23+
"@celo/utils": "^6.0.0",
2424
"@types/bunyan": "1.8.10",
2525
"bignumber.js": "^9.1.2",
2626
"bunyan": "1.8.15",
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@celo/poprf": "^0.1.9",
39-
"@celo/wallet-local": "^5.1.0",
39+
"@celo/wallet-local": "^5.1.2",
4040
"@types/elliptic": "^6.4.16",
4141
"@types/express": "^4.17.20",
4242
"@types/is-base64": "^1.1.2",

packages/encrypted-backup/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"prepublish": "yarn build"
2626
},
2727
"dependencies": {
28-
"@celo/base": "^5.0.5",
29-
"@celo/connect": "^5.1.0",
28+
"@celo/base": "^6.0.0",
29+
"@celo/connect": "^5.1.2",
3030
"@celo/identity": "^5.1.1",
3131
"@celo/phone-number-privacy-common": "^3.1.1",
3232
"@celo/poprf": "^0.1.9",
33-
"@celo/utils": "^5.0.5",
34-
"@celo/wallet-local": "^5.1.0",
33+
"@celo/utils": "^6.0.0",
34+
"@celo/wallet-local": "^5.1.2",
3535
"@types/debug": "^4.1.10",
3636
"debug": "^4.1.1",
3737
"fp-ts": "2.1.1",

packages/identity/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"prepublish": "yarn build"
2525
},
2626
"dependencies": {
27-
"@celo/base": "^5.0.5",
28-
"@celo/contractkit": "^5.1.0",
27+
"@celo/base": "^6.0.0",
28+
"@celo/contractkit": "^7.0.0",
2929
"@celo/odis-identifiers": "^1.0.0",
3030
"@celo/phone-number-privacy-common": "^3.1.1",
31-
"@celo/utils": "^5.0.5",
31+
"@celo/utils": "^6.0.0",
3232
"@types/debug": "^4.1.10",
3333
"bignumber.js": "^9.1.2",
3434
"blind-threshold-bls": "npm:@celo/blind-threshold-bls@1.0.0-beta",
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@celo/celo-devchain": "6.0.0",
4444
"@celo/dev-utils": "0.0.1-beta.1",
45-
"@celo/wallet-local": "^5.1.0",
45+
"@celo/wallet-local": "^5.1.2",
4646
"@types/elliptic": "^6.4.16",
4747
"fetch-mock": "9.11.0",
4848
"ganache": "npm:@celo/ganache@7.8.0-unofficial.0",

0 commit comments

Comments
 (0)