Skip to content

Commit 0656276

Browse files
committedJun 8, 2020
Expand react-basic version ranges
1 parent 24e72d8 commit 0656276

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
 

‎bower.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "git://github.com/lumihq/purescript-react-basic-emotion.git"
12+
"url": "https://github.com/lumihq/purescript-react-basic-emotion.git"
1313
},
1414
"dependencies": {
15-
"purescript-prelude": "^4.1.0",
16-
"purescript-react-basic": "^13.0.0",
17-
"purescript-unsafe-reference": "^3.0.1",
1815
"purescript-colors": "^5.0.0",
1916
"purescript-foreign": "^5.0.0",
20-
"purescript-numbers": "^7.0.0"
17+
"purescript-numbers": "^7.0.0",
18+
"purescript-prelude": "^4.1.0",
19+
"purescript-react-basic": "^13.0.0 || ^14.0.0 || ^15.0.0",
20+
"purescript-typelevel-prelude": "^5.0.2",
21+
"purescript-unsafe-reference": "^3.0.1"
2122
},
2223
"devDependencies": {
2324
"purescript-psci-support": "^4.0.0",
24-
"purescript-react-basic-hooks": "^2.0.2"
25+
"purescript-react-basic-hooks": ">=2.0.2 <7.0.0"
2526
}
2627
}

0 commit comments

Comments
 (0)
Please sign in to comment.