From 980aa4b8c74c9ce365b1fdedb85df9620553924a Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 06:44:51 -0800 Subject: [PATCH 1/7] Update Bower dependencies to master --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index da65ac2..e17234a 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,7 @@ "package.json" ], "dependencies": { - "purescript-web-events": "^2.0.0", - "purescript-nullable": "^4.0.0" + "purescript-web-events": "master", + "purescript-nullable": "master" } } From 5213c877bbacf23d8b3a0aece37ff05c8274355f Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 06:44:52 -0800 Subject: [PATCH 2/7] Update purescript-psa to v0.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02e36ea..ada6e72 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "eslint": "^4.19.1", "pulp": "^12.2.0", - "purescript-psa": "^0.6.0", + "purescript-psa": "^0.8.0", "rimraf": "^2.6.2" } } From 3c7a834b2f5b49c1caa78251421b16f737559ed7 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 06:44:52 -0800 Subject: [PATCH 3/7] Update pulp to v15.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ada6e72..9452364 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "devDependencies": { "eslint": "^4.19.1", - "pulp": "^12.2.0", + "pulp": "^15.0.0", "purescript-psa": "^0.8.0", "rimraf": "^2.6.2" } From d1fa2ed48e8a3f42536bde6043116f1d17282b48 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 06:44:52 -0800 Subject: [PATCH 4/7] Update eslint to v7.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9452364..6bccdc4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "build": "eslint src && pulp build -- --censor-lib --strict" }, "devDependencies": { - "eslint": "^4.19.1", + "eslint": "^7.15.0", "pulp": "^15.0.0", "purescript-psa": "^0.8.0", "rimraf": "^2.6.2" From f04cbaa3e676d9e864be436db3860cacc5ab6252 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 06:44:52 -0800 Subject: [PATCH 5/7] 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 3cf61c28a9a5a62b5941b55c3f2d573b07760a08 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 06:45:15 -0800 Subject: [PATCH 6/7] Update rimraf to 3.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bccdc4..1c67b54 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,6 @@ "eslint": "^7.15.0", "pulp": "^15.0.0", "purescript-psa": "^0.8.0", - "rimraf": "^2.6.2" + "rimraf": "^3.0.2" } } From da8eda2800066f3c73457be36f67cad185e8e7eb Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 06:45:30 -0800 Subject: [PATCH 7/7] Update nullable to main --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index e17234a..0a3209b 100644 --- a/bower.json +++ b/bower.json @@ -16,6 +16,6 @@ ], "dependencies": { "purescript-web-events": "master", - "purescript-nullable": "master" + "purescript-nullable": "main" } }