Skip to content

Commit fa0a22d

Browse files
committed
Relax upper bounds (#96)
To permit building against the latest versions of all dependencies
1 parent bfb942e commit fa0a22d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bower.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"purescript-exceptions": "^4.0.0",
1414
"purescript-functions": "^4.0.0",
1515
"purescript-nullable": "^4.1.0",
16-
"purescript-record": "^1.0.0",
16+
"purescript-record": ">= 1.0.0 <3.0.0",
1717
"purescript-unsafe-coerce": "^4.0.0",
18-
"purescript-web-dom": "^1.0.0",
19-
"purescript-web-html": "^1.0.0",
20-
"purescript-web-events": "^1.0.0"
18+
"purescript-web-dom": ">=1.0.0 <3.0.0",
19+
"purescript-web-html": ">=1.0.0 <3.0.0",
20+
"purescript-web-events": ">=1.0.0 <3.0.0"
2121
}
2222
}

0 commit comments

Comments
 (0)