We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9eecf commit b87f876Copy full SHA for b87f876
bower.json
@@ -27,12 +27,13 @@
27
],
28
"dependencies": {
29
"purescript-vector": "^2.0.0",
30
- "purescript-arrays": "^4.2.0",
31
- "purescript-proxy": "^2.1.0"
+ "purescript-arrays": "^5.0.0",
+ "purescript-proxy": "^3.0.0",
32
+ "purescript-effect": "2.0.0"
33
},
34
"devDependencies": {
- "purescript-assert": "^3.0.0",
35
- "purescript-console": "^3.0.0",
36
- "purescript-random": "^3.0.0"
+ "purescript-assert": "^4.0.0",
+ "purescript-console": "^4.1.0",
37
+ "purescript-random": "^4.0.0"
38
}
39
0 commit comments