Skip to content

Commit

Permalink
keeping up with the jones
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Sep 20, 2024
1 parent 6004548 commit 53fdc02
Show file tree
Hide file tree
Showing 6 changed files with 110 additions and 169 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@
"blind-threshold-bls": "npm:@celo/[email protected]",
"@types/bn.js": "4.11.6",
"bignumber.js": "9.0.0"
}
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
16 changes: 8 additions & 8 deletions packages/celotool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"author": "Celo",
"license": "Apache-2.0",
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.2",
"@celo/cryptographic-utils": "^5.0.7",
"@celo/contractkit": "^7.0.0",
"@celo/base": "^6.1.0",
"@celo/connect": "^6.0.1",
"@celo/cryptographic-utils": "^5.1.0",
"@celo/contractkit": "^8.1.1",
"@celo/env-tests": "1.0.3",
"@celo/explorer": "^5.0.8",
"@celo/governance": "^5.0.9",
"@celo/network-utils": "^5.0.5",
"@celo/utils": "^5.0.6",
"@celo/explorer": "^5.0.12",
"@celo/governance": "^5.1.3",
"@celo/network-utils": "^5.0.6",
"@celo/utils": "^7.0.0",
"@ethereumjs/util": "8.0.5",
"@ethereumjs/rlp": "4.0.1",
"@google-cloud/monitoring": "0.7.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/env-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@celo/contractkit": "^7.0.0",
"@celo/utils": "^5.0.6",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.2",
"@celo/cryptographic-utils": "^5.0.7",
"@celo/contractkit": "^8.1.1",
"@celo/utils": "^7.0.0",
"@celo/base": "^6.1.0",
"@celo/connect": "^6.0.1",
"@celo/cryptographic-utils": "^5.1.0",
"bignumber.js": "^9.0.0",
"bunyan": "1.8.12",
"bunyan-gke-stackdriver": "0.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/metadata-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"homepage": "https://github.com/celo-org/celo-monorepo/tree/master/packages/metadata-crawler",
"repository": "https://github.com/celo-org/celo-monorepo/tree/master/packages/metadata-crawler",
"dependencies": {
"@celo/connect": "^5.1.2",
"@celo/contractkit": "^7.0.0",
"@celo/utils": "^5.0.6",
"@celo/connect": "^6.0.1",
"@celo/contractkit": "^8.1.1",
"@celo/utils": "^7.0.0",
"@types/pg": "^7.14.3",
"bunyan": "1.8.12",
"bunyan-gke-stackdriver": "0.1.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
"@0x/sol-profiler": "^4.1.37",
"@0x/sol-trace": "^3.0.47",
"@0x/subproviders": "^7.0.1",
"@celo/base": "^6.0.0",
"@celo/base": "^6.1.0",
"@celo/bls12377js": "0.1.1",
"@celo/connect": "^5.1.2",
"@celo/cryptographic-utils": "^5.0.7",
"@celo/utils": "^5.0.6",
"@celo/wallet-local": "^5.1.2",
"@celo/connect": "^6.0.1",
"@celo/cryptographic-utils": "^5.1.0",
"@celo/utils": "^7.0.0",
"@celo/wallet-local": "^6.0.1",
"@ethereumjs/util": "8.0.5",
"@ethereumjs/vm": "npm:@celo/[email protected]",
"@ganache/console.log": "0.3.0",
Expand Down
Loading

0 comments on commit 53fdc02

Please sign in to comment.