From 7b0766561d033fb606915f2fac59fad78099e9d3 Mon Sep 17 00:00:00 2001 From: Harry Garrood Date: Wed, 29 May 2019 00:29:19 +0100 Subject: [PATCH] Relax lower bounds on foreign-object, options --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 981cc91..a8814b0 100644 --- a/bower.json +++ b/bower.json @@ -19,13 +19,13 @@ "purescript-contravariant": "^4.0.0", "purescript-effect": "^2.0.0", "purescript-foreign": "^5.0.0", - "purescript-foreign-object": "^2.0.0", + "purescript-foreign-object": ">=1.0.0 <3.0.0", "purescript-maybe": "^4.0.0", "purescript-node-buffer": "^5.0.0", "purescript-node-streams": "^4.0.0", "purescript-node-url": "^4.0.0", "purescript-nullable": "^4.0.0", - "purescript-options": "^5.0.0", + "purescript-options": ">=4.0.0 <6.0.0", "purescript-prelude": "^4.0.0", "purescript-unsafe-coerce": "^4.0.0" }