Skip to content

Commit d09c77a

Browse files
committed
bower upgrade deps
1 parent d073ea8 commit d09c77a

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

bower.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,21 @@
1212
"output"
1313
],
1414
"dependencies": {
15-
"purescript-functions": "^4.0.0",
15+
"purescript-prelude": "^5.0.0",
16+
"purescript-functions": "^5.0.0",
1617
"purescript-arraybuffer-types": "^2.0.0",
17-
"purescript-maybe": "^4.0.1",
18-
"purescript-effect": "^2.0.1",
19-
"purescript-nullable": "^4.1.1",
18+
"purescript-maybe": "^5.0.0",
19+
"purescript-effect": "^3.0.0",
20+
"purescript-nullable": "^5.0.0",
2021
"purescript-typelevel": "^6.0.0",
21-
"purescript-uint": "^5.1.1",
22-
"purescript-partial": "^2.0.1",
23-
"purescript-float32": "~0.1.1"
22+
"purescript-uint": "^5.1.4",
23+
"purescript-partial": "^3.0.0",
24+
"purescript-float32": "~0.2.0"
2425
},
2526
"devDependencies": {
26-
"purescript-debug": "^4.0.0",
27-
"purescript-quickcheck": "^6.1.0",
28-
"purescript-quickcheck-combinators": "~0.1.2",
29-
"purescript-quickcheck-laws": "^5.0.1"
27+
"purescript-debug": "^5.0.0",
28+
"purescript-quickcheck": "^7.0.0",
29+
"purescript-quickcheck-combinators": "~0.1.3",
30+
"purescript-quickcheck-laws": "^6.0.0"
3031
}
3132
}

0 commit comments

Comments
 (0)