From f212093bf1094019276b46f5b9c87e831477955f Mon Sep 17 00:00:00 2001 From: Gary Burgess Date: Sun, 2 Aug 2015 16:55:59 +0100 Subject: [PATCH] Update dependencies --- bower.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 084c704..fa42c0b 100644 --- a/bower.json +++ b/bower.json @@ -19,11 +19,11 @@ "package.json" ], "dependencies": { - "purescript-console": "~0.1.0", - "purescript-either": "~0.2.0", - "purescript-exceptions": "~0.3.0", - "purescript-lists": "~0.7.0", - "purescript-random": "~0.2.0", - "purescript-strings": "~0.5.0" + "purescript-console": "^0.1.0", + "purescript-either": "^0.2.0", + "purescript-exceptions": "^0.3.0", + "purescript-lists": "^0.7.0", + "purescript-random": "^0.2.0", + "purescript-strings": "^0.6.0" } }