Skip to content

Commit 814f38b

Browse files
committed
Updates for PureScript 0.11
1 parent 40ea477 commit 814f38b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bower.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"test"
1616
],
1717
"dependencies": {
18-
"purescript-strings": "^2.0.0",
19-
"purescript-arrays": "^3.0.0",
18+
"purescript-strings": "^3.0.0",
19+
"purescript-arrays": "^4.0.1",
2020
"purescript-math": "^2.0.0",
21-
"purescript-unfoldable": "^2.0.0",
22-
"purescript-integers": "^2.0.0"
21+
"purescript-unfoldable": "^3.0.0",
22+
"purescript-integers": "^3.0.0"
2323
}
2424
,
2525
"devDependencies": {
26-
"purescript-test-unit": "^10.0.0"
26+
"purescript-test-unit": "^11.0.0"
2727
}
2828
}

0 commit comments

Comments
 (0)