mirror of
https://github.com/oceanprotocol/react.git
synced 2024-11-21 17:27:02 +01:00
Bump @oceanprotocol/lib from 0.14.9 to 0.15.0 (#308)
Bumps [@oceanprotocol/lib](https://github.com/oceanprotocol/ocean.js) from 0.14.9 to 0.15.0. - [Release notes](https://github.com/oceanprotocol/ocean.js/releases) - [Changelog](https://github.com/oceanprotocol/ocean.js/blob/v0.15.0/CHANGELOG.md) - [Commits](https://github.com/oceanprotocol/ocean.js/compare/v0.14.9...v0.15.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ef69785699
commit
6bc12f1863
22
package-lock.json
generated
22
package-lock.json
generated
@ -9,7 +9,7 @@
|
||||
"version": "0.6.2",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@oceanprotocol/lib": "^0.14.9",
|
||||
"@oceanprotocol/lib": "^0.15.0",
|
||||
"axios": "^0.21.1",
|
||||
"decimal.js": "^10.2.1",
|
||||
"web3": "^1.3.6",
|
||||
@ -2096,10 +2096,9 @@
|
||||
"integrity": "sha512-HK4CNpEjbqF95hqXoQbYHqubzVH/OM8w9sSZZd9sgbKH7ykoO46gzBh1xlZzcnil9AxQ/U8LG4E1o0d0HHwdZA=="
|
||||
},
|
||||
"node_modules/@oceanprotocol/lib": {
|
||||
"version": "0.14.9",
|
||||
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.14.9.tgz",
|
||||
"integrity": "sha512-PUNbsryrm4614CbvalP2CZS9LZjvWfqopTdb91Rz4vLbnqinioELSFXNq+hiSkyuFqAy0szG0wueBcW8mwFbSg==",
|
||||
"license": "Apache-2.0",
|
||||
"version": "0.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.15.0.tgz",
|
||||
"integrity": "sha512-aHV86KciaQ6W7XcC8fQFrea8hWWuhAtFUhtgPMrmSCNp/OFlNLMSS959eL+dDgfH3112f2gRWgvcbdsnoTAGsQ==",
|
||||
"dependencies": {
|
||||
"@ethereum-navigator/navigator": "^0.5.2",
|
||||
"@oceanprotocol/contracts": "^0.6.2",
|
||||
@ -2112,8 +2111,8 @@
|
||||
"node-abort-controller": "^2.0.0",
|
||||
"save-file": "^2.3.1",
|
||||
"uuid": "^8.3.2",
|
||||
"web3": "^1.3.5",
|
||||
"web3-eth-contract": "^1.3.5"
|
||||
"web3": "^1.3.6",
|
||||
"web3-eth-contract": "^1.3.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"web3": "^1.3.5"
|
||||
@ -18964,9 +18963,9 @@
|
||||
"integrity": "sha512-HK4CNpEjbqF95hqXoQbYHqubzVH/OM8w9sSZZd9sgbKH7ykoO46gzBh1xlZzcnil9AxQ/U8LG4E1o0d0HHwdZA=="
|
||||
},
|
||||
"@oceanprotocol/lib": {
|
||||
"version": "0.14.9",
|
||||
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.14.9.tgz",
|
||||
"integrity": "sha512-PUNbsryrm4614CbvalP2CZS9LZjvWfqopTdb91Rz4vLbnqinioELSFXNq+hiSkyuFqAy0szG0wueBcW8mwFbSg==",
|
||||
"version": "0.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.15.0.tgz",
|
||||
"integrity": "sha512-aHV86KciaQ6W7XcC8fQFrea8hWWuhAtFUhtgPMrmSCNp/OFlNLMSS959eL+dDgfH3112f2gRWgvcbdsnoTAGsQ==",
|
||||
"requires": {
|
||||
"@ethereum-navigator/navigator": "^0.5.2",
|
||||
"@oceanprotocol/contracts": "^0.6.2",
|
||||
@ -18979,8 +18978,7 @@
|
||||
"node-abort-controller": "^2.0.0",
|
||||
"save-file": "^2.3.1",
|
||||
"uuid": "^8.3.2",
|
||||
"web3": "^1.3.5",
|
||||
"web3-eth-contract": "^1.3.5"
|
||||
"web3-eth-contract": "^1.3.6"
|
||||
}
|
||||
},
|
||||
"@octokit/auth-token": {
|
||||
|
@ -25,7 +25,7 @@
|
||||
"dist/"
|
||||
],
|
||||
"dependencies": {
|
||||
"@oceanprotocol/lib": "^0.14.9",
|
||||
"@oceanprotocol/lib": "^0.15.0",
|
||||
"axios": "^0.21.1",
|
||||
"decimal.js": "^10.2.1",
|
||||
"web3": "^1.3.6",
|
||||
|
Loading…
Reference in New Issue
Block a user