Skip to content

Commit 7eb76f9

Browse files
committed
Update dependencies
1 parent b049aab commit 7eb76f9

File tree

2 files changed

+618
-129
lines changed

2 files changed

+618
-129
lines changed

bower.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"package.json"
1616
],
1717
"dependencies": {
18-
"purescript-arrays" : "~0.3.0",
19-
"purescript-maybe" : "~0.2.1",
20-
"purescript-foldable-traversable" : "~0.2.1",
21-
"purescript-unfoldable" : "~0.2.0",
22-
"purescript-transformers" : "~0.4.0",
23-
"purescript-lazy" : "~0.2.0",
24-
"purescript-strings" : "~0.4.1",
25-
"purescript-monoid" : "~0.1.4",
26-
"purescript-tuples" : "~0.2.2"
18+
"purescript-arrays": "~0.3.0",
19+
"purescript-maybe": "~0.2.1",
20+
"purescript-foldable-traversable": "~0.3.0",
21+
"purescript-unfoldable": "~0.3.0",
22+
"purescript-transformers": "~0.5.0",
23+
"purescript-lazy": "~0.3.0",
24+
"purescript-strings": "~0.4.1",
25+
"purescript-monoid": "~0.2.0",
26+
"purescript-tuples": "~0.3.0"
2727
},
2828
"devDependencies": {
29-
"purescript-quickcheck" : "~0.4.0"
29+
"purescript-quickcheck" : "~0.5.0"
3030
}
3131
}

0 commit comments

Comments
 (0)