Skip to content

Commit f1fc252

Browse files
authored
Merge pull request ferdikoomen#17 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-2.7.0
Bump @typescript-eslint/eslint-plugin from 2.6.1 to 2.7.0
2 parents 6b9af22 + 31912d7 commit f1fc252

File tree

2 files changed

+6
-27
lines changed

2 files changed

+6
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@types/node": "12.12.7",
6767
"@types/rimraf": "2.0.3",
6868
"@types/yup": "0.26.24",
69-
"@typescript-eslint/eslint-plugin": "2.6.1",
69+
"@typescript-eslint/eslint-plugin": "2.7.0",
7070
"@typescript-eslint/parser": "2.7.0",
7171
"camelcase": "5.3.1",
7272
"chalk": "2.4.2",

yarn.lock

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

988-
"@typescript-eslint/eslint-plugin@2.6.1":
989-
version "2.6.1"
990-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.6.1.tgz#e34972a24f8aba0861f9ccf7130acd74fd11e079"
991-
integrity sha512-Z0rddsGqioKbvqfohg7BwkFC3PuNLsB+GE9QkFza7tiDzuHoy0y823Y+oGNDzxNZrYyLjqkZtCTl4vCqOmEN4g==
988+
"@typescript-eslint/eslint-plugin@2.7.0":
989+
version "2.7.0"
990+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.7.0.tgz#dff176bdb73dfd7e2e43062452189bd1b9db6021"
991+
integrity sha512-H5G7yi0b0FgmqaEUpzyBlVh0d9lq4cWG2ap0RKa6BkF3rpBb6IrAoubt1NWh9R2kRs/f0k6XwRDiDz3X/FqXhQ==
992992
dependencies:
993-
"@typescript-eslint/experimental-utils" "2.6.1"
993+
"@typescript-eslint/experimental-utils" "2.7.0"
994994
eslint-utils "^1.4.2"
995995
functional-red-black-tree "^1.0.1"
996996
regexpp "^2.0.1"
997997
tsutils "^3.17.1"
998998

999-
"@typescript-eslint/[email protected]":
1000-
version "2.6.1"
1001-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.6.1.tgz#eddaca17a399ebf93a8628923233b4f93793acfd"
1002-
integrity sha512-EVrrUhl5yBt7fC7c62lWmriq4MIc49zpN3JmrKqfiFXPXCM5ErfEcZYfKOhZXkW6MBjFcJ5kGZqu1b+lyyExUw==
1003-
dependencies:
1004-
"@types/json-schema" "^7.0.3"
1005-
"@typescript-eslint/typescript-estree" "2.6.1"
1006-
eslint-scope "^5.0.0"
1007-
1008999
"@typescript-eslint/[email protected]":
10091000
version "2.7.0"
10101001
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.7.0.tgz#58d790a3884df3041b5a5e08f9e5e6b7c41864b5"
@@ -1024,18 +1015,6 @@
10241015
"@typescript-eslint/typescript-estree" "2.7.0"
10251016
eslint-visitor-keys "^1.1.0"
10261017

1027-
"@typescript-eslint/[email protected]":
1028-
version "2.6.1"
1029-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.6.1.tgz#fb363dd4ca23384745c5ea4b7f4c867432b00d31"
1030-
integrity sha512-+sTnssW6bcbDZKE8Ce7VV6LdzkQz2Bxk7jzk1J8H1rovoTxnm6iXvYIyncvNsaB/kBCOM63j/LNJfm27bNdUoA==
1031-
dependencies:
1032-
debug "^4.1.1"
1033-
glob "^7.1.4"
1034-
is-glob "^4.0.1"
1035-
lodash.unescape "4.0.1"
1036-
semver "^6.3.0"
1037-
tsutils "^3.17.1"
1038-
10391018
"@typescript-eslint/[email protected]":
10401019
version "2.7.0"
10411020
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.7.0.tgz#34fd98c77a07b40d04d5b4203eddd3abeab909f4"

0 commit comments

Comments
 (0)