Skip to content

Commit

Permalink
bump versions in bower.json to work with 0.14 (#2)
Browse files Browse the repository at this point in the history
this builds and tests pass using `yarn jest —watch` as described in the README
  • Loading branch information
afcondon authored Jul 25, 2021
1 parent de436b8 commit e3708e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"output"
],
"dependencies": {
"purescript-prelude": "^4.1.0",
"purescript-effect": "^2.0.0",
"purescript-aff": "^5.1.1",
"purescript-aff-promise": "^2.1.0"
"purescript-prelude": "^5.0.0",
"purescript-effect": "^3.0.0",
"purescript-aff": "^6.0.0",
"purescript-aff-promise": "^3.0.0"
}
}

0 comments on commit e3708e3

Please sign in to comment.