update lib (#1111)

This commit is contained in:
mihaisc 2022-02-17 16:12:48 +02:00 committed by GitHub
parent 60c5520548
commit d7ae4ae567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@coingecko/cryptoformat": "^0.4.4",
"@loadable/component": "^5.15.2",
"@oceanprotocol/art": "^3.2.0",
"@oceanprotocol/lib": "^1.0.0-next.20",
"@oceanprotocol/lib": "^1.0.0-next.21",
"@oceanprotocol/typographies": "^0.1.0",
"@portis/web3": "^4.0.6",
"@tippyjs/react": "^4.2.6",
@ -3348,9 +3348,9 @@
"integrity": "sha512-aUQtg4m5hJlQ0u8C29O9TXJWcAenO3G9vP+vf6LNFkpTDOCMycN/F0SzHS89VNrvGUha8oTDEg7FAkfZBPv2WA=="
},
"node_modules/@oceanprotocol/contracts": {
"version": "1.0.0-alpha.20",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-1.0.0-alpha.20.tgz",
"integrity": "sha512-Z+zP7XzYjZfd0+URupld2LLZ91E07EWM4wlxpRGOhXEZ7oL3iQAlRJGq6SZN7C65LSUaMQuhj+n5C8aYOXUdwQ==",
"version": "1.0.0-alpha.21",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-1.0.0-alpha.21.tgz",
"integrity": "sha512-aYMEwkclqBtHEgjeDAmEuGnWQ3yZLIeHWr3XtiuscDxF48eCG0wUYtdtuqzbLNEUqgdpNVxVNTLW2x0w2PAQDA==",
"dependencies": {
"@openzeppelin/contracts": "^4.3.3",
"@openzeppelin/test-helpers": "^0.5.15",
@ -3370,11 +3370,11 @@
}
},
"node_modules/@oceanprotocol/lib": {
"version": "1.0.0-next.20",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.20.tgz",
"integrity": "sha512-UUFkYCdFk9ST/7F8AwzW+dWjxhMFzyp9BWPjI5MjY8jBOp1MLdY6mtZeA6wIRsPDqGGL4nBIzlVS1G3t2DlF0g==",
"version": "1.0.0-next.21",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.21.tgz",
"integrity": "sha512-S3xtsPE9Z+sxUlcsHy6fvimU6EVWyM+C/OFzr5EmJNbOIfEKOjeN1T9e0c0Zj+5gqSSNgGiOp1qKwEOBckA6bQ==",
"dependencies": {
"@oceanprotocol/contracts": "1.0.0-alpha.20",
"@oceanprotocol/contracts": "1.0.0-alpha.21",
"bignumber.js": "^9.0.2",
"cross-fetch": "^3.1.5",
"crypto-js": "^4.1.1",
@ -26269,9 +26269,9 @@
"integrity": "sha512-aUQtg4m5hJlQ0u8C29O9TXJWcAenO3G9vP+vf6LNFkpTDOCMycN/F0SzHS89VNrvGUha8oTDEg7FAkfZBPv2WA=="
},
"@oceanprotocol/contracts": {
"version": "1.0.0-alpha.20",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-1.0.0-alpha.20.tgz",
"integrity": "sha512-Z+zP7XzYjZfd0+URupld2LLZ91E07EWM4wlxpRGOhXEZ7oL3iQAlRJGq6SZN7C65LSUaMQuhj+n5C8aYOXUdwQ==",
"version": "1.0.0-alpha.21",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-1.0.0-alpha.21.tgz",
"integrity": "sha512-aYMEwkclqBtHEgjeDAmEuGnWQ3yZLIeHWr3XtiuscDxF48eCG0wUYtdtuqzbLNEUqgdpNVxVNTLW2x0w2PAQDA==",
"requires": {
"@openzeppelin/contracts": "^4.3.3",
"@openzeppelin/test-helpers": "^0.5.15",
@ -26290,11 +26290,11 @@
}
},
"@oceanprotocol/lib": {
"version": "1.0.0-next.20",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.20.tgz",
"integrity": "sha512-UUFkYCdFk9ST/7F8AwzW+dWjxhMFzyp9BWPjI5MjY8jBOp1MLdY6mtZeA6wIRsPDqGGL4nBIzlVS1G3t2DlF0g==",
"version": "1.0.0-next.21",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.21.tgz",
"integrity": "sha512-S3xtsPE9Z+sxUlcsHy6fvimU6EVWyM+C/OFzr5EmJNbOIfEKOjeN1T9e0c0Zj+5gqSSNgGiOp1qKwEOBckA6bQ==",
"requires": {
"@oceanprotocol/contracts": "1.0.0-alpha.20",
"@oceanprotocol/contracts": "1.0.0-alpha.21",
"bignumber.js": "^9.0.2",
"cross-fetch": "^3.1.5",
"crypto-js": "^4.1.1",

View File

@ -21,7 +21,7 @@
"@coingecko/cryptoformat": "^0.4.4",
"@loadable/component": "^5.15.2",
"@oceanprotocol/art": "^3.2.0",
"@oceanprotocol/lib": "^1.0.0-next.20",
"@oceanprotocol/lib": "^1.0.0-next.21",
"@oceanprotocol/typographies": "^0.1.0",
"@portis/web3": "^4.0.6",
"@tippyjs/react": "^4.2.6",