From c7715d5ac2f857a1a39ac6508c02493a4fa5e0a1 Mon Sep 17 00:00:00 2001 From: Harry Garrood Date: Tue, 28 May 2019 00:48:25 +0100 Subject: [PATCH] Relax upper bound on purescript-react This is necessary to allow this package to compile with purs v0.13.0 (see also: https://github.com/purescript-contrib/purescript-react/pull/171) --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 1df91e4..1f7f120 100644 --- a/bower.json +++ b/bower.json @@ -17,7 +17,7 @@ }, "dependencies": { "purescript-web-dom": "^2.0.0", - "purescript-react": "^6.0.0", + "purescript-react": ">= 6.0.0 < 8.0.0", "purescript-effect": "^2.0.0" } }