Skip to content

Commit

Permalink
Update library for PureScript 0.14 (#19)
Browse files Browse the repository at this point in the history
* Update development dependencies for 0.14 compatibility

* Update Bower repository URL to match PureScript registry

* Update Bower dependencies to master branches

* Update bower.json

* Update to use actual versions

* Update bower.json

* Update bower.json
  • Loading branch information
thomashoneyman authored Mar 4, 2021
1 parent 8f7bebc commit 2756c0a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
],
"repository": {
"type": "git",
"url": "git://github.com/ethul/purescript-freeap.git"
"url": "https://github.com/ethul/purescript-freeap.git"
},
"dependencies": {
"purescript-exists": "^4.0.0",
"purescript-const": "^4.0.0",
"purescript-lists": "^5.0.0",
"purescript-gen": "^2.0.0"
"purescript-exists": "^5.0.0",
"purescript-const": "^5.0.0",
"purescript-lists": "^6.0.0",
"purescript-gen": "^3.0.0"
},
"devDependencies": {
"purescript-either": "^4.0.0",
"purescript-integers": "^4.0.0",
"purescript-console": "^4.1.0",
"purescript-exceptions": "^4.0.0",
"purescript-quickcheck-laws": "paulyoung/purescript-quickcheck-laws#compiler/0.12"
"purescript-either": "^5.0.0",
"purescript-integers": "^5.0.0",
"purescript-console": "^5.0.0",
"purescript-exceptions": "^5.0.0",
"purescript-quickcheck-laws": "^6.0.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"build": "pulp build -- --censor-lib --strict"
},
"devDependencies": {
"pulp": "^12.2.0",
"purescript-psa": "^0.6.0",
"rimraf": "^2.6.2"
"pulp": "^15.0.0",
"purescript-psa": "^0.8.2",
"rimraf": "^3.0.2"
}
}

0 comments on commit 2756c0a

Please sign in to comment.