Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
upgrade statechannels packages to next tag
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgordstewart authored Apr 20, 2021
1 parent 07d4845 commit eedc3f2
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 44 deletions.
8 changes: 4 additions & 4 deletions packages/e2e-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"@graphprotocol/payments": "0.0.2",
"@graphprotocol/receipts": "0.0.2",
"@graphprotocol/statechannels-contracts": "0.0.2",
"@statechannels/client-api-schema": "0.10.1",
"@statechannels/devtools": "0.5.5",
"@statechannels/server-wallet": "1.23.0",
"@statechannels/wallet-core": "0.14.0",
"@statechannels/client-api-schema": "0.10.2-next.093a3a042.1824",
"@statechannels/devtools": "0.5.7-next.093a3a042.1717",
"@statechannels/server-wallet": "1.24.1-next.093a3a042.1717",
"@statechannels/wallet-core": "0.14.2-next.093a3a042.1717",
"@types/body-parser": "^1.19.0",
"@types/eslint": "^7.2.3",
"@types/eslint-plugin-prettier": "3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/payments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"dependencies": {
"@graphprotocol/common-ts": "1.0.1",
"@graphprotocol/statechannels-contracts": "0.0.2",
"@statechannels/client-api-schema": "0.10.1",
"@statechannels/server-wallet": "1.23.0",
"@statechannels/wallet-core": "0.14.0",
"@statechannels/client-api-schema": "0.10.2-next.093a3a042.1824",
"@statechannels/server-wallet": "1.24.1-next.093a3a042.1717",
"@statechannels/wallet-core": "0.14.2-next.093a3a042.1717",
"@types/pino": "^6.3.0",
"@types/retry": "^0.12.0",
"async-lock": "^1.2.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/receipts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"dependencies": {
"@graphprotocol/common-ts": "1.0.1",
"@graphprotocol/statechannels-contracts": "0.0.2",
"@statechannels/client-api-schema": "0.10.1",
"@statechannels/server-wallet": "1.23.0",
"@statechannels/wallet-core": "0.14.0",
"@statechannels/client-api-schema": "0.10.2-next.093a3a042.1824",
"@statechannels/server-wallet": "1.24.1-next.093a3a042.1717",
"@statechannels/wallet-core": "0.14.2-next.093a3a042.1717",
"ethers": "^5.0.9",
"lodash": "^4.17.20"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/statechannels-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"dependencies": {
"@graphprotocol/common-ts": "1.0.1",
"@openzeppelin/contracts": "3.2.2-solc-0.7",
"@statechannels/client-api-schema": "0.10.1",
"@statechannels/devtools": "0.5.5",
"@statechannels/nitro-protocol": "0.16.0",
"@statechannels/wallet-core": "0.14.0",
"@statechannels/client-api-schema": "0.10.2-next.093a3a042.1824",
"@statechannels/devtools": "0.5.7-next.093a3a042.1717",
"@statechannels/nitro-protocol": "0.17.1-next.093a3a042.1717",
"@statechannels/wallet-core": "0.14.2-next.093a3a042.1717",
"lodash": "4.17.20"
},
"devDependencies": {
Expand Down
60 changes: 30 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2339,17 +2339,17 @@
resolved "https://registry.npmjs.org/@solidity-parser/parser/-/parser-0.7.1.tgz#660210130e4237476cb55e2882064809f80f861e"
integrity sha512-5ma2uuwPAEX1TPl2rAPAAuGlBkKnn2oUKQvnhTFlDIB8U/KDWX77FpHtL6Rcz+OwqSCWx9IClxACgyIEJ/GhIw==

"@statechannels/client-api-schema@0.10.1":
version "0.10.1"
resolved "https://registry.npmjs.org/@statechannels/client-api-schema/-/client-api-schema-0.10.1.tgz#8906ead3f82b103f75d996437b228c9eee6bb663"
integrity sha512-Fo2GfLpjSM5haHAobu96B+oemDK6Blp49/3mNXaAc2/jUCJ6cOfMxlcqDfk/FZP+QDXQ2AyAmxqQIIF1Z6uBhQ==
"@statechannels/client-api-schema@0.10.2-next.093a3a042.1824", "@statechannels/client-api-schema@0.10.2-next.093a3a042.1824+093a3a042":
version "0.10.2-next.093a3a042.1824"
resolved "https://registry.npmjs.org/@statechannels/client-api-schema/-/client-api-schema-0.10.2-next.093a3a042.1824.tgz#709f61dce2600d5adb47050fabff5e297d90f900"
integrity sha512-ZimcG6TRFrWjH/86BvCePcY6rQogD4ph4vRElOAanaaTbwzISJodZXyZLnPWryOUfUj/U9e0jRt3Vc2A3CQKSw==
dependencies:
ajv "6.11.0"

"@statechannels/devtools@0.5.5":
version "0.5.5"
resolved "https://registry.npmjs.org/@statechannels/devtools/-/devtools-0.5.5.tgz#01fd8ad537d07025ac7070385f2d4a334869bd44"
integrity sha512-1r2HNVkO/84+aiSKYj2ccEwrWJqgY+saUBJI5/ZIUDHYSKtTEsTFnelSVGbIov17xVbLfxFGDCmqMyqw5WDWHw==
"@statechannels/devtools@0.5.7-next.093a3a042.1717":
version "0.5.7-next.093a3a042.1717"
resolved "https://registry.npmjs.org/@statechannels/devtools/-/devtools-0.5.7-next.093a3a042.1717.tgz#feb7ffec5a395359294f998ba27a16c788588e34"
integrity sha512-L02QtEanrhvjX6kVAGGlF7DsQo192PuhPllspQrvlK12kbVGbEcQ2shCmfnII+s75gcI6S3LxiFZtOPKNMyR/Q==
dependencies:
chai "4.2.0"
chalk "4.1.0"
Expand All @@ -2369,29 +2369,29 @@
write-json-file "4.2.0"
yargs "15.4.1"

"@statechannels/nitro-protocol@0.16.0":
version "0.16.0"
resolved "https://registry.npmjs.org/@statechannels/nitro-protocol/-/nitro-protocol-0.16.0.tgz#70127a1971bd73d0555a9108b096be1297e7e5a1"
integrity sha512-LwVAqjXcwOqb5XqDtwoIjdVweNMjiQ8PcwQNEdyvb3OaE7dJ4aIXzipzAG1lSY5AAzv/0QEsxswNY9kf62Zgmg==
"@statechannels/nitro-protocol@0.17.1-next.093a3a042.1717", "@statechannels/nitro-protocol@0.17.1-next.093a3a042.1717+093a3a042":
version "0.17.1-next.093a3a042.1717"
resolved "https://registry.npmjs.org/@statechannels/nitro-protocol/-/nitro-protocol-0.17.1-next.093a3a042.1717.tgz#d65288f92b9dfeb23c204aeaaaf79a89d0d9b142"
integrity sha512-1vCvCLsbBUcocL2uAgAzF7wgdCAlwPk++iuUVrdFJdoftZKL9h3XSx39O7aKsPc7UtwmRHZbI4X4xlcCTwI2ig==
dependencies:
"@openzeppelin/contracts" "3.2.2-solc-0.7"
ethers "5.0.12"
lodash.isequal "^4.5.0"
lodash.pick "4.4.0"
lodash.shuffle "^4.2.0"

"@statechannels/server-wallet@1.23.0":
version "1.23.0"
resolved "https://registry.npmjs.org/@statechannels/server-wallet/-/server-wallet-1.23.0.tgz#f2dd07180d459817298b4f4777b03b6eb32518d9"
integrity sha512-kE6C/FQSB3gKpoXogxU4pM0Cf9XTvWsrk2bMa7xG/ArM6eYvRiIDcesQYF/TvRB7ZmK3ukJIhF82JgWaLKqM3w==
"@statechannels/server-wallet@1.24.1-next.093a3a042.1717":
version "1.24.1-next.093a3a042.1717"
resolved "https://registry.npmjs.org/@statechannels/server-wallet/-/server-wallet-1.24.1-next.093a3a042.1717.tgz#1389df80d1bac395cdfc88eea9661a23a3c4ed3f"
integrity sha512-4r3RhQVKwdsR2IZoDwrBGF8mdNlDUFKMu0yynt77HuHfa85PLiL1Ds7aO4I6meOs1wBryGJXQQ2Tfo5BtNiMyw==
dependencies:
"@connext/pure-evm-wasm" "0.1.4"
"@ethersproject/experimental" "5.0.5"
"@statechannels/client-api-schema" "0.10.1"
"@statechannels/nitro-protocol" "0.16.0"
"@statechannels/wallet-core" "0.14.0"
"@statechannels/client-api-schema" "0.10.2-next.093a3a042.1824+093a3a042"
"@statechannels/nitro-protocol" "0.17.1-next.093a3a042.1717+093a3a042"
"@statechannels/wallet-core" "0.14.2-next.093a3a042.1717+093a3a042"
"@statechannels/wasm-utils" "0.1.6"
"@statechannels/wire-format" "0.9.0"
"@statechannels/wire-format" "0.9.2-next.093a3a042.1717+093a3a042"
ethers "5.0.12"
eventemitter3 "4.0.7"
fp-ts "2.7.0"
Expand All @@ -2407,13 +2407,13 @@
rxjs "6.6.3"
tarn "3.0.0"

"@statechannels/wallet-core@0.14.0":
version "0.14.0"
resolved "https://registry.npmjs.org/@statechannels/wallet-core/-/wallet-core-0.14.0.tgz#cf14bae21b472b326d9b890754eb065e27a9175a"
integrity sha512-GtLTFSQ4CSY3KebjIwDvJQ7ZQZ1Xv0tp6c/lnRgCsZcjout5ZwaLvMiImD0Sxzz5qLaHE96fHjNUmtCekNb4tQ==
"@statechannels/wallet-core@0.14.2-next.093a3a042.1717", "@statechannels/wallet-core@0.14.2-next.093a3a042.1717+093a3a042":
version "0.14.2-next.093a3a042.1717"
resolved "https://registry.npmjs.org/@statechannels/wallet-core/-/wallet-core-0.14.2-next.093a3a042.1717.tgz#ea837612250e17a7755713d4082f9aad645ff425"
integrity sha512-bs2n+HVkQeFr/R+L6X8XIt7jxssHu5ukKoSyEnohOUpAwxXnx8ejf+F0j0osG/qZzN5RgTZK5X4wtWaVy8bOIw==
dependencies:
"@statechannels/nitro-protocol" "0.16.0"
"@statechannels/wire-format" "0.9.0"
"@statechannels/nitro-protocol" "0.17.1-next.093a3a042.1717+093a3a042"
"@statechannels/wire-format" "0.9.2-next.093a3a042.1717+093a3a042"
ethers "5.0.12"
lodash "4.17.20"

Expand All @@ -2422,10 +2422,10 @@
resolved "https://registry.npmjs.org/@statechannels/wasm-utils/-/wasm-utils-0.1.6.tgz#2b0b7de5a63f158d4202718ebb5bdd3a910b0c6c"
integrity sha512-eUBeE/ChxksfhrGHwsdxx5ncvZnY4JkdBta6Y8mcgtJxQxdoxjqrJYiBbyZY5LqgW9mPowAaRQ09gm6Eebf4mQ==

"@statechannels/wire-format@0.9.0":
version "0.9.0"
resolved "https://registry.npmjs.org/@statechannels/wire-format/-/wire-format-0.9.0.tgz#66414ccc93089591b1b61ced29dbae3f14264cd8"
integrity sha512-R0e0oDRW4Is4lyc9yZhWspe8ml7rASRpqMyi1+aMe88qddhhFfmOksE7LGZaTk2LTZGZryHweEHX9eYQ6r0e+A==
"@statechannels/wire-format@0.9.2-next.093a3a042.1717+093a3a042":
version "0.9.2-next.093a3a042.1717"
resolved "https://registry.npmjs.org/@statechannels/wire-format/-/wire-format-0.9.2-next.093a3a042.1717.tgz#38392bd423fdb5454b029ca0843cacf5d6a0f138"
integrity sha512-QiMsXsN6SaNu1lQDbgwMEpjblCvw73Tas/SLFH2ZJM2XKaNV5LrKdQliAQfl9bXUl35cRtrhCULEUJvOtcXozQ==
dependencies:
ajv "6.11.0"

Expand Down

0 comments on commit eedc3f2

Please sign in to comment.