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

downgrade and lock @loadable/component

This commit is contained in:
Matthias Kretschmann 2020-09-16 11:20:40 +02:00
parent 067c211258
commit 126e11428d
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3177,9 +3177,9 @@
}
},
"@loadable/component": {
"version": "5.13.2",
"resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.13.2.tgz",
"integrity": "sha512-eCtJhCFfUg7dzEBc5O4ZNfG0wftCLVSzpfOw9qPYJ16T/bmvrGRDdY8q/ARM4o90MOFlJzIRepnuXnqxB5ZUyQ==",
"version": "5.13.1",
"resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.13.1.tgz",
"integrity": "sha512-qTNfTv5bVfb9eTKNUOMzPweRnxzNaxCmLZEsFEMn+kxpd86iXae+IpibXFJlnb052Q4fVkcWM2tvmWLc/+HzLg==",
"requires": {
"@babel/runtime": "^7.7.7",
"hoist-non-react-statics": "^3.3.1",

View File

@ -20,7 +20,7 @@
},
"dependencies": {
"@coingecko/cryptoformat": "^0.4.1",
"@loadable/component": "^5.13.2",
"@loadable/component": "5.13.1",
"@oceanprotocol/art": "^3.0.0",
"@oceanprotocol/lib": "^0.2.5",
"@oceanprotocol/react": "^0.0.44",