Skip to content

Commit 49194cb

Browse files
Bump @typescript-eslint/parser from 2.11.0 to 2.12.0 (#91)
1 parent 2c7cdb0 commit 49194cb

2 files changed

Lines changed: 7 additions & 29 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/chalk": "^2.2.0",
4141
"@types/common-tags": "^1.8.0",
4242
"@typescript-eslint/eslint-plugin": "^2.12.0",
43-
"@typescript-eslint/parser": "^2.11.0",
43+
"@typescript-eslint/parser": "^2.12.0",
4444
"babel-plugin-htmlbars-inline-precompile": "^3.0.1",
4545
"chalk": "^3.0.0",
4646
"common-tags": "^1.8.0",

yarn.lock

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,15 +1117,6 @@
11171117
regexpp "^3.0.0"
11181118
tsutils "^3.17.1"
11191119

1120-
"@typescript-eslint/[email protected]":
1121-
version "2.11.0"
1122-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.11.0.tgz#cef18e6b122706c65248a5d8984a9779ed1e52ac"
1123-
integrity sha512-YxcA/y0ZJaCc/fB/MClhcDxHI0nOBB7v2/WxBju2cOTanX7jO9ttQq6Fy4yW9UaY5bPd9xL3cun3lDVqk67sPQ==
1124-
dependencies:
1125-
"@types/json-schema" "^7.0.3"
1126-
"@typescript-eslint/typescript-estree" "2.11.0"
1127-
eslint-scope "^5.0.0"
1128-
11291120
"@typescript-eslint/[email protected]":
11301121
version "2.12.0"
11311122
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.12.0.tgz#e0a76ffb6293e058748408a191921e453c31d40d"
@@ -1135,28 +1126,15 @@
11351126
"@typescript-eslint/typescript-estree" "2.12.0"
11361127
eslint-scope "^5.0.0"
11371128

1138-
"@typescript-eslint/parser@^2.11.0":
1139-
version "2.11.0"
1140-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.11.0.tgz#cdcc3be73ee31cbef089af5ff97ccaa380ef6e8b"
1141-
integrity sha512-DyGXeqhb3moMioEFZIHIp7oXBBh7dEfPTzGrlyP0Mi9ScCra4SWEGs3kPd18mG7Sy9Wy8z88zmrw5tSGL6r/6A==
1129+
"@typescript-eslint/parser@^2.12.0":
1130+
version "2.12.0"
1131+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.12.0.tgz#393f1604943a4ca570bb1a45bc8834e9b9158884"
1132+
integrity sha512-lPdkwpdzxEfjI8TyTzZqPatkrswLSVu4bqUgnB03fHSOwpC7KSerPgJRgIAf11UGNf7HKjJV6oaPZI4AghLU6g==
11421133
dependencies:
11431134
"@types/eslint-visitor-keys" "^1.0.0"
1144-
"@typescript-eslint/experimental-utils" "2.11.0"
1145-
"@typescript-eslint/typescript-estree" "2.11.0"
1146-
eslint-visitor-keys "^1.1.0"
1147-
1148-
"@typescript-eslint/[email protected]":
1149-
version "2.11.0"
1150-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.11.0.tgz#21ada6504274cd1644855926312c798fc697e9fb"
1151-
integrity sha512-HGY4+d4MagO6cKMcKfIKaTMxcAv7dEVnji2Zi+vi5VV8uWAM631KjAB5GxFcexMYrwKT0EekRiiGK1/Sd7VFGA==
1152-
dependencies:
1153-
debug "^4.1.1"
1135+
"@typescript-eslint/experimental-utils" "2.12.0"
1136+
"@typescript-eslint/typescript-estree" "2.12.0"
11541137
eslint-visitor-keys "^1.1.0"
1155-
glob "^7.1.6"
1156-
is-glob "^4.0.1"
1157-
lodash.unescape "4.0.1"
1158-
semver "^6.3.0"
1159-
tsutils "^3.17.1"
11601138

11611139
"@typescript-eslint/[email protected]":
11621140
version "2.12.0"

0 commit comments

Comments
 (0)