Skip to content

Commit ec30f28

Browse files
authored
Merge pull request #1 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-2.6.1
Bump @typescript-eslint/eslint-plugin from 2.5.0 to 2.6.1
2 parents d36b8b4 + bdf2077 commit ec30f28

File tree

2 files changed

+6
-26
lines changed

2 files changed

+6
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@types/node": "12.12.5",
6464
"@types/rimraf": "2.0.3",
6565
"@types/yup": "0.26.24",
66-
"@typescript-eslint/eslint-plugin": "2.5.0",
66+
"@typescript-eslint/eslint-plugin": "2.6.1",
6767
"@typescript-eslint/parser": "2.6.1",
6868
"camelcase": "5.3.1",
6969
"chalk": "2.4.2",

yarn.lock

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -434,26 +434,17 @@
434434
resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.26.24.tgz#c24170b3a5c867b4fabd49fcc42fe45f780cb153"
435435
integrity sha512-x0bhHnYjH5mZit4HivUYbTMO4LouOTGwp/LLxSL1mbJYVwNJtHYESH0ed2bwM1lkI2yDmsoCDYJnWEgHeJDACg==
436436

437-
"@typescript-eslint/eslint-plugin@2.5.0":
438-
version "2.5.0"
439-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.5.0.tgz#101d96743ce3365b3223df73d641078c9b775903"
440-
integrity sha512-ddrJZxp5ns1Lh5ofZQYk3P8RyvKfyz/VcRR4ZiJLHO/ljnQAO8YvTfj268+WJOOadn99mvDiqJA65+HAKoeSPA==
437+
"@typescript-eslint/eslint-plugin@2.6.1":
438+
version "2.6.1"
439+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.6.1.tgz#e34972a24f8aba0861f9ccf7130acd74fd11e079"
440+
integrity sha512-Z0rddsGqioKbvqfohg7BwkFC3PuNLsB+GE9QkFza7tiDzuHoy0y823Y+oGNDzxNZrYyLjqkZtCTl4vCqOmEN4g==
441441
dependencies:
442-
"@typescript-eslint/experimental-utils" "2.5.0"
442+
"@typescript-eslint/experimental-utils" "2.6.1"
443443
eslint-utils "^1.4.2"
444444
functional-red-black-tree "^1.0.1"
445445
regexpp "^2.0.1"
446446
tsutils "^3.17.1"
447447

448-
"@typescript-eslint/experimental-utils@2.5.0":
449-
version "2.5.0"
450-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.5.0.tgz#383a97ded9a7940e5053449f6d73995e782b8fb1"
451-
integrity sha512-UgcQGE0GKJVChyRuN1CWqDW8Pnu7+mVst0aWrhiyuUD1J9c+h8woBdT4XddCvhcXDodTDVIfE3DzGHVjp7tUeQ==
452-
dependencies:
453-
"@types/json-schema" "^7.0.3"
454-
"@typescript-eslint/typescript-estree" "2.5.0"
455-
eslint-scope "^5.0.0"
456-
457448
"@typescript-eslint/experimental-utils@2.6.1":
458449
version "2.6.1"
459450
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.6.1.tgz#eddaca17a399ebf93a8628923233b4f93793acfd"
@@ -473,17 +464,6 @@
473464
"@typescript-eslint/typescript-estree" "2.6.1"
474465
eslint-visitor-keys "^1.1.0"
475466

476-
"@typescript-eslint/typescript-estree@2.5.0":
477-
version "2.5.0"
478-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.5.0.tgz#40ada624d6217ef092a3a79ed30d947ad4f212ce"
479-
integrity sha512-AXURyF8NcA3IsnbjNX1v9qbwa0dDoY9YPcKYR2utvMHoUcu3636zrz0gRWtVAyxbPCkhyKuGg6WZIyi2Fc79CA==
480-
dependencies:
481-
debug "^4.1.1"
482-
glob "^7.1.4"
483-
is-glob "^4.0.1"
484-
lodash.unescape "4.0.1"
485-
semver "^6.3.0"
486-
487467
"@typescript-eslint/typescript-estree@2.6.1":
488468
version "2.6.1"
489469
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.6.1.tgz#fb363dd4ca23384745c5ea4b7f4c867432b00d31"

0 commit comments

Comments
 (0)