Skip to content

Commit 6a1651c

Browse files
authored
Merge pull request purescript-node#32 from purescript-node/bump-dependencies
Update dependencies
2 parents 9e669d4 + 62fd7f5 commit 6a1651c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bower.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"purescript-node-buffer": "^1.0.0",
2626
"purescript-node-path": "^1.0.0",
2727
"purescript-unsafe-coerce": "^1.0.0",
28-
"purescript-nullable": "^1.0.0",
28+
"purescript-nullable": "^1.0.1",
2929
"purescript-node-streams": "^1.0.0",
3030
"purescript-exceptions": "^1.0.0",
31-
"purescript-js-date": "^1.0.0",
32-
"purescript-globals": "^1.0.0"
31+
"purescript-js-date": "^2.0.0",
32+
"purescript-globals": "^1.1.0"
3333
},
3434
"devDependencies": {
3535
"purescript-console": "^1.0.0"

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"test": "pulp test"
77
},
88
"devDependencies": {
9-
"jscs": "^2.8.0",
10-
"jshint": "^2.9.1",
9+
"jscs": "^3.0.7",
10+
"jshint": "^2.9.2",
1111
"pulp": "^9.0.1",
12-
"purescript-psa": "^0.3.8",
13-
"rimraf": "^2.5.0"
12+
"purescript-psa": "^0.3.9",
13+
"rimraf": "^2.5.4"
1414
}
1515
}

0 commit comments

Comments
 (0)