From e86223c95017bac248be0cc29bd243e2d8603606 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 17 Jul 2020 15:19:59 +0200 Subject: [PATCH] package updates --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d0756e24..18be8e668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4004,12 +4004,12 @@ } }, "@oceanprotocol/react": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.14.tgz", - "integrity": "sha512-mvnQAzlrDzxPeiGHP0d5oL8WsO3ptZCTPXsJAcrgX+5KzIBNKrIvpyusiUI0G0Knk4+j75dFNYA0pELxRJGSOw==", + "version": "0.0.15", + "resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.15.tgz", + "integrity": "sha512-HkYKleLBSSqAYdzwW7kXSg7lj2puyesbqwuApxuu/NaaJrF5qjwCXuSYdJ9ZKZh0pwrraQwVxAcGJ+RV461T/w==", "requires": { "@oceanprotocol/contracts": "^0.2.3", - "@oceanprotocol/lib": "^0.1.4", + "@oceanprotocol/lib": "^0.1.6", "@walletconnect/web3-provider": "^1.0.15", "axios": "^0.19.2", "react": "^16.9.41", diff --git a/package.json b/package.json index 825ef1752..8c9dfdf90 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@loadable/component": "^5.13.1", "@now/node": "^1.7.2", "@oceanprotocol/art": "^3.0.0", - "@oceanprotocol/react": "^0.0.14", + "@oceanprotocol/react": "^0.0.15", "@oceanprotocol/typographies": "^0.1.0", "@sindresorhus/slugify": "^1.0.0", "@tippyjs/react": "^4.1.0",