1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-09-28 03:58:59 +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": { "@loadable/component": {
"version": "5.13.2", "version": "5.13.1",
"resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.13.2.tgz", "resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.13.1.tgz",
"integrity": "sha512-eCtJhCFfUg7dzEBc5O4ZNfG0wftCLVSzpfOw9qPYJ16T/bmvrGRDdY8q/ARM4o90MOFlJzIRepnuXnqxB5ZUyQ==", "integrity": "sha512-qTNfTv5bVfb9eTKNUOMzPweRnxzNaxCmLZEsFEMn+kxpd86iXae+IpibXFJlnb052Q4fVkcWM2tvmWLc/+HzLg==",
"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",

View File

@ -20,7 +20,7 @@
}, },
"dependencies": { "dependencies": {
"@coingecko/cryptoformat": "^0.4.1", "@coingecko/cryptoformat": "^0.4.1",
"@loadable/component": "^5.13.2", "@loadable/component": "5.13.1",
"@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.44",