From 16973a032b823c6d4fce3c82c45708ee8bfc5c46 Mon Sep 17 00:00:00 2001 From: Gary Burgess Date: Sun, 2 Jun 2019 17:49:29 +0100 Subject: [PATCH] Update dependency ranges --- bower.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index d63daad..c83b7d4 100644 --- a/bower.json +++ b/bower.json @@ -15,9 +15,9 @@ "package.json" ], "dependencies": { - "purescript-js-date": "^6.0.0", - "purescript-web-dom": "^2.0.0", - "purescript-web-file": "^2.0.0", - "purescript-web-storage": "^3.0.0" + "purescript-js-date": "6", + "purescript-web-dom": "2 - 3", + "purescript-web-file": "2", + "purescript-web-storage": "3" } }