We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f77273a + c85d102 commit b5eb44bCopy full SHA for b5eb44b
2 files changed
bower.json
@@ -27,8 +27,8 @@
27
"package.json"
28
],
29
"dependencies": {
30
- "purescript-ace": "^1.0.0",
31
- "purescript-halogen": "^0.10.0",
+ "purescript-ace": "^2.0.0",
+ "purescript-halogen": "^0.11.0",
32
"purescript-now": "^1.0.0",
33
"purescript-random": "^1.0.0",
34
"purescript-refs": "^1.0.0"
package.json
@@ -6,11 +6,11 @@
6
"example": "bower link && cd example && bower link purescript-ace-halogen && npm i --production && npm run -s build"
7
},
8
"devDependencies": {
9
- "jscs": "^2.8.0",
10
- "jshint": "^2.9.1",
+ "jscs": "^3.0.7",
+ "jshint": "^2.9.2",
11
"pulp": "^9.0.1",
12
- "purescript": "^0.9.1",
+ "purescript": "^0.9.2",
13
"purescript-psa": "^0.3.9",
14
- "rimraf": "^2.5.0"
+ "rimraf": "^2.5.4"
15
}
16
0 commit comments