Skip to content

Commit

Permalink
fix: upgrade version @requestnetwork/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
siibars committed Jun 30, 2021
1 parent cbc1e8f commit 66939f1
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/advanced-logic/package.json
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@requestnetwork/utils": "0.35.1-next.1470",
"@types/node": "14.14.16",
"lodash": "4.17.21",
"wallet-address-validator": "0.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/currency/package.json
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@metamask/contract-metadata": "1.25.0",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@requestnetwork/utils": "0.35.1-next.1470",
"node-dijkstra": "2.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/data-access/package.json
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@requestnetwork/multi-format": "0.15.9",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@requestnetwork/utils": "0.35.1-next.1470",
"bluebird": "3.7.2",
"keyv": "4.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/epk-decryption/package.json
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@requestnetwork/multi-format": "0.15.9",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0"
"@requestnetwork/utils": "0.35.1-next.1470"
},
"devDependencies": {
"@types/jest": "26.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/epk-signature/package.json
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0"
"@requestnetwork/utils": "0.35.1-next.1470"
},
"devDependencies": {
"@types/jest": "26.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-storage/package.json
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@requestnetwork/smart-contracts": "0.28.1-next.1470",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@requestnetwork/utils": "0.35.1-next.1470",
"bluebird": "3.7.2",
"ethers": "5.2.0",
"form-data": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-test/package.json
Expand Up @@ -51,7 +51,7 @@
"@requestnetwork/request-logic": "0.26.9",
"@requestnetwork/transaction-manager": "0.26.9",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@requestnetwork/utils": "0.35.1-next.1470",
"@truffle/hdwallet-provider": "1.2.3",
"@types/jest": "26.0.13",
"@types/node": "14.14.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/payment-detection/package.json
Expand Up @@ -43,7 +43,7 @@
"@requestnetwork/currency": "^0.8.1-next.1470",
"@requestnetwork/smart-contracts": "0.28.1-next.1470",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@requestnetwork/utils": "0.35.1-next.1470",
"axios": "0.21.1",
"ethers": "5.2.0",
"graphql": "15.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/payment-processor/package.json
Expand Up @@ -42,7 +42,7 @@
"@requestnetwork/payment-detection": "0.35.1-next.1470",
"@requestnetwork/smart-contracts": "0.28.1-next.1470",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@requestnetwork/utils": "0.35.1-next.1470",
"ethers": "5.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prototype-estimator/package.json
Expand Up @@ -36,7 +36,7 @@
"@requestnetwork/request-node": "0.26.0",
"@requestnetwork/transaction-manager": "0.26.9",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@requestnetwork/utils": "0.35.1-next.1470",
"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 @@ -53,7 +53,7 @@
"@requestnetwork/smart-contracts": "0.28.1-next.1470",
"@requestnetwork/transaction-manager": "0.26.9",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@requestnetwork/utils": "0.35.1-next.1470",
"axios": "0.21.1",
"ethers": "5.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/request-logic/package.json
Expand Up @@ -42,7 +42,7 @@
"@requestnetwork/advanced-logic": "0.34.0",
"@requestnetwork/multi-format": "0.15.9",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@requestnetwork/utils": "0.35.1-next.1470",
"semver": "5.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/request-node/package.json
Expand Up @@ -43,7 +43,7 @@
"@requestnetwork/data-access": "0.26.0",
"@requestnetwork/ethereum-storage": "0.26.1-next.1470",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@requestnetwork/utils": "0.35.1-next.1470",
"@truffle/hdwallet-provider": "1.2.3",
"chalk": "4.1.0",
"cors": "2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/smart-contracts/package.json
Expand Up @@ -52,7 +52,7 @@
"@openzeppelin/contracts": "2.5.1",
"@openzeppelin/test-helpers": "0.5.6",
"@requestnetwork/currency": "^0.8.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@requestnetwork/utils": "0.35.1-next.1470",
"@typechain/ethers-v5": "7.0.1",
"@types/node": "14.14.16",
"chai-as-promised": "7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-manager/package.json
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@requestnetwork/multi-format": "0.15.9",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0"
"@requestnetwork/utils": "0.35.1-next.1470"
},
"devDependencies": {
"@types/jest": "26.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/usage-examples/package.json
Expand Up @@ -36,7 +36,7 @@
"@requestnetwork/request-logic": "0.26.9",
"@requestnetwork/transaction-manager": "0.26.9",
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@requestnetwork/utils": "0.35.1-next.1470",
"ethers": "5.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-signature/package.json
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@requestnetwork/types": "0.35.1-next.1470",
"@requestnetwork/utils": "0.35.0",
"@requestnetwork/utils": "0.35.1-next.1470",
"ethers": "5.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 66939f1

Please sign in to comment.