Skip to content

Commit 80808c7

Browse files
authored
Merge pull request #17 from purescript-contrib/relax-react-upper-bound
Relax upper bound on purescript-react
2 parents 8e02c0b + c7715d5 commit 80808c7

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)