Skip to content

Commit a23b5d2

Browse files
committed
chore(tsfmt): update typescript-formater version in devDependencies
1 parent 77af577 commit a23b5d2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"mocha": "^3.0.2",
5050
"power-assert": "^1.4.2",
5151
"tslint": "^5.1.0",
52-
"typescript": "^2.4.1",
53-
"typescript-formatter": "^5.2.0"
52+
"typescript": "^2.4.2",
53+
"typescript-formatter": "^6.0.0"
5454
}
5555
}

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1535,16 +1535,16 @@ type-name@^2.0.0, type-name@^2.0.1:
15351535
version "2.0.2"
15361536
resolved "https://registry.yarnpkg.com/type-name/-/type-name-2.0.2.tgz#efe7d4123d8ac52afff7f40c7e4dec5266008fb4"
15371537

1538-
typescript-formatter@^5.2.0:
1539-
version "5.2.0"
1540-
resolved "https://registry.yarnpkg.com/typescript-formatter/-/typescript-formatter-5.2.0.tgz#cd45294f74c4cc880f48f81983a21fb264f6f173"
1538+
typescript-formatter@^6.0.0:
1539+
version "6.0.0"
1540+
resolved "https://registry.yarnpkg.com/typescript-formatter/-/typescript-formatter-6.0.0.tgz#b90b6f391c54e2c75ab224ace2718d04387b6a02"
15411541
dependencies:
15421542
commandpost "^1.0.0"
15431543
editorconfig "^0.13.2"
15441544

1545-
typescript@^2.4.1:
1546-
version "2.5.1"
1547-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.5.1.tgz#ce7cc93ada3de19475cc9d17e3adea7aee1832aa"
1545+
typescript@^2.4.2:
1546+
version "2.4.2"
1547+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.2.tgz#f8395f85d459276067c988aa41837a8f82870844"
15481548

15491549
uglify-js@^2.6:
15501550
version "2.8.29"

0 commit comments

Comments
 (0)