Skip to content

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
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.6",
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.6.1",
7171
"camelcase": "5.3.1",
7272
"chalk": "2.4.2",

yarn.lock

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -990,12 +990,12 @@
990990
resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.26.24.tgz#c24170b3a5c867b4fabd49fcc42fe45f780cb153"
991991
integrity sha512-x0bhHnYjH5mZit4HivUYbTMO4LouOTGwp/LLxSL1mbJYVwNJtHYESH0ed2bwM1lkI2yDmsoCDYJnWEgHeJDACg==
992992

993-
"@typescript-eslint/eslint-plugin@2.6.1":
994-
version "2.6.1"
995-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.6.1.tgz#e34972a24f8aba0861f9ccf7130acd74fd11e079"
996-
integrity sha512-Z0rddsGqioKbvqfohg7BwkFC3PuNLsB+GE9QkFza7tiDzuHoy0y823Y+oGNDzxNZrYyLjqkZtCTl4vCqOmEN4g==
993+
"@typescript-eslint/eslint-plugin@2.7.0":
994+
version "2.7.0"
995+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.7.0.tgz#dff176bdb73dfd7e2e43062452189bd1b9db6021"
996+
integrity sha512-H5G7yi0b0FgmqaEUpzyBlVh0d9lq4cWG2ap0RKa6BkF3rpBb6IrAoubt1NWh9R2kRs/f0k6XwRDiDz3X/FqXhQ==
997997
dependencies:
998-
"@typescript-eslint/experimental-utils" "2.6.1"
998+
"@typescript-eslint/experimental-utils" "2.7.0"
999999
eslint-utils "^1.4.2"
10001000
functional-red-black-tree "^1.0.1"
10011001
regexpp "^2.0.1"
@@ -1010,6 +1010,15 @@
10101010
"@typescript-eslint/typescript-estree" "2.6.1"
10111011
eslint-scope "^5.0.0"
10121012

1013+
"@typescript-eslint/[email protected]":
1014+
version "2.7.0"
1015+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.7.0.tgz#58d790a3884df3041b5a5e08f9e5e6b7c41864b5"
1016+
integrity sha512-9/L/OJh2a5G2ltgBWJpHRfGnt61AgDeH6rsdg59BH0naQseSwR7abwHq3D5/op0KYD/zFT4LS5gGvWcMmegTEg==
1017+
dependencies:
1018+
"@types/json-schema" "^7.0.3"
1019+
"@typescript-eslint/typescript-estree" "2.7.0"
1020+
eslint-scope "^5.0.0"
1021+
10131022
"@typescript-eslint/[email protected]":
10141023
version "2.6.1"
10151024
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.6.1.tgz#3c00116baa0d696bc334ca18ac5286b34793993c"
@@ -1032,6 +1041,18 @@
10321041
semver "^6.3.0"
10331042
tsutils "^3.17.1"
10341043

1044+
"@typescript-eslint/[email protected]":
1045+
version "2.7.0"
1046+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.7.0.tgz#34fd98c77a07b40d04d5b4203eddd3abeab909f4"
1047+
integrity sha512-vVCE/DY72N4RiJ/2f10PTyYekX2OLaltuSIBqeHYI44GQ940VCYioInIb8jKMrK9u855OEJdFC+HmWAZTnC+Ag==
1048+
dependencies:
1049+
debug "^4.1.1"
1050+
glob "^7.1.4"
1051+
is-glob "^4.0.1"
1052+
lodash.unescape "4.0.1"
1053+
semver "^6.3.0"
1054+
tsutils "^3.17.1"
1055+
10351056
abab@^2.0.0:
10361057
version "2.0.2"
10371058
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.2.tgz#a2fba1b122c69a85caa02d10f9270c7219709a9d"

0 commit comments

Comments
 (0)