From 9ddd73cf2e16d930dae8c26ab29e43726ab3c3b0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 2 Dec 2019 15:47:06 +0100 Subject: [PATCH] bump squid-js * should solve #2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abcf17c..5743206 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "React + squid.js interacting in the most minimal way with Ocean Protocol.", "dependencies": { - "@oceanprotocol/squid": "^1.0.0-beta.6", + "@oceanprotocol/squid": "^1.0.0-beta.7", "react": "^16.12.0", "react-dom": "^16.12.0", "react-scripts": "^3.2.0",