From 6dc28ca4028879e543fab2c985ab5fbbbebcb229 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 18:17:19 -0800 Subject: [PATCH 1/3] Update Bower dependencies to master --- bower.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 6161c5d..c929600 100644 --- a/bower.json +++ b/bower.json @@ -27,12 +27,12 @@ "example" ], "dependencies": { - "purescript-aff": "^5.0.0", - "purescript-either": "^4.0.0", - "purescript-node-fs": "^5.0.0", - "purescript-node-path": "^3.0.0" + "purescript-aff": "master", + "purescript-either": "master", + "purescript-node-fs": "master", + "purescript-node-path": "master" }, "devDependencies": { - "purescript-console": "^4.1.0" + "purescript-console": "master" } } From 3f9bdfb1ed47d47a0f1e9b74f3728867618e7b79 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 18:17:19 -0800 Subject: [PATCH 2/3] Update to v0.14.0-rc3 purescript --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 063845e..2e4c7a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: - uses: actions/checkout@v2 - uses: purescript-contrib/setup-purescript@main + with: + purescript: "0.14.0-rc3" - uses: actions/setup-node@v1 with: From 8c508c3111bea44cfafa310aaef3d9daa770f901 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 11 Dec 2020 22:42:21 +0100 Subject: [PATCH 3/3] Update aff to main --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index c929600..46ec72f 100644 --- a/bower.json +++ b/bower.json @@ -27,7 +27,7 @@ "example" ], "dependencies": { - "purescript-aff": "master", + "purescript-aff": "main", "purescript-either": "master", "purescript-node-fs": "master", "purescript-node-path": "master"