Skip to content

Commit

Permalink
Merge pull request #261 from celo-org/chore/celo-update
Browse files Browse the repository at this point in the history
chore: upgrade @celo dependencies
  • Loading branch information
soloseng authored Feb 13, 2024
2 parents e64f398 + 8804b67 commit 9ce4b90
Show file tree
Hide file tree
Showing 9 changed files with 256 additions and 325 deletions.
11 changes: 11 additions & 0 deletions .changeset/fair-bottles-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@celo/encrypted-backup': patch
'@celo/identity': patch
'@celo/phone-number-privacy-common': patch
'@celo/phone-number-privacy-combiner': patch
'odis-example-scripts': patch
'@celo/phone-number-privacy-monitor': patch
'@celo/phone-number-privacy-signer': patch
---

Upgrade @celo/\*\* dependencies to latest release
6 changes: 3 additions & 3 deletions apps/combiner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"test:e2e:mainnet": "CONTEXT_NAME=mainnet yarn test:e2e"
},
"dependencies": {
"@celo/base": "^5.0.5",
"@celo/contractkit": "^5.1.0",
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.0.0",
"@celo/encrypted-backup": "^5.0.5",
"@celo/identity": "^5.1.1",
"@celo/phone-number-privacy-common": "^3.1.1",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@celo/phone-number-privacy-signer": "workspace:^",
"@celo/utils": "^5.0.5",
"@celo/utils": "^6.0.0",
"jest": "^29.7.0",
"knex": "^2.1.0",
"typescript": "^5.2.2"
Expand Down
10 changes: 5 additions & 5 deletions apps/monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"loadTest": "ts-node src/scripts/run-load-test.ts run"
},
"dependencies": {
"@celo/base": "^5.0.5",
"@celo/contractkit": "^5.1.0",
"@celo/cryptographic-utils": "^5.0.5",
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.0.0",
"@celo/cryptographic-utils": "^5.0.7",
"@celo/encrypted-backup": "^5.0.5",
"@celo/identity": "^5.1.1",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/utils": "^5.0.5",
"@celo/wallet-local": "^5.1.0",
"@celo/utils": "^6.0.0",
"@celo/wallet-local": "^5.1.2",
"firebase-admin": "^11.11.0",
"firebase-functions": "^4.5.0",
"yargs": "^14.0.0"
Expand Down
8 changes: 4 additions & 4 deletions apps/signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"ssl:keygen": "./scripts/create-ssl-cert.sh"
},
"dependencies": {
"@celo/base": "^5.0.5",
"@celo/contractkit": "^5.1.0",
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.0.0",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/poprf": "^0.1.9",
"@celo/utils": "^5.0.5",
"@celo/wallet-hsm-azure": "^5.1.0",
"@celo/utils": "^6.0.0",
"@celo/wallet-hsm-azure": "^5.1.2",
"@google-cloud/secret-manager": "3.0.0",
"@opentelemetry/api": "^1.6.0",
"@opentelemetry/auto-instrumentations-node": "^0.39.4",
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "yarn run --top-level eslint ."
},
"dependencies": {
"@celo/base": "^5.0.5",
"@celo/base": "^6.0.0",
"@celo/identity": "^5.1.1",
"blind-threshold-bls": "https://github.com/celo-org/blind-threshold-bls-wasm#3d1013a",
"ethers": "^5.7.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"lib/**/*"
],
"dependencies": {
"@celo/base": "^5.0.5",
"@celo/contractkit": "^5.1.0",
"@celo/utils": "^5.0.5",
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.0.0",
"@celo/utils": "^6.0.0",
"@types/bunyan": "1.8.10",
"bignumber.js": "^9.1.2",
"bunyan": "1.8.15",
Expand All @@ -36,7 +36,7 @@
},
"devDependencies": {
"@celo/poprf": "^0.1.9",
"@celo/wallet-local": "^5.1.0",
"@celo/wallet-local": "^5.1.2",
"@types/elliptic": "^6.4.16",
"@types/express": "^4.17.20",
"@types/is-base64": "^1.1.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/encrypted-backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"prepublish": "yarn build"
},
"dependencies": {
"@celo/base": "^5.0.5",
"@celo/connect": "^5.1.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.2",
"@celo/identity": "^5.1.1",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/poprf": "^0.1.9",
"@celo/utils": "^5.0.5",
"@celo/wallet-local": "^5.1.0",
"@celo/utils": "^6.0.0",
"@celo/wallet-local": "^5.1.2",
"@types/debug": "^4.1.10",
"debug": "^4.1.1",
"fp-ts": "2.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"prepublish": "yarn build"
},
"dependencies": {
"@celo/base": "^5.0.5",
"@celo/contractkit": "^5.1.0",
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.0.0",
"@celo/odis-identifiers": "^1.0.0",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/utils": "^5.0.5",
"@celo/utils": "^6.0.0",
"@types/debug": "^4.1.10",
"bignumber.js": "^9.1.2",
"blind-threshold-bls": "npm:@celo/[email protected]",
Expand All @@ -42,7 +42,7 @@
"devDependencies": {
"@celo/celo-devchain": "6.0.0",
"@celo/dev-utils": "0.0.1-beta.1",
"@celo/wallet-local": "^5.1.0",
"@celo/wallet-local": "^5.1.2",
"@types/elliptic": "^6.4.16",
"fetch-mock": "9.11.0",
"ganache": "npm:@celo/[email protected]",
Expand Down
Loading

0 comments on commit 9ce4b90

Please sign in to comment.