Skip to content

Commit 9373420

Browse files
committed
Update for psc 0.10.5
1 parent f4ed5ab commit 9373420

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

bower.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,34 +27,36 @@
2727
],
2828
"dependencies": {
2929
"purescript-prelude": "^2.1.0",
30-
"purescript-monoid": "^2.0.0",
30+
"purescript-monoid": "^2.2.0",
3131
"purescript-control": "^2.0.0",
3232
"purescript-invariant": "^2.0.0",
33-
"purescript-maybe": "^2.0.0",
33+
"purescript-maybe": "^2.0.1",
3434
"purescript-functions": "^2.0.0",
3535
"purescript-arraybuffer-types": "^0.2.0",
36-
"purescript-typedarray": "^1.1.0",
37-
"purescript-vector": "^1.1.0",
38-
"purescript-matrix": "^1.1.0",
39-
"purescript-extensions": "^1.1.0",
40-
"purescript-integers": "^2.0.0",
36+
"purescript-typedarray": "^1.2.0",
37+
"purescript-vector": "^1.2.0",
38+
"purescript-matrix": "^1.2.0",
39+
"purescript-extensions": "^1.2.1",
40+
"purescript-integers": "^2.1.0",
4141
"purescript-foldable-traversable": "^2.0.0",
4242
"purescript-eff": "^2.0.0",
43-
"purescript-either": "^2.0.0",
44-
"purescript-tuples": "^3.0.0",
43+
"purescript-either": "^2.1.0",
44+
"purescript-tuples": "^3.1.0",
4545
"purescript-unfoldable": "^2.0.0",
46-
"purescript-canvas": "^1.0.0"
46+
"purescript-canvas": "^2.0.0"
4747
},
4848
"resolutions": {
4949
"purescript-invariant": "^2.0.0",
5050
"purescript-monoid": "^2.0.0",
5151
"purescript-functions": "^2.0.0",
52-
"purescript-maybe": "^2.0.0",
52+
"purescript-maybe": "^2.0.1",
5353
"purescript-control": "^2.0.0",
5454
"purescript-prelude": "^2.1.0",
55-
"purescript-either": "^2.0.0",
55+
"purescript-either": "^2.1.0",
5656
"purescript-foldable-traversable": "^2.0.0",
5757
"purescript-eff": "^2.0.0",
58-
"purescript-bifunctors": "^2.0.0"
58+
"purescript-bifunctors": "^2.0.0",
59+
"purescript-canvas": "^2.0.0",
60+
"purescript-exceptions": "^2.0.0"
5961
}
6062
}

0 commit comments

Comments
 (0)