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 ec61dfe commit 85a4901Copy full SHA for 85a4901
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup nodejs
12
uses: actions/setup-node@v1
13
with:
14
- node-version: 12.21.0
+ node-version: 16.17.1
15
16
- name: Cache npm modules
17
uses: actions/cache@v1
bower.json
@@ -25,12 +25,12 @@
25
"output"
26
],
27
"dependencies": {
28
- "purescript-bucketchain": "^0.4.0",
29
- "purescript-simple-json": "^8.0.0",
30
- "purescript-media-types": "^5.0.0",
31
- "purescript-freet": "^6.0.0"
+ "purescript-bucketchain": "^1.0.0",
+ "purescript-simple-json": "^9.0.0",
+ "purescript-media-types": "^6.0.0",
+ "purescript-freet": "^7.0.0"
32
},
33
"devDependencies": {
34
- "purescript-assert": "^5.0.0"
+ "purescript-assert": "^6.0.0"
35
}
36
0 commit comments