1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-10 16:15:41 +01:00

bump ocean.js (#225)

This commit is contained in:
Matthias Kretschmann 2021-01-19 13:53:14 +01:00 committed by GitHub
parent b4acf688c2
commit 7531fde3d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2593,9 +2593,9 @@
"integrity": "sha512-yoGk4kpTy9E06OWusd3Fa/W3yjmFNKND/I92YtmrMnX0i3gm/kom/Z7XrRiAHVC8JVnM9Q79FojGLd2eOL4opg=="
},
"@oceanprotocol/lib": {
"version": "0.9.21",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.9.21.tgz",
"integrity": "sha512-Bo+xJeFXOMfqof0GA5B07wWkBJ9S/v646zrUGuVIZ7nmwnGR8ba5Sr3lznpz7JIvmIpSNsKkXXWwwsRtZeeA1w==",
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.10.0.tgz",
"integrity": "sha512-ibsdyCS3ROUMShznaSvThHuTaGxKXCMedZfkvkFY1iFJvUL8HgJ0V6kRINNZDamj8AxLjEI1uV1QA3UTB8qkJA==",
"requires": {
"@ethereum-navigator/navigator": "^0.5.2",
"@oceanprotocol/contracts": "^0.5.8",

View File

@ -25,7 +25,7 @@
"dist/"
],
"dependencies": {
"@oceanprotocol/lib": "^0.9.21",
"@oceanprotocol/lib": "^0.10.0",
"axios": "^0.21.1",
"decimal.js": "^10.2.1",
"web3": "1.3.1",