Skip to content

Commit

Permalink
fix: upgrade version @requestnetwork/types
Browse files Browse the repository at this point in the history
  • Loading branch information
siibars committed Jun 30, 2021
1 parent 30d5582 commit cbc1e8f
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/advanced-logic/package.json
Expand Up @@ -38,7 +38,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@types/node": "14.14.16",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/currency/package.json
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@metamask/contract-metadata": "1.25.0",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"node-dijkstra": "2.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/data-access/package.json
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@requestnetwork/multi-format": "0.15.9",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"bluebird": "3.7.2",
"keyv": "4.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Expand Up @@ -40,7 +40,7 @@
"@requestnetwork/payment-processor": "0.37.1-next.1470",
"@requestnetwork/request-client.js": "0.39.1-next.1470",
"@requestnetwork/smart-contracts": "0.28.1-next.1470",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"bn.js": "5.1.3",
"classnames": "2.2.6",
"core-js": "3.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/epk-decryption/package.json
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@requestnetwork/multi-format": "0.15.9",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/epk-signature/package.json
Expand Up @@ -40,7 +40,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-storage/package.json
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@requestnetwork/smart-contracts": "0.28.1-next.1470",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"bluebird": "3.7.2",
"ethers": "5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-test/package.json
Expand Up @@ -50,7 +50,7 @@
"@requestnetwork/request-client.js": "0.39.1-next.1470",
"@requestnetwork/request-logic": "0.26.9",
"@requestnetwork/transaction-manager": "0.26.9",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@truffle/hdwallet-provider": "1.2.3",
"@types/jest": "26.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/payment-detection/package.json
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@requestnetwork/currency": "^0.8.1-next.1470",
"@requestnetwork/smart-contracts": "0.28.1-next.1470",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"axios": "0.21.1",
"ethers": "5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/payment-processor/package.json
Expand Up @@ -41,7 +41,7 @@
"@requestnetwork/currency": "^0.8.1-next.1470",
"@requestnetwork/payment-detection": "0.35.1-next.1470",
"@requestnetwork/smart-contracts": "0.28.1-next.1470",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"ethers": "5.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/prototype-estimator/package.json
Expand Up @@ -35,7 +35,7 @@
"@requestnetwork/request-logic": "0.26.9",
"@requestnetwork/request-node": "0.26.0",
"@requestnetwork/transaction-manager": "0.26.9",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"benchmark": "2.1.4",
"simple-statistics": "7.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/request-client.js/package.json
Expand Up @@ -52,7 +52,7 @@
"@requestnetwork/request-logic": "0.26.9",
"@requestnetwork/smart-contracts": "0.28.1-next.1470",
"@requestnetwork/transaction-manager": "0.26.9",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"axios": "0.21.1",
"ethers": "5.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/request-logic/package.json
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@requestnetwork/advanced-logic": "0.34.0",
"@requestnetwork/multi-format": "0.15.9",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"semver": "5.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/request-node/package.json
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@requestnetwork/data-access": "0.26.0",
"@requestnetwork/ethereum-storage": "0.26.1-next.1470",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@truffle/hdwallet-provider": "1.2.3",
"chalk": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolbox/package.json
Expand Up @@ -44,7 +44,7 @@
"@requestnetwork/payment-detection": "0.35.1-next.1470",
"@requestnetwork/request-client.js": "0.39.1-next.1470",
"@requestnetwork/smart-contracts": "0.28.1-next.1470",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"axios": "0.21.1",
"ethers": "5.2.0",
"yargs": "16.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-manager/package.json
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@requestnetwork/multi-format": "0.15.9",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/usage-examples/package.json
Expand Up @@ -35,7 +35,7 @@
"@requestnetwork/request-client.js": "0.39.1-next.1470",
"@requestnetwork/request-logic": "0.26.9",
"@requestnetwork/transaction-manager": "0.26.9",
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"ethers": "5.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -39,7 +39,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"eccrypto": "1.1.6",
"ethers": "5.2.0",
"secp256k1": "4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-signature/package.json
Expand Up @@ -40,7 +40,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/types": "0.35.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"ethers": "5.2.0"
},
Expand Down

0 comments on commit cbc1e8f

Please sign in to comment.