From d78a2345f5a0244a7e22be9128cdd5dec0e94f70 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 23 Oct 2020 15:48:03 +0200 Subject: [PATCH] bump @oceanprotocol/react --- package-lock.json | 27 ++++----------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb1188bfc..cb49b17b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3867,34 +3867,15 @@ } }, "@oceanprotocol/react": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.3.7.tgz", - "integrity": "sha512-sKR96Ejz3IPwHIQuL8LhmePCnZpt2xMgb4Tvffk32fg3CJnr/R6VSoAFn0dHsGtZXFemsT6FSIJOewtuI5jS7A==", + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.3.8.tgz", + "integrity": "sha512-cbijintJy5Cg5/FFhLNfgIgmxRHCDZnv9zoMOeQJE28fwG/jOAkU+r3G4OK0EvFm9BXDsBxqoZxOO6Eb1EpV6w==", "requires": { - "@oceanprotocol/lib": "^0.7.3", + "@oceanprotocol/lib": "^0.8.0", "axios": "^0.20.0", "decimal.js": "^10.2.1", "web3": "^1.3.0", "web3modal": "^1.9.1" - }, - "dependencies": { - "@oceanprotocol/lib": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.7.5.tgz", - "integrity": "sha512-frqMwfsqhyQ7+wfY6ak7+vmrbMVXDd7DuYdXHL2gyzom9uqcLLWhmWFNWo/1hOh750GhZ5d8BT4iX0O9P1JPTw==", - "requires": { - "@ethereum-navigator/navigator": "^0.5.0", - "@oceanprotocol/contracts": "^0.5.7", - "decimal.js": "^10.2.0", - "fs": "0.0.1-security", - "lzma": "^2.3.2", - "node-fetch": "^2.6.1", - "save-file": "^2.3.1", - "uuid": "^8.3.0", - "web3": "^1.3.0", - "web3-eth-contract": "^1.3.0" - } - } } }, "@oceanprotocol/typographies": { diff --git a/package.json b/package.json index 9aa20343e..3a0c1f7ca 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@loadable/component": "5.13.1", "@oceanprotocol/art": "^3.0.0", "@oceanprotocol/lib": "^0.8.0", - "@oceanprotocol/react": "^0.3.7", + "@oceanprotocol/react": "^0.3.8", "@oceanprotocol/typographies": "^0.1.0", "@sindresorhus/slugify": "^1.0.0", "@tippyjs/react": "^4.2.0",