From e453797c0f73974496ba2fc0a172dce37e56a72a Mon Sep 17 00:00:00 2001 From: Dirk Zimmermann Date: Tue, 17 Mar 2020 18:59:11 +0100 Subject: [PATCH] Make it build with pulp 13.0.0, purs 0.13.4 --- bower.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index b9ea887..9ac6eef 100644 --- a/bower.json +++ b/bower.json @@ -23,10 +23,10 @@ "tests" ], "dependencies": { - "purescript-aff": "^5.0.2", - "purescript-nullable": "^4.0.0", - "purescript-test-unit": "^14.0.0", - "purescript-quickcheck-laws": "^4.0.0", - "purescript-numbers": "^6.0.0" + "purescript-aff": "^5.1.2", + "purescript-nullable": "^4.1.1", + "purescript-test-unit": "^15.0.0", + "purescript-quickcheck-laws": "^5.1.0", + "purescript-numbers": "^7.0.0" } }