1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-20 11:23:24 +02:00

bump @oceanprotocol/react

This commit is contained in:
Matthias Kretschmann 2020-09-22 12:46:45 +00:00
parent bf0a75db0b
commit 60374d4ffe
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -3182,9 +3182,9 @@
}
},
"@loadable/component": {
"version": "5.13.1",
"resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.13.1.tgz",
"integrity": "sha512-qTNfTv5bVfb9eTKNUOMzPweRnxzNaxCmLZEsFEMn+kxpd86iXae+IpibXFJlnb052Q4fVkcWM2tvmWLc/+HzLg==",
"version": "5.13.2",
"resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.13.2.tgz",
"integrity": "sha512-eCtJhCFfUg7dzEBc5O4ZNfG0wftCLVSzpfOw9qPYJ16T/bmvrGRDdY8q/ARM4o90MOFlJzIRepnuXnqxB5ZUyQ==",
"requires": {
"@babel/runtime": "^7.7.7",
"hoist-non-react-statics": "^3.3.1",
@ -3718,9 +3718,9 @@
}
},
"@oceanprotocol/react": {
"version": "0.0.44",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.44.tgz",
"integrity": "sha512-FdYq73JHsKpANKwg36EpOKeppEoTMc7Q8wqv2F/KvVJVUp5ftcNnwHMCOcBel14byKMCgiUVUsUxFigegDP+CA==",
"version": "0.0.45",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.45.tgz",
"integrity": "sha512-Li57rvgMshL7wQiS8FUePxb9WzV7pMvpwzrF+4QOFuQu0fDuq4x7QX7/2Uek4xYJ8SMy2MwfpWy/gsyPC31nIQ==",
"requires": {
"@oceanprotocol/lib": "^0.2.5",
"axios": "^0.20.0",
@ -3730,9 +3730,9 @@
},
"dependencies": {
"@types/node": {
"version": "12.12.59",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.59.tgz",
"integrity": "sha512-D2MISWfv2j17aFBAkMD3lQ97vYpXCkAJMJf0mx2eKHNkzXA6Vo9w7A7BWi9fH8sOH1zeFb7fIhOo22z0TtrSag=="
"version": "12.12.62",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.62.tgz",
"integrity": "sha512-qAfo81CsD7yQIM9mVyh6B/U47li5g7cfpVQEDMfQeF8pSZVwzbhwU3crc0qG4DmpsebpJPR49AKOExQyJ05Cpg=="
},
"eth-lib": {
"version": "0.2.8",

View File

@ -20,10 +20,10 @@
},
"dependencies": {
"@coingecko/cryptoformat": "^0.4.2",
"@loadable/component": "5.13.1",
"@loadable/component": "^5.13.2",
"@oceanprotocol/art": "^3.0.0",
"@oceanprotocol/lib": "^0.2.5",
"@oceanprotocol/react": "^0.0.44",
"@oceanprotocol/react": "^0.0.45",
"@oceanprotocol/typographies": "^0.1.0",
"@sindresorhus/slugify": "^1.0.0",
"@tippyjs/react": "^4.1.0",