Skip to content

Commit fc8142e

Browse files
Bump @typescript-eslint/eslint-plugin from 2.33.0 to 2.34.0 (#200)
1 parent 3ff8336 commit fc8142e

2 files changed

Lines changed: 6 additions & 29 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@types/chalk": "^2.2.0",
4141
"@types/common-tags": "^1.8.0",
42-
"@typescript-eslint/eslint-plugin": "^2.33.0",
42+
"@typescript-eslint/eslint-plugin": "^2.34.0",
4343
"@typescript-eslint/parser": "^2.34.0",
4444
"babel-plugin-htmlbars-inline-precompile": "^3.0.1",
4545
"chalk": "^3.0.0",

yarn.lock

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,26 +1616,16 @@
16161616
dependencies:
16171617
"@types/yargs-parser" "*"
16181618

1619-
"@typescript-eslint/eslint-plugin@^2.33.0":
1620-
version "2.33.0"
1621-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.33.0.tgz#d6c8319d5011b4783bb3d2dadf105d8bdd499bd5"
1622-
integrity sha512-QV6P32Btu1sCI/kTqjTNI/8OpCYyvlGjW5vD8MpTIg+HGE5S88HtT1G+880M4bXlvXj/NjsJJG0aGcVh0DdbeQ==
1619+
"@typescript-eslint/eslint-plugin@^2.34.0":
1620+
version "2.34.0"
1621+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
1622+
integrity sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==
16231623
dependencies:
1624-
"@typescript-eslint/experimental-utils" "2.33.0"
1624+
"@typescript-eslint/experimental-utils" "2.34.0"
16251625
functional-red-black-tree "^1.0.1"
16261626
regexpp "^3.0.0"
16271627
tsutils "^3.17.1"
16281628

1629-
"@typescript-eslint/[email protected]":
1630-
version "2.33.0"
1631-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.33.0.tgz#000f1e5f344fbea1323dc91cc174805d75f99a03"
1632-
integrity sha512-qzPM2AuxtMrRq78LwyZa8Qn6gcY8obkIrBs1ehqmQADwkYzTE1Pb4y2W+U3rE/iFkSWcWHG2LS6MJfj6SmHApg==
1633-
dependencies:
1634-
"@types/json-schema" "^7.0.3"
1635-
"@typescript-eslint/typescript-estree" "2.33.0"
1636-
eslint-scope "^5.0.0"
1637-
eslint-utils "^2.0.0"
1638-
16391629
"@typescript-eslint/[email protected]":
16401630
version "2.34.0"
16411631
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
@@ -1656,19 +1646,6 @@
16561646
"@typescript-eslint/typescript-estree" "2.34.0"
16571647
eslint-visitor-keys "^1.1.0"
16581648

1659-
"@typescript-eslint/[email protected]":
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==
1663-
dependencies:
1664-
debug "^4.1.1"
1665-
eslint-visitor-keys "^1.1.0"
1666-
glob "^7.1.6"
1667-
is-glob "^4.0.1"
1668-
lodash "^4.17.15"
1669-
semver "^7.3.2"
1670-
tsutils "^3.17.1"
1671-
16721649
"@typescript-eslint/[email protected]":
16731650
version "2.34.0"
16741651
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"

0 commit comments

Comments
 (0)