Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Updates for PureScript 0.11 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
natefaubion authored Apr 21, 2017
1 parent 33f91ca commit 07519e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"package.json"
],
"dependencies": {
"purescript-halogen": "^1.0.0",
"purescript-halogen-css": "^5.0.0-rc.1",
"purescript-echarts": "^3.1.0"
"purescript-halogen": "^2.0.0",
"purescript-halogen-css": "^6.0.0",
"purescript-echarts": "^4.0.1"
},
"devDependencies": {
"purescript-debug": "^2.0.0",
"purescript-random": "^2.0.0"
"purescript-debug": "^3.0.0",
"purescript-random": "^3.0.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"example": "npm run clean && pulp browserify --include example/src --to example/dist/test.js"
},
"dependencies": {
"pulp": "^10.0.0",
"purescript": "^0.10.5",
"purescript-psa": "^0.4.0"
"pulp": "^11.0.0",
"purescript": "^0.11.4",
"purescript-psa": "^0.5.0"
},
"devDependencies": {
"echarts": "^3.4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Halogen/ECharts.purs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type EChartsEffects eff =
( echartsET.ECHARTS
, domDOM
, avarAVAR
, errEXCEPTION
, exceptionEXCEPTION
, refREF
| eff
)
Expand Down

0 comments on commit 07519e0

Please sign in to comment.