Skip to content

Commit 140cc7a

Browse files
committed
Merge pull request #8 from jdegoes/ready/update-deps
update dependencies
2 parents 2f50d11 + 3e4076c commit 140cc7a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

bower.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"package.json"
1919
],
2020
"dependencies": {
21-
"purescript-either": ">=0.1.2",
22-
"purescript-maybe": ">=0.1.3",
23-
"purescript-foreign": ">=0.1.1",
24-
"purescript-node-buffer": "*",
25-
"purescript-node-path": ">=0.1.0",
26-
"purescript-datetime": "*",
27-
"purescript-exceptions": "~0.2.0"
21+
"purescript-either": "~0.1.3",
22+
"purescript-maybe": "~0.2.1",
23+
"purescript-foreign": "~0.2.0",
24+
"purescript-node-buffer": "~0.0.1",
25+
"purescript-node-path": "~0.2.0",
26+
"purescript-datetime": "~0.1.0",
27+
"purescript-exceptions": "~0.2.1"
2828
}
2929
}

0 commit comments

Comments
 (0)