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

Commit f000058

Browse files
authored
Merge pull request #6 from slamdata/update/ps0.13
version bumps
2 parents ee11bad + 7a7634b commit f000058

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"package.json"
1919
],
2020
"dependencies": {
21-
"purescript-prelude": "^4.1.0",
22-
"purescript-web-dom": "^1.0.0",
21+
"purescript-prelude": "^4.1.1",
22+
"purescript-web-dom": "^3.0.0",
2323
"purescript-css": "^4.0.0"
2424
},
2525
"devDependencies": {
26-
"purescript-web-html": "^1.2.0",
27-
"purescript-web-events": "^1.0.1"
26+
"purescript-web-html": "^2.2.1",
27+
"purescript-web-events": "^2.0.1"
2828
}
2929
}

example/src/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Web.HTML.Event.EventTypes (load)
1616
import Web.HTML.HTMLDocument as HTMLDocument
1717
import Web.HTML.Window as Window
1818

19-
onLoad :: Effect Unit -> Effect Unit --forall eff. (Eff (dom :: DOM | eff) Unit) -> Eff (dom :: DOM | eff) Unit
19+
onLoad :: Effect Unit -> Effect Unit
2020
onLoad action = do
2121
listener <- eventListener $ const action
2222
win <- map Window.toEventTarget window

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66
"test": "pulp build -I example/src -- --censor-lib --strict",
77
"build-example": "pulp browserify -I example/src --to example/example.js"
88
},
9-
"devDependencies": {
10-
"eslint": "^3.19.0",
11-
"pulp": "^12.2.0",
12-
"purescript": "^0.12.0",
13-
"purescript-psa": "^0.6.0",
14-
"rimraf": "^2.6.1"
15-
},
169
"dependencies": {
17-
"clipboard": "1.6.1"
10+
"clipboard": "^2.0.4",
11+
"eslint": "^5.16.0",
12+
"pulp": "^13.0.0",
13+
"purescript": "^0.13.0",
14+
"purescript-psa": "^0.7.3",
15+
"rimraf": "^2.6.3"
1816
}
1917
}

0 commit comments

Comments
 (0)