Skip to content

Commit c7715d5

Browse files
committed
Relax upper bound on purescript-react
This is necessary to allow this package to compile with purs v0.13.0 (see also: purescript-contrib/purescript-react#171)
1 parent 8e02c0b commit c7715d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"purescript-web-dom": "^2.0.0",
20-
"purescript-react": "^6.0.0",
20+
"purescript-react": ">= 6.0.0 < 8.0.0",
2121
"purescript-effect": "^2.0.0"
2222
}
2323
}

0 commit comments

Comments
 (0)