Skip to content

Commit 0d53aea

Browse files
committed
Update dependencies
1 parent 88e40e0 commit 0d53aea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
],
1919
"dependencies": {
2020
"purescript-control": "~0.2.0",
21-
"purescript-arrays": "~0.2.0",
21+
"purescript-arrays": "~0.3.0",
2222
"purescript-maybe": "~0.2.0",
23-
"purescript-strings": "~0.3.3",
24-
"purescript-foldable-traversable": "~0.1.4"
23+
"purescript-strings": "~0.4.2",
24+
"purescript-foldable-traversable": "~0.2.1"
2525
},
2626
"devDependencies": {
2727
"purescript-math": "~0.1.0",
28-
"purescript-quickcheck": "~0.2.2"
28+
"purescript-quickcheck": "~0.4.0"
2929
}
3030
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "purescript-string-parsers",
33
"version": "0.1.0",
4-
"description": "A parsing library for parsing strings",
4+
"description": "A parsing library for parsing strings",
55
"main": "",
66
"private": true,
77
"author": "Phil Freeman",
@@ -11,6 +11,6 @@
1111
"grunt-contrib-copy": "~0.5.0",
1212
"grunt-contrib-clean": "~0.5.0",
1313
"grunt-execute": "~0.1.5",
14-
"grunt-purescript": "~0.5.0"
14+
"grunt-purescript": "~0.6.0"
1515
}
1616
}

0 commit comments

Comments
 (0)