Skip to content

Commit aba4793

Browse files
Update to v0.14.0-rc3 (#45)
1 parent b305b22 commit aba4793

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- uses: purescript-contrib/setup-purescript@main
16+
with:
17+
purescript: "0.14.0-rc3"
1618

1719
- uses: actions/setup-node@v1
1820
with:

bower.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"package.json"
1616
],
1717
"dependencies": {
18-
"purescript-js-date": "6",
19-
"purescript-web-dom": "2 - 4",
20-
"purescript-web-file": "2",
21-
"purescript-web-storage": "3"
18+
"purescript-js-date": "main",
19+
"purescript-web-dom": "master",
20+
"purescript-web-file": "master",
21+
"purescript-web-storage": "master"
2222
}
2323
}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"build": "eslint src && pulp build -- --censor-lib --strict"
66
},
77
"devDependencies": {
8-
"eslint": "^4.19.1",
9-
"pulp": "^12.2.0",
10-
"purescript-psa": "^0.6.0",
11-
"rimraf": "^2.6.2"
8+
"eslint": "^7.15.0",
9+
"pulp": "^15.0.0",
10+
"purescript-psa": "^0.8.0",
11+
"rimraf": "^3.0.2"
1212
}
1313
}

src/Web/HTML.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* global window */
21
"use strict";
32

43
exports.window = function () {

src/Web/HTML/HTMLImageElement.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* global Image */
21
"use strict";
32

43
exports.create = function () {

0 commit comments

Comments
 (0)