Skip to content

Commit 27b59cf

Browse files
Jan Vincent LiwanagJan Vincent Liwanag
Jan Vincent Liwanag
authored and
Jan Vincent Liwanag
committed
Upgrade to purescript 0.14
1 parent be154d6 commit 27b59cf

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

bower.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@
1212
"url": "https://github.com/lumihq/purescript-react-basic-emotion.git"
1313
},
1414
"dependencies": {
15-
"purescript-colors": "^5.0.0",
16-
"purescript-foreign": "^5.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"
15+
"purescript-colors": "^6.0.0",
16+
"purescript-foreign": "^6.0.0",
17+
"purescript-numbers": "^8.0.0",
18+
"purescript-prelude": "^5.0.0",
19+
"purescript-react-basic": "^16.0.0",
20+
"purescript-react-basic-dom": "https://github.com/lumihq/purescript-react-basic-dom.git#4.0.1",
21+
"purescript-typelevel-prelude": "^6.0.0",
22+
"purescript-unsafe-reference": "^4.0.0"
2223
},
2324
"devDependencies": {
24-
"purescript-psci-support": "^4.0.0",
25-
"purescript-react-basic-hooks": ">=2.0.2 <7.0.0"
25+
"purescript-psci-support": "^5.0.0",
26+
"purescript-react-basic-hooks": "^7.0.0"
2627
}
2728
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"bower": "^1.8.8",
2525
"pulp": "^15.0.0",
26-
"purescript": "^0.13.8"
26+
"purescript": "^0.14.0"
2727
},
2828
"dependencies": {
2929
"@emotion/core": "^10.0.28",

0 commit comments

Comments
 (0)