Skip to content

Commit e5a4319

Browse files
committed
Upgrade deps
1 parent b0ecea4 commit e5a4319

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
"dependencies": {
3333
"glob": "~7.1.1",
3434
"json-stable-stringify": "^1.0.1",
35-
"typescript": "~2.0.3",
36-
"yargs": "^6.3.0"
35+
"typescript": "~2.0.10",
36+
"yargs": "^6.4.0"
3737
},
3838
"devDependencies": {
3939
"@types/assertion-error": "^1.0.30",
4040
"@types/chai": "^3.4.34",
4141
"@types/glob": "^5.0.30",
4242
"@types/json-stable-stringify": "^1.0.29",
43-
"@types/mocha": "^2.2.32",
44-
"@types/node": "^6.0.46",
43+
"@types/mocha": "^2.2.33",
44+
"@types/node": "^6.0.51",
4545
"chai": "^3.5.0",
4646
"mocha": "^3.1.2",
47-
"source-map-support": "^0.4.0",
48-
"tslint": "^3.15.1"
47+
"source-map-support": "^0.4.6",
48+
"tslint": "^4.0.2"
4949
},
5050
"scripts": {
5151
"test": "npm run build && mocha -t 5000 --require source-map-support/register test",

0 commit comments

Comments
 (0)