Skip to content

Commit 6e656df

Browse files
committed
Relax lower bounds on foreign-object and options
Also switch to gt-lt-style version bounds for all deps for uniformity.
1 parent d528edd commit 6e656df

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

bower.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
"url": "git://github.com/purescript-node/purescript-node-http.git"
1313
},
1414
"devDependencies": {
15-
"purescript-console": "^4.1.0"
15+
"purescript-console": ">= 4.1.0 < 5"
1616
},
1717
"dependencies": {
18-
"purescript-arraybuffer-types": "^2.0.0",
19-
"purescript-contravariant": "^4.0.0",
20-
"purescript-effect": "^2.0.0",
21-
"purescript-foreign": "^5.0.0",
22-
"purescript-foreign-object": "^2.0.0",
23-
"purescript-maybe": "^4.0.0",
24-
"purescript-node-buffer": "^5.0.0",
25-
"purescript-node-streams": "^4.0.0",
26-
"purescript-node-url": "^4.0.0",
27-
"purescript-nullable": "^4.0.0",
28-
"purescript-options": "^5.0.0",
29-
"purescript-prelude": "^4.0.0",
30-
"purescript-unsafe-coerce": "^4.0.0"
18+
"purescript-arraybuffer-types": ">= 2.0.0 < 3.0.0",
19+
"purescript-contravariant": ">= 4.0.0 < 5.0.0",
20+
"purescript-effect": ">= 2.0.0 < 3.0.0",
21+
"purescript-foreign": ">= 5.0.0 < 6.0.0",
22+
"purescript-foreign-object": ">= 1.0.0 < 3.0.0",
23+
"purescript-maybe": ">= 4.0.0 < 5.0.0",
24+
"purescript-node-buffer": ">= 5.0.0 < 6.0.0",
25+
"purescript-node-streams": ">= 4.0.0 < 5.0.0",
26+
"purescript-node-url": ">= 4.0.0 < 5.0.0",
27+
"purescript-nullable": ">= 4.0.0 < 5.0.0",
28+
"purescript-options": ">= 4.0.0 < 6.0.0",
29+
"purescript-prelude": ">= 4.0.0 < 5.0.0",
30+
"purescript-unsafe-coerce": ">= 4.0.0 < 5.0.0"
3131
}
3232
}

0 commit comments

Comments
 (0)