Skip to content

Commit 663f3fc

Browse files
Bump @typescript-eslint/parser from 2.14.0 to 2.15.0 (#105)
1 parent e526870 commit 663f3fc

File tree

2 files changed

+7
-29
lines changed

2 files changed

+7
-29
lines changed

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.15.0",
43-
"@typescript-eslint/parser": "^2.14.0",
43+
"@typescript-eslint/parser": "^2.15.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/experimental-utils@2.14.0":
1121-
version "2.14.0"
1122-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.14.0.tgz#e9179fa3c44e00b3106b85d7b69342901fb43e3b"
1123-
integrity sha512-KcyKS7G6IWnIgl3ZpyxyBCxhkBPV+0a5Jjy2g5HxlrbG2ZLQNFeneIBVXdaBCYOVjvGmGGFKom1kgiAY75SDeQ==
1124-
dependencies:
1125-
"@types/json-schema" "^7.0.3"
1126-
"@typescript-eslint/typescript-estree" "2.14.0"
1127-
eslint-scope "^5.0.0"
1128-
11291120
"@typescript-eslint/experimental-utils@2.15.0":
11301121
version "2.15.0"
11311122
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.15.0.tgz#41e35313bfaef91650ddb5380846d1c78a780070"
@@ -1135,28 +1126,15 @@
11351126
"@typescript-eslint/typescript-estree" "2.15.0"
11361127
eslint-scope "^5.0.0"
11371128

1138-
"@typescript-eslint/parser@^2.14.0":
1139-
version "2.14.0"
1140-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.14.0.tgz#30fa0523d86d74172a5e32274558404ba4262cd6"
1141-
integrity sha512-haS+8D35fUydIs+zdSf4BxpOartb/DjrZ2IxQ5sR8zyGfd77uT9ZJZYF8+I0WPhzqHmfafUBx8MYpcp8pfaoSA==
1129+
"@typescript-eslint/parser@^2.15.0":
1130+
version "2.15.0"
1131+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.15.0.tgz#379a71a51b0429bc3bc55c5f8aab831bf607e411"
1132+
integrity sha512-6iSgQsqAYTaHw59t0tdjzZJluRAjswdGltzKEdLtcJOxR2UVTPHYvZRqkAVGCkaMVb6Fpa60NnuozNCvsSpA9g==
11421133
dependencies:
11431134
"@types/eslint-visitor-keys" "^1.0.0"
1144-
"@typescript-eslint/experimental-utils" "2.14.0"
1145-
"@typescript-eslint/typescript-estree" "2.14.0"
1146-
eslint-visitor-keys "^1.1.0"
1147-
1148-
"@typescript-eslint/typescript-estree@2.14.0":
1149-
version "2.14.0"
1150-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.14.0.tgz#c67698acdc14547f095eeefe908958d93e1a648d"
1151-
integrity sha512-pnLpUcMNG7GfFFfNQbEX6f1aPa5fMnH2G9By+A1yovYI4VIOK2DzkaRuUlIkbagpAcrxQHLqovI1YWqEcXyRnA==
1152-
dependencies:
1153-
debug "^4.1.1"
1135+
"@typescript-eslint/experimental-utils" "2.15.0"
1136+
"@typescript-eslint/typescript-estree" "2.15.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/typescript-estree@2.15.0":
11621140
version "2.15.0"

0 commit comments

Comments
 (0)