We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9801059 commit 7d37b4aCopy full SHA for 7d37b4a
.github/workflows/ci.yml
@@ -13,6 +13,8 @@ jobs:
13
- uses: actions/checkout@v2
14
15
- uses: purescript-contrib/setup-purescript@main
16
+ with:
17
+ purescript: "0.14.0-rc3"
18
19
- uses: actions/setup-node@v1
20
with:
bower.json
@@ -15,6 +15,6 @@
"package.json"
],
"dependencies": {
- "purescript-web-html": "^2.0.0"
+ "purescript-web-html": "master"
}
package.json
@@ -5,9 +5,9 @@
5
"build": "eslint src && pulp build -- --censor-lib --strict"
6
},
7
"devDependencies": {
8
- "eslint": "^4.19.1",
9
- "pulp": "^12.2.0",
10
- "purescript-psa": "^0.6.0",
+ "eslint": "^7.15.0",
+ "pulp": "^15.0.0",
+ "purescript-psa": "^0.8.0",
11
"rimraf": "^2.6.2"
12
0 commit comments