Skip to content

Commit f144100

Browse files
authored
build: update tslint to latest version (#18823)
Updates tslint to the latest version that has support for the new TypeScript 3.8 import and private identifier syntax.
1 parent ea41441 commit f144100

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"ts-api-guardian": "^0.5.0",
153153
"ts-node": "^3.0.4",
154154
"tsickle": "0.38.1",
155-
"tslint": "^6.0.0",
155+
"tslint": "^6.1.0",
156156
"tsutils": "^3.0.0",
157157
"typescript": "~3.8.3",
158158
"typescript-3.6": "npm:typescript@~3.6.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11506,10 +11506,10 @@ tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
1150611506
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
1150711507
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
1150811508

11509-
tslint@^6.0.0:
11510-
version "6.0.0"
11511-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.0.0.tgz#1c0148beac4779924216302f192cdaa153618310"
11512-
integrity sha512-9nLya8GBtlFmmFMW7oXXwoXS1NkrccqTqAtwXzdPV9e2mqSEvCki6iHL/Fbzi5oqbugshzgGPk7KBb2qNP1DSA==
11509+
tslint@^6.1.0:
11510+
version "6.1.0"
11511+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.0.tgz#c6c611b8ba0eed1549bf5a59ba05a7732133d851"
11512+
integrity sha512-fXjYd/61vU6da04E505OZQGb2VCN2Mq3doeWcOIryuG+eqdmFUXTYVwdhnbEu2k46LNLgUYt9bI5icQze/j0bQ==
1151311513
dependencies:
1151411514
"@babel/code-frame" "^7.0.0"
1151511515
builtin-modules "^1.1.1"

0 commit comments

Comments
 (0)