Skip to content

Commit 53c6407

Browse files
committed
Update dependencies
1 parent 7048b49 commit 53c6407

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"package.json"
2424
],
2525
"dependencies": {
26-
"purescript-aff": "^1.0.0",
26+
"purescript-aff": "^1.1.0",
2727
"purescript-argonaut-core": "^1.0.0",
2828
"purescript-arraybuffer-types": "^0.2.0",
29-
"purescript-dom": "^1.0.0",
29+
"purescript-dom": "^2.0.0",
3030
"purescript-foreign": "^1.0.0",
3131
"purescript-form-urlencoded": "^1.0.0",
3232
"purescript-http-methods": "^1.0.0",
33-
"purescript-integers": "^1.0.0",
33+
"purescript-integers": "^1.1.0",
3434
"purescript-math": "^2.0.0",
3535
"purescript-media-types": "^1.0.0",
3636
"purescript-nullable": "^1.0.1",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"test": "jshint src && jscs src && pulp test"
77
},
88
"devDependencies": {
9-
"body-parser": "^1.13.2",
10-
"express": "^4.13.1",
11-
"jscs": "^2.8.0",
12-
"jshint": "^2.9.1",
9+
"body-parser": "^1.15.2",
10+
"express": "^4.14.0",
11+
"jscs": "^3.0.7",
12+
"jshint": "^2.9.2",
1313
"pulp": "^9.0.1",
14-
"purescript": "^0.9.1",
14+
"purescript": "^0.9.2",
1515
"purescript-psa": "^0.3.9",
16-
"rimraf": "^2.5.2",
16+
"rimraf": "^2.5.4",
1717
"xhr2": "^0.1.3"
1818
}
1919
}

0 commit comments

Comments
 (0)