From 7de2d2e6e639bb9b8c930a1a876810f112991ae9 Mon Sep 17 00:00:00 2001 From: justinwoo Date: Sun, 27 May 2018 03:12:36 +0300 Subject: [PATCH] update packages --- bower.json | 16 ++++++++-------- package.json | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bower.json b/bower.json index f18832c..b6ffa51 100644 --- a/bower.json +++ b/bower.json @@ -12,15 +12,15 @@ "url": "git://github.com/purescript-node/purescript-node-streams.git" }, "devDependencies": { - "purescript-console": "#compiler/0.12", - "purescript-assert": "#compiler/0.12", - "purescript-partial": "#compiler/0.12" + "purescript-console": "^4.1.0", + "purescript-assert": "^4.0.0", + "purescript-partial": "^2.0.0" }, "dependencies": { - "purescript-effect": "#compiler/0.12", - "purescript-node-buffer": "#compiler/0.12", - "purescript-prelude": "#compiler/0.12", - "purescript-either": "#compiler/0.12", - "purescript-exceptions": "#compiler/0.12" + "purescript-effect": "^2.0.0", + "purescript-node-buffer": "^5.0.0", + "purescript-prelude": "^4.0.0", + "purescript-either": "^4.0.0", + "purescript-exceptions": "^4.0.0" } } diff --git a/package.json b/package.json index d6f87cb..9d9e694 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,10 @@ }, "devDependencies": { "jscs": "^3.0.7", - "jshint": "^2.9.4", - "pulp": "^11.0.0", - "purescript-psa": "^0.5.0", - "rimraf": "^2.6.1", - "stream-buffers": "^3.0.1" + "jshint": "^2.9.5", + "pulp": "^12.2.0", + "purescript-psa": "^0.6.0", + "rimraf": "^2.6.2", + "stream-buffers": "^3.0.2" } }