1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-01-05 11:25:18 +01:00

bump ocean.js

This commit is contained in:
Matthias Kretschmann 2020-10-22 10:45:56 +02:00
parent dd7e323dad
commit 55db4e88d5
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1521,9 +1521,9 @@
"integrity": "sha512-LING+GvW37I0L40rZdPCZ1SvcZurDSGGhT0WOVPNO8oyh2C3bXModDBNE4+gCFa8pTbQBOc4ot1/Zoj9PfT/zA=="
},
"@oceanprotocol/lib": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.7.1.tgz",
"integrity": "sha512-vwwyFrygmH08gWA3OQESG7ZggEX0wfgnAYK9s9xWKhwi0IiRbNu3a25joCebXlENoEUIF7QRChBFeAlqV2OW0w==",
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.7.2.tgz",
"integrity": "sha512-u6whRxPVe7dL9WizOEXj4aK6MqaNwVwNfQKlgnCFBxhiinvK2UUE0s3hbWPF9j100I1wxJtZ7cYU6m3U29nGIg==",
"requires": {
"@ethereum-navigator/navigator": "^0.5.0",
"@oceanprotocol/contracts": "^0.5.6",

View File

@ -25,7 +25,7 @@
"dist/"
],
"dependencies": {
"@oceanprotocol/lib": "^0.7.1",
"@oceanprotocol/lib": "^0.7.2",
"axios": "^0.20.0",
"decimal.js": "^10.2.1",
"web3": "^1.3.0",