Skip to content

Commit ae8d63c

Browse files
authored
Merge pull request #27 from purescript-node/relax-bounds
Relax lower bounds on foreign-object and options
2 parents d528edd + 7b07665 commit ae8d63c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"purescript-contravariant": "^4.0.0",
2020
"purescript-effect": "^2.0.0",
2121
"purescript-foreign": "^5.0.0",
22-
"purescript-foreign-object": "^2.0.0",
22+
"purescript-foreign-object": ">=1.0.0 <3.0.0",
2323
"purescript-maybe": "^4.0.0",
2424
"purescript-node-buffer": "^5.0.0",
2525
"purescript-node-streams": "^4.0.0",
2626
"purescript-node-url": "^4.0.0",
2727
"purescript-nullable": "^4.0.0",
28-
"purescript-options": "^5.0.0",
28+
"purescript-options": ">=4.0.0 <6.0.0",
2929
"purescript-prelude": "^4.0.0",
3030
"purescript-unsafe-coerce": "^4.0.0"
3131
}

0 commit comments

Comments
 (0)