1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

bump @oceanprotocol/react

This commit is contained in:
Matthias Kretschmann 2020-10-09 22:06:01 +02:00
parent 8fb1998b02
commit c3c5ee6d0c
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4046,9 +4046,9 @@
}
},
"@oceanprotocol/react": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.1.3.tgz",
"integrity": "sha512-HfY8EdtEbp3XBJT5dexcsPdfA8gBw2+UujQy3S0q7albAoIsUkSmd1Cf7PYOrCUbCK723DHmJ8Su9s14BsKfFg==",
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.1.4.tgz",
"integrity": "sha512-vNOVwu/uon3Qr/v97+sS9TXd7bvgFk2AtWp8zxiqt9ebCxHnQ0kJ+6e5PyOSo0l5HwErMICEuQevY9qKYaI/yA==",
"requires": {
"@oceanprotocol/lib": "^0.5.6",
"axios": "^0.20.0",

View File

@ -23,7 +23,7 @@
"@loadable/component": "5.13.1",
"@oceanprotocol/art": "^3.0.0",
"@oceanprotocol/lib": "^0.5.6",
"@oceanprotocol/react": "^0.1.3",
"@oceanprotocol/react": "^0.1.4",
"@oceanprotocol/typographies": "^0.1.0",
"@sindresorhus/slugify": "^1.0.0",
"@tippyjs/react": "^4.2.0",