Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #64 from rbobin/master
Browse files Browse the repository at this point in the history
Update for PureScript 0.12
  • Loading branch information
cryogenian authored Jun 26, 2018
2 parents 32e3d85 + 6a0cd38 commit 041c4f9
Show file tree
Hide file tree
Showing 13 changed files with 232 additions and 254 deletions.
12 changes: 8 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@
],
"license": "Apache-2.0",
"dependencies": {
"purescript-aff": "^4.0.0",
"purescript-aff-reattempt": "^4.0.0",
"purescript-aff-promise": "^1.0.0",
"purescript-dom": "^4.3.1"
"purescript-aff": "^5.0.0",
"purescript-aff-reattempt": "^5.0.0",
"purescript-aff-promise": "^2.0.0",
"purescript-web-html": "^1.0.0",
"purescript-web-uievents": "^1.0.0"
},
"devDependencies": {
"purescript-console": "^4.1.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"selenium-webdriver": "3.4.0"
},
"devDependencies": {
"pulp": "^11.0.0",
"purescript-psa": "^0.5.1",
"purescript": "^0.11.4",
"pulp": "^12.3.0",
"purescript-psa": "^0.6.0",
"purescript": "^0.12.0",
"rimraf": "^2.6.1"
}
}
Loading

0 comments on commit 041c4f9

Please sign in to comment.