Skip to content

Commit f05ebce

Browse files
Bump @typescript-eslint/parser from 2.5.0 to 2.11.0 (#69)
1 parent 8628825 commit f05ebce

2 files changed

Lines changed: 7 additions & 27 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/common-tags": "^1.8.0",
4242
"@types/listr": "^0.14.2",
4343
"@typescript-eslint/eslint-plugin": "^2.11.0",
44-
"@typescript-eslint/parser": "^2.5.0",
44+
"@typescript-eslint/parser": "^2.11.0",
4545
"babel-plugin-htmlbars-inline-precompile": "^3.0.0",
4646
"chalk": "^2.4.2",
4747
"common-tags": "^1.8.0",

yarn.lock

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,23 +1129,14 @@
11291129
"@typescript-eslint/typescript-estree" "2.11.0"
11301130
eslint-scope "^5.0.0"
11311131

1132-
"@typescript-eslint/[email protected]":
1133-
version "2.5.0"
1134-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.5.0.tgz#383a97ded9a7940e5053449f6d73995e782b8fb1"
1135-
integrity sha512-UgcQGE0GKJVChyRuN1CWqDW8Pnu7+mVst0aWrhiyuUD1J9c+h8woBdT4XddCvhcXDodTDVIfE3DzGHVjp7tUeQ==
1136-
dependencies:
1137-
"@types/json-schema" "^7.0.3"
1138-
"@typescript-eslint/typescript-estree" "2.5.0"
1139-
eslint-scope "^5.0.0"
1140-
1141-
"@typescript-eslint/parser@^2.5.0":
1142-
version "2.5.0"
1143-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.5.0.tgz#858030ddd808fbbe88e03f42e5971efaccb8218a"
1144-
integrity sha512-9UBMiAwIDWSl79UyogaBdj3hidzv6exjKUx60OuZuFnJf56tq/UMpdPcX09YmGqE8f4AnAueYtBxV8IcAT3jdQ==
1132+
"@typescript-eslint/parser@^2.11.0":
1133+
version "2.11.0"
1134+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.11.0.tgz#cdcc3be73ee31cbef089af5ff97ccaa380ef6e8b"
1135+
integrity sha512-DyGXeqhb3moMioEFZIHIp7oXBBh7dEfPTzGrlyP0Mi9ScCra4SWEGs3kPd18mG7Sy9Wy8z88zmrw5tSGL6r/6A==
11451136
dependencies:
11461137
"@types/eslint-visitor-keys" "^1.0.0"
1147-
"@typescript-eslint/experimental-utils" "2.5.0"
1148-
"@typescript-eslint/typescript-estree" "2.5.0"
1138+
"@typescript-eslint/experimental-utils" "2.11.0"
1139+
"@typescript-eslint/typescript-estree" "2.11.0"
11491140
eslint-visitor-keys "^1.1.0"
11501141

11511142
"@typescript-eslint/[email protected]":
@@ -1161,17 +1152,6 @@
11611152
semver "^6.3.0"
11621153
tsutils "^3.17.1"
11631154

1164-
"@typescript-eslint/[email protected]":
1165-
version "2.5.0"
1166-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.5.0.tgz#40ada624d6217ef092a3a79ed30d947ad4f212ce"
1167-
integrity sha512-AXURyF8NcA3IsnbjNX1v9qbwa0dDoY9YPcKYR2utvMHoUcu3636zrz0gRWtVAyxbPCkhyKuGg6WZIyi2Fc79CA==
1168-
dependencies:
1169-
debug "^4.1.1"
1170-
glob "^7.1.4"
1171-
is-glob "^4.0.1"
1172-
lodash.unescape "4.0.1"
1173-
semver "^6.3.0"
1174-
11751155
abab@^2.0.0:
11761156
version "2.0.2"
11771157
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.2.tgz#a2fba1b122c69a85caa02d10f9270c7219709a9d"

0 commit comments

Comments
 (0)