1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-09-28 03:58:59 +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": { "@loadable/component": {
"version": "5.13.1", "version": "5.13.2",
"resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.13.2.tgz",
"integrity": "sha512-qTNfTv5bVfb9eTKNUOMzPweRnxzNaxCmLZEsFEMn+kxpd86iXae+IpibXFJlnb052Q4fVkcWM2tvmWLc/+HzLg==", "integrity": "sha512-eCtJhCFfUg7dzEBc5O4ZNfG0wftCLVSzpfOw9qPYJ16T/bmvrGRDdY8q/ARM4o90MOFlJzIRepnuXnqxB5ZUyQ==",
"requires": { "requires": {
"@babel/runtime": "^7.7.7", "@babel/runtime": "^7.7.7",
"hoist-non-react-statics": "^3.3.1", "hoist-non-react-statics": "^3.3.1",
@ -3718,9 +3718,9 @@
} }
}, },
"@oceanprotocol/react": { "@oceanprotocol/react": {
"version": "0.0.44", "version": "0.0.45",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.44.tgz", "resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.45.tgz",
"integrity": "sha512-FdYq73JHsKpANKwg36EpOKeppEoTMc7Q8wqv2F/KvVJVUp5ftcNnwHMCOcBel14byKMCgiUVUsUxFigegDP+CA==", "integrity": "sha512-Li57rvgMshL7wQiS8FUePxb9WzV7pMvpwzrF+4QOFuQu0fDuq4x7QX7/2Uek4xYJ8SMy2MwfpWy/gsyPC31nIQ==",
"requires": { "requires": {
"@oceanprotocol/lib": "^0.2.5", "@oceanprotocol/lib": "^0.2.5",
"axios": "^0.20.0", "axios": "^0.20.0",
@ -3730,9 +3730,9 @@
}, },
"dependencies": { "dependencies": {
"@types/node": { "@types/node": {
"version": "12.12.59", "version": "12.12.62",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.59.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.62.tgz",
"integrity": "sha512-D2MISWfv2j17aFBAkMD3lQ97vYpXCkAJMJf0mx2eKHNkzXA6Vo9w7A7BWi9fH8sOH1zeFb7fIhOo22z0TtrSag==" "integrity": "sha512-qAfo81CsD7yQIM9mVyh6B/U47li5g7cfpVQEDMfQeF8pSZVwzbhwU3crc0qG4DmpsebpJPR49AKOExQyJ05Cpg=="
}, },
"eth-lib": { "eth-lib": {
"version": "0.2.8", "version": "0.2.8",

View File

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