From 8d6417c3f076e37420258f50056a2c740aac65fb Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sat, 29 Oct 2016 17:48:59 +0200 Subject: [PATCH] Updates for PureScript 0.10 --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index d22101a..07a8024 100644 --- a/bower.json +++ b/bower.json @@ -19,8 +19,8 @@ "purescript-math": "^2.0.0" }, "devDependencies": { - "purescript-console": "^1.0.0", - "purescript-psci-support": "^1.0.0", - "purescript-test-unit": "^9.0.0" + "purescript-console": "^2.0.0", + "purescript-psci-support": "^2.0.0", + "purescript-test-unit": "^10.0.0" } }