Skip to content

Commit

Permalink
Merge pull request #10 from thomashoneyman/trh/purs-0.15
Browse files Browse the repository at this point in the history
Update for PureScript 0.15
  • Loading branch information
garyb authored May 2, 2022
2 parents 178d0e7 + 14a3ebe commit 3a81bb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"package.json"
],
"dependencies": {
"purescript-transformers": "^5.0.0",
"purescript-profunctor": "^5.0.0"
"purescript-transformers": "^6.0.0",
"purescript-profunctor": "^6.0.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"build": "pulp build -- --censor-lib --strict"
},
"devDependencies": {
"pulp": "^15.0.0",
"purescript": "^0.14.0",
"pulp": "^16.0.0",
"purescript": "^0.15.0",
"purescript-psa": "^0.8.2",
"rimraf": "^3.0.0"
}
Expand Down

0 comments on commit 3a81bb5

Please sign in to comment.