Skip to content

Commit

Permalink
switched pnp versions back to dev post sdk release (#10561)
Browse files Browse the repository at this point in the history
* switched pnp versions back to dev post sdk release

* bump @types/node version to `^18`

* Increased protocol matrix cmd timeout to 40 min
  • Loading branch information
soloseng authored Sep 14, 2023
1 parent c15fb93 commit 4b88542
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ jobs:
- name: Execute matrix command for test
uses: nick-fields/retry@v2
with:
timeout_minutes: 30
timeout_minutes: 40
max_attempts: 3
command: |
${{ matrix.command }}
Expand Down
4 changes: 2 additions & 2 deletions packages/phone-number-privacy/combiner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/phone-number-privacy-combiner",
"version": "3.0.3",
"version": "3.0.1-dev",
"description": "Orchestrates and combines threshold signatures for use in ODIS",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@celo/contractkit": "^5.0.3-dev",
"@celo/phone-number-privacy-common": "^3.0.3",
"@celo/phone-number-privacy-common": "^3.0.4-dev",
"@celo/identity": "^5.0.3-dev",
"@celo/encrypted-backup": "^5.0.3-dev",
"@celo/poprf": "^0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/phone-number-privacy/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/phone-number-privacy-common",
"version": "3.0.3",
"version": "3.0.4-dev",
"description": "Common library for the combiner and signer libraries",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/phone-number-privacy/monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/phone-number-privacy-monitor",
"version": "3.0.3",
"version": "3.0.1-beta.1-dev",
"description": "Regularly queries ODIS to ensure the system is functioning properly",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -27,7 +27,7 @@
"@celo/encrypted-backup": "^5.0.3-dev",
"@celo/identity": "^5.0.3-dev",
"@celo/wallet-local": "^5.0.3-dev",
"@celo/phone-number-privacy-common": "^3.0.2",
"@celo/phone-number-privacy-common": "^3.0.4-dev",
"@celo/utils": "^5.0.3-dev",
"firebase-admin": "^9.12.0",
"firebase-functions": "^3.15.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/phone-number-privacy/signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/phone-number-privacy-signer",
"version": "3.0.3",
"version": "3.0.2-dev",
"description": "Signing participator of ODIS",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@celo/base": "^5.0.3-dev",
"@celo/contractkit": "^5.0.3-dev",
"@celo/phone-number-privacy-common": "^3.0.3",
"@celo/phone-number-privacy-common": "^3.0.4-dev",
"@celo/poprf": "^0.1.9",
"@celo/utils": "^5.0.3-dev",
"@celo/wallet-hsm-azure": "^5.0.3-dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/encrypted-backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@celo/base": "5.0.3-dev",
"@celo/identity": "5.0.3-dev",
"@celo/phone-number-privacy-common": "^3.0.3",
"@celo/phone-number-privacy-common": "^3.0.4-dev",
"@celo/poprf": "^0.1.9",
"@celo/utils": "5.0.3-dev",
"@types/debug": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@celo/base": "5.0.3-dev",
"@celo/utils": "5.0.3-dev",
"@celo/contractkit": "5.0.3-dev",
"@celo/phone-number-privacy-common": "^3.0.3",
"@celo/phone-number-privacy-common": "^3.0.4-dev",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
"blind-threshold-bls": "https://github.com/celo-org/blind-threshold-bls-wasm#e1e2f8a",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/phone-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@celo/utils": "5.0.3-dev",
"@types/country-data": "^0.0.0",
"@types/google-libphonenumber": "^7.4.23",
"@types/node": "^10.12.18",
"@types/node": "^18.7.16",
"country-data": "^0.0.31",
"fp-ts": "2.1.1",
"google-libphonenumber": "^3.2.27",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@ethereumjs/util": "8.0.5",
"@types/bn.js": "^5.1.0",
"@types/elliptic": "^6.4.9",
"@types/node": "^10.12.18",
"@types/node": "^18.7.16",
"bignumber.js": "^9.0.0",
"elliptic": "^6.5.4",
"ethereum-cryptography": "1.2.0",
Expand Down

0 comments on commit 4b88542

Please sign in to comment.