Skip to content

Commit 3ff8336

Browse files
Bump @typescript-eslint/parser from 2.31.0 to 2.34.0 (#198)
1 parent a14886e commit 3ff8336

2 files changed

Lines changed: 26 additions & 26 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.33.0",
43-
"@typescript-eslint/parser": "^2.31.0",
43+
"@typescript-eslint/parser": "^2.34.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: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,16 +1626,6 @@
16261626
regexpp "^3.0.0"
16271627
tsutils "^3.17.1"
16281628

1629-
"@typescript-eslint/[email protected]":
1630-
version "2.31.0"
1631-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.31.0.tgz#a9ec514bf7fd5e5e82bc10dcb6a86d58baae9508"
1632-
integrity sha512-MI6IWkutLYQYTQgZ48IVnRXmLR/0Q6oAyJgiOror74arUMh7EWjJkADfirZhRsUMHeLJ85U2iySDwHTSnNi9vA==
1633-
dependencies:
1634-
"@types/json-schema" "^7.0.3"
1635-
"@typescript-eslint/typescript-estree" "2.31.0"
1636-
eslint-scope "^5.0.0"
1637-
eslint-utils "^2.0.0"
1638-
16391629
"@typescript-eslint/[email protected]":
16401630
version "2.33.0"
16411631
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.33.0.tgz#000f1e5f344fbea1323dc91cc174805d75f99a03"
@@ -1646,33 +1636,43 @@
16461636
eslint-scope "^5.0.0"
16471637
eslint-utils "^2.0.0"
16481638

1649-
"@typescript-eslint/parser@^2.31.0":
1650-
version "2.31.0"
1651-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.31.0.tgz#beddd4e8efe64995108b229b2862cd5752d40d6f"
1652-
integrity sha512-uph+w6xUOlyV2DLSC6o+fBDzZ5i7+3/TxAsH4h3eC64tlga57oMb96vVlXoMwjR/nN+xyWlsnxtbDkB46M2EPQ==
1639+
"@typescript-eslint/[email protected]":
1640+
version "2.34.0"
1641+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
1642+
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
1643+
dependencies:
1644+
"@types/json-schema" "^7.0.3"
1645+
"@typescript-eslint/typescript-estree" "2.34.0"
1646+
eslint-scope "^5.0.0"
1647+
eslint-utils "^2.0.0"
1648+
1649+
"@typescript-eslint/parser@^2.34.0":
1650+
version "2.34.0"
1651+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
1652+
integrity sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==
16531653
dependencies:
16541654
"@types/eslint-visitor-keys" "^1.0.0"
1655-
"@typescript-eslint/experimental-utils" "2.31.0"
1656-
"@typescript-eslint/typescript-estree" "2.31.0"
1655+
"@typescript-eslint/experimental-utils" "2.34.0"
1656+
"@typescript-eslint/typescript-estree" "2.34.0"
16571657
eslint-visitor-keys "^1.1.0"
16581658

1659-
"@typescript-eslint/typescript-estree@2.31.0":
1660-
version "2.31.0"
1661-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.31.0.tgz#ac536c2d46672aa1f27ba0ec2140d53670635cfd"
1662-
integrity sha512-vxW149bXFXXuBrAak0eKHOzbcu9cvi6iNcJDzEtOkRwGHxJG15chiAQAwhLOsk+86p9GTr/TziYvw+H9kMaIgA==
1659+
"@typescript-eslint/typescript-estree@2.33.0":
1660+
version "2.33.0"
1661+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.33.0.tgz#33504c050ccafd38f397a645d4e9534d2eccbb5c"
1662+
integrity sha512-d8rY6/yUxb0+mEwTShCQF2zYQdLlqihukNfG9IUlLYz5y1CH6G/9XYbrxQLq3Z14RNvkCC6oe+OcFlyUpwUbkg==
16631663
dependencies:
16641664
debug "^4.1.1"
16651665
eslint-visitor-keys "^1.1.0"
16661666
glob "^7.1.6"
16671667
is-glob "^4.0.1"
16681668
lodash "^4.17.15"
1669-
semver "^6.3.0"
1669+
semver "^7.3.2"
16701670
tsutils "^3.17.1"
16711671

1672-
"@typescript-eslint/typescript-estree@2.33.0":
1673-
version "2.33.0"
1674-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.33.0.tgz#33504c050ccafd38f397a645d4e9534d2eccbb5c"
1675-
integrity sha512-d8rY6/yUxb0+mEwTShCQF2zYQdLlqihukNfG9IUlLYz5y1CH6G/9XYbrxQLq3Z14RNvkCC6oe+OcFlyUpwUbkg==
1672+
"@typescript-eslint/typescript-estree@2.34.0":
1673+
version "2.34.0"
1674+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
1675+
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
16761676
dependencies:
16771677
debug "^4.1.1"
16781678
eslint-visitor-keys "^1.1.0"

0 commit comments

Comments
 (0)