Skip to content

Commit 23e8173

Browse files
committed
update dependencies
1 parent c599141 commit 23e8173

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

bower.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,17 @@
2727
"package.json"
2828
],
2929
"dependencies": {
30-
"purescript-enums": "^4.0.0",
30+
"purescript-arrays": "^5.0.0",
31+
"purescript-control": "^4.0.0",
32+
"purescript-either": "^4.0.0",
33+
"purescript-foreign-object": "^1.0.0"
3134
"purescript-functions": "^4.0.0",
3235
"purescript-gen": "^2.0.0",
33-
"purescript-foreign-object": "^1.0.0"
36+
"purescript-maybe": "^4.0.0",
37+
"purescript-nonempty": "^5.0.0",
38+
"purescript-prelude": "^4.0.0",
39+
"purescript-strings": "^4.0.0",
40+
"purescript-tailrec": "^4.0.0"
3441
},
3542
"devDependencies": {
3643
"purescript-quickcheck": "^5.0.0"

0 commit comments

Comments
 (0)