From bc090b3f38c6728a0973661068ed8c93051c997a Mon Sep 17 00:00:00 2001 From: justinwoo Date: Thu, 30 May 2019 22:20:44 +0200 Subject: [PATCH] update for purs 0.13 --- bower.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index d7c9d6e..b2286f8 100644 --- a/bower.json +++ b/bower.json @@ -7,16 +7,16 @@ "url": "git://github.com/lumihq/purescript-react-basic.git" }, "dependencies": { - "purescript-aff": "^5.0.2", - "purescript-console": "^4.1.0", - "purescript-effect": "^2.0.0", + "purescript-aff": "^5.1.1", + "purescript-console": "^4.2.0", + "purescript-effect": "^2.0.1", "purescript-exceptions": "^4.0.0", "purescript-functions": "^4.0.0", - "purescript-nullable": "^4.1.0", - "purescript-record": "^1.0.0", + "purescript-nullable": "^4.1.1", + "purescript-record": "^2.0.1", "purescript-unsafe-coerce": "^4.0.0", - "purescript-web-dom": "^1.0.0", - "purescript-web-html": "^1.0.0", - "purescript-web-events": "^1.0.0" + "purescript-web-dom": "^2.0.0", + "purescript-web-html": "^2.2.0", + "purescript-web-events": "^2.0.1" } }