From 12f484c64316884416203b07372639f72dac2a33 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 28 Jan 2020 12:43:25 +0100 Subject: [PATCH] package updates --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2d77c20..106b814 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,11 @@ "version": "1.0.0", "description": "React + squid.js interacting in the most minimal way with Ocean Protocol.", "dependencies": { - "@oceanprotocol/squid": "^1.0.0", + "@oceanprotocol/squid": "^1.2.0", "react": "^16.12.0", "react-dom": "^16.12.0", "react-scripts": "^3.3.0", - "web3": "^1.2.4" + "web3": "^1.2.5" }, "scripts": { "start": "react-scripts start",