Skip to content

Commit 102c213

Browse files
committed
fix: update ts deps
1 parent 2748bba commit 102c213

File tree

2 files changed

+85
-18
lines changed

2 files changed

+85
-18
lines changed

npm-shrinkwrap.json

Lines changed: 80 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"postpack": "grunt set_dev_ga_id",
1919
"mocha": "mocha",
2020
"tsc": "tsc",
21-
"tslint": "tslint -p tsconfig.json --type-check",
21+
"tslint": "tslint -p tsconfig.json",
2222
"test-watch": "node ./dev/tsc-to-mocha-watch.js",
2323
"tslint-fix": "tslint -p tsconfig.json --type-check --fix"
2424
},
@@ -125,12 +125,12 @@
125125
"should": "7.0.2",
126126
"sinon": "4.1.2",
127127
"source-map-support": "0.5.3",
128-
"tslint": "5.4.3",
129-
"tslint-microsoft-contrib": "5.2.1",
130-
"typescript": "2.4.1"
128+
"tslint": "5.14.0",
129+
"tslint-microsoft-contrib": "6.1.0",
130+
"typescript": "3.3.4000"
131131
},
132132
"license": "Apache-2.0",
133133
"engines": {
134134
"node": ">=8.0.0 <12.0.0"
135135
}
136-
}
136+
}

0 commit comments

Comments
 (0)