Skip to content

Commit 90ee2ad

Browse files
committed
Update ps to 0.15
1 parent fdeaa0c commit 90ee2ad

File tree

4 files changed

+4145
-601
lines changed

4 files changed

+4145
-601
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup nodejs
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: 12.21.0
14+
node-version: 16.17.1
1515

1616
- name: Cache npm modules
1717
uses: actions/cache@v1

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"output"
2626
],
2727
"dependencies": {
28-
"purescript-bucketchain": "^0.4.0",
29-
"purescript-bucketchain-header-utils": "^0.4.0",
30-
"purescript-http-methods": "^5.0.0"
28+
"purescript-bucketchain": "^1.0.0",
29+
"purescript-bucketchain-header-utils": "^1.0.0",
30+
"purescript-http-methods": "^6.0.0"
3131
},
3232
"devDependencies": {
33-
"purescript-assert": "^5.0.0"
33+
"purescript-assert": "^6.0.0"
3434
}
3535
}

0 commit comments

Comments
 (0)