From 24858d1f81a45b07707a4b385b7bfde1c00fda16 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 17:42:05 -0800 Subject: [PATCH 1/4] Update Bower dependencies to master --- bower.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index e0464ce..1293625 100644 --- a/bower.json +++ b/bower.json @@ -15,12 +15,12 @@ "package.json" ], "dependencies": { - "purescript-prelude": "^4.0.0", - "purescript-effect": "^2.0.0", - "purescript-nullable": "^4.0.0", - "purescript-arraybuffer-types": "^2.0.0", - "purescript-tuples": "^5.0.0", - "purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#^1.0.0", - "purescript-exceptions": "^4.0.0" + "purescript-prelude": "master", + "purescript-effect": "master", + "purescript-nullable": "master", + "purescript-arraybuffer-types": "master", + "purescript-tuples": "master", + "purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#master", + "purescript-exceptions": "master" } } From beb439ffd2710a27a4e9785536331158299c52fe Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 17:42:05 -0800 Subject: [PATCH 2/4] 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 60619fcbd512e0e5b5ca1870286aef2fb7796987 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 17:42:46 -0800 Subject: [PATCH 3/4] Fix dependency --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 1293625..b62c7d8 100644 --- a/bower.json +++ b/bower.json @@ -17,10 +17,10 @@ "dependencies": { "purescript-prelude": "master", "purescript-effect": "master", - "purescript-nullable": "master", - "purescript-arraybuffer-types": "master", + "purescript-nullable": "main", + "purescript-arraybuffer-types": "main", "purescript-tuples": "master", - "purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#master", + "purescript-web-promise": "master", "purescript-exceptions": "master" } } From d38acc4e637afe0bcff13cd6b6ddea3e3c0575be Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 17:52:51 -0800 Subject: [PATCH 4/4] Fix web-promise dependency --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index b62c7d8..93314c0 100644 --- a/bower.json +++ b/bower.json @@ -20,7 +20,7 @@ "purescript-nullable": "main", "purescript-arraybuffer-types": "main", "purescript-tuples": "master", - "purescript-web-promise": "master", + "purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#master", "purescript-exceptions": "master" } }