From d92d163b19b9271aaa3a29293a2968d56331b627 Mon Sep 17 00:00:00 2001 From: Harry Garrood Date: Fri, 31 May 2019 14:56:47 +0100 Subject: [PATCH] Relax upper bounds To permit building against the latest versions of all dependencies --- bower.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index d7c9d6e..d53e7c0 100644 --- a/bower.json +++ b/bower.json @@ -13,10 +13,10 @@ "purescript-exceptions": "^4.0.0", "purescript-functions": "^4.0.0", "purescript-nullable": "^4.1.0", - "purescript-record": "^1.0.0", + "purescript-record": ">= 1.0.0 <3.0.0", "purescript-unsafe-coerce": "^4.0.0", - "purescript-web-dom": "^1.0.0", - "purescript-web-html": "^1.0.0", - "purescript-web-events": "^1.0.0" + "purescript-web-dom": ">=1.0.0 <3.0.0", + "purescript-web-html": ">=1.0.0 <3.0.0", + "purescript-web-events": ">=1.0.0 <3.0.0" } }