Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 366a5c7

Browse files
committed
Bump dependencies
1 parent 92443d1 commit 366a5c7

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

bower.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,18 @@
2222
"package.json"
2323
],
2424
"devDependencies": {
25-
"purescript-quickcheck": "~0.5.0"
25+
"purescript-quickcheck": "~0.6.0"
2626
},
2727
"dependencies": {
28-
"purescript-arrays": "~0.3.0",
29-
"purescript-foldable-traversable": "~0.3.0",
30-
"purescript-strings": "~0.4.2",
31-
"purescript-math": "~0.1.0",
32-
"purescript-maybe": "~0.2.1",
33-
"purescript-tuples": "~0.3.0",
34-
"purescript-integers": "~0.1.0"
28+
"purescript-arrays": "~0.4.0",
29+
"purescript-foldable-traversable": "~0.4.0",
30+
"purescript-strings": "~0.5.0",
31+
"purescript-math": "~0.1.1",
32+
"purescript-maybe": "~0.3.0",
33+
"purescript-tuples": "~0.4.0",
34+
"purescript-integers": "~0.2.0",
35+
"purescript-prelude": "~0.1.0",
36+
"purescript-eff": "~0.1.0",
37+
"purescript-st": "~0.1.0"
3538
}
3639
}

0 commit comments

Comments
 (0)