From 923acaee71283f4d7137e309e62cf6a65cf0a2eb Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 20 Jul 2020 14:25:38 +0200 Subject: [PATCH] bump @oceanprotocol/react --- package-lock.json | 23 +++++++++++------------ package.json | 2 +- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32197c7fc..73b252516 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3719,17 +3719,17 @@ "integrity": "sha512-j4PEZSVtKSqxDYMVh/hd5vk088Bg6a6QkrUMTXN9Q6OIFAMfHM235f1AxaakNrEyK0FKMD908KuJEdfFLRn9Hw==" }, "@oceanprotocol/contracts": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.2.3.tgz", - "integrity": "sha512-5Oohzno3tnISMYG1jhtHxKMMkcIypTZAPlIoFjE5vDlAW51tyuxwYxBXHYQ2/FLRVFkmUmy5yASKg9zbnKKwQw==" + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.3.1.tgz", + "integrity": "sha512-LaOPxTID+iMRaUYneAOyG6jQQL8Gz9XA0jEqXvhJOqB/WL2zySL2StXpXPpMxzFq6APdpbnQ70s4jBgVChBN2w==" }, "@oceanprotocol/lib": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.1.6.tgz", - "integrity": "sha512-eFncaLtetef6REKzd2u68fFCVdCfBqwGnsDU9oirMfBrdcGu0VquXtAsEfrnHAkIsCaf97wd1GAZ4Yp1JaXP1g==", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.1.7.tgz", + "integrity": "sha512-vt2/fpXjy6rPfbNHMAwOhlEIkjl6unvvkij2qC/gdC2hCC+cWXENbPX/3AgrXk0YkshCONq6FWvGBpXw0EwK0w==", "requires": { "@ethereum-navigator/navigator": "^0.5.0", - "@oceanprotocol/contracts": "^0.2.3", + "@oceanprotocol/contracts": "^0.3.1", "bignumber.js": "^9.0.0", "fs": "0.0.1-security", "node-fetch": "^2.6.0", @@ -3741,12 +3741,11 @@ } }, "@oceanprotocol/react": { - "version": "0.0.23", - "resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.23.tgz", - "integrity": "sha512-DnCoBtz5Z+3JGChDgLI3n9NhexdNHhO1sQD5mIr6uxEGq5D8E7QDNJAnrLn33MsHWZdATmUNi+KUe81qTVrAyA==", + "version": "0.0.24", + "resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.24.tgz", + "integrity": "sha512-BQvwPeRDunnINi8YhRjqo+A5UpJc2r/FtZZtARdlqn3HDzgKkMI5f0LybhbmWFl8j15XzOAMDVjSkrewv7encQ==", "requires": { - "@oceanprotocol/contracts": "^0.2.3", - "@oceanprotocol/lib": "^0.1.6", + "@oceanprotocol/lib": "^0.1.7", "axios": "^0.19.2", "react": "^16.9.41", "web3": "^1.2.11", diff --git a/package.json b/package.json index ca9114f7f..da827653c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@loadable/component": "^5.13.1", "@oceanprotocol/art": "^3.0.0", - "@oceanprotocol/react": "^0.0.23", + "@oceanprotocol/react": "^0.0.24", "@oceanprotocol/typographies": "^0.1.0", "@sindresorhus/slugify": "^1.0.0", "@tippyjs/react": "^4.1.0",