Skip to content

Commit 294118d

Browse files
committed
update dev deps
1 parent 4a7d75c commit 294118d

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node_js:
66
- 6
77

88
env:
9+
- TYPESCRIPT_VERSION="3.1"
910
- TYPESCRIPT_VERSION="3.0"
1011
- TYPESCRIPT_VERSION="2.9"
1112
- TYPESCRIPT_VERSION="2.8"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"chokidar": "^1.6.1",
5656
"husky": "^0.14.3",
5757
"lint-staged": "^4.1.3",
58-
"prettier": "^1.10.2",
58+
"prettier": "^1.15.2",
5959
"tslint": "^5.0.0",
60-
"typescript": "^3.0.1"
60+
"typescript": "^3.1.6"
6161
}
6262
}

test/runner.js

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ var exitCode = 0
1616

1717
directories.forEach(testFolder => {
1818
try {
19-
execSync(
20-
'node ./node_modules/tslint/lib/tslint-cli.js --test test/' + testFolder,
21-
{
22-
stdio: 'inherit',
23-
encoding: 'utf8',
24-
}
25-
)
19+
execSync('node ./node_modules/tslint/bin/tslint --test test/' + testFolder, {
20+
stdio: 'inherit',
21+
encoding: 'utf8',
22+
})
2623
} catch (err) {
2724
if (typeof err.signal === 'undefined') {
2825
console.error(err.stack)

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,9 +1114,9 @@ preserve@^0.2.0:
11141114
version "0.2.0"
11151115
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
11161116

1117-
prettier@^1.10.2:
1118-
version "1.10.2"
1119-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.10.2.tgz#1af8356d1842276a99a5b5529c82dd9e9ad3cc93"
1117+
prettier@^1.15.2:
1118+
version "1.15.2"
1119+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.2.tgz#d31abe22afa4351efa14c7f8b94b58bb7452205e"
11201120

11211121
pretty-format@^20.0.3:
11221122
version "20.0.3"
@@ -1444,9 +1444,9 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
14441444
version "0.14.5"
14451445
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
14461446

1447-
typescript@^3.0.1:
1448-
version "3.0.1"
1449-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"
1447+
typescript@^3.1.6:
1448+
version "3.1.6"
1449+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.6.tgz#b6543a83cfc8c2befb3f4c8fba6896f5b0c9be68"
14501450

14511451
uid-number@^0.0.6:
14521452
version "0.0.6"

0 commit comments

Comments
 (0)