Skip to content

File tree

2 files changed

+6
-33
lines changed

2 files changed

+6
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:update": "lerna run test:update --stream"
1111
},
1212
"devDependencies": {
13-
"@typescript-eslint/eslint-plugin": "^2.15.0",
13+
"@typescript-eslint/eslint-plugin": "^2.16.0",
1414
"@typescript-eslint/parser": "^2.16.0",
1515
"eslint": "^6.8.0",
1616
"eslint-plugin-import": "^2.20.0",

yarn.lock

Lines changed: 5 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,26 +1347,17 @@
13471347
dependencies:
13481348
"@types/yargs-parser" "*"
13491349

1350-
"@typescript-eslint/eslint-plugin@^2.15.0":
1351-
version "2.15.0"
1352-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.15.0.tgz#5442c30b687ffd576ff74cfea46a6d7bfb0ee893"
1353-
integrity sha512-XRJFznI5v4K1WvIrWmjFjBAdQWaUTz4xJEdqR7+wAFsv6Q9dP3mOlE6BMNT3pdlp9eF1+bC5m5LZTmLMqffCVw==
1350+
"@typescript-eslint/eslint-plugin@^2.16.0":
1351+
version "2.16.0"
1352+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.16.0.tgz#bf339b7db824c7cc3fd1ebedbc88dd17016471af"
1353+
integrity sha512-TKWbeFAKRPrvKiR9GNxErQ8sELKqg1ZvXi6uho07mcKShBnCnqNpDQWP01FEvWKf0bxM2g7uQEI5MNjSNqvUpQ==
13541354
dependencies:
1355-
"@typescript-eslint/experimental-utils" "2.15.0"
1355+
"@typescript-eslint/experimental-utils" "2.16.0"
13561356
eslint-utils "^1.4.3"
13571357
functional-red-black-tree "^1.0.1"
13581358
regexpp "^3.0.0"
13591359
tsutils "^3.17.1"
13601360

1361-
"@typescript-eslint/[email protected]":
1362-
version "2.15.0"
1363-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.15.0.tgz#41e35313bfaef91650ddb5380846d1c78a780070"
1364-
integrity sha512-Qkxu5zndY5hqlcQkmA88gfLvqQulMpX/TN91XC7OuXsRf4XG5xLGie0sbpX97o/oeccjeZYRMipIsjKk/tjDHA==
1365-
dependencies:
1366-
"@types/json-schema" "^7.0.3"
1367-
"@typescript-eslint/typescript-estree" "2.15.0"
1368-
eslint-scope "^5.0.0"
1369-
13701361
"@typescript-eslint/[email protected]":
13711362
version "2.16.0"
13721363
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.16.0.tgz#bba65685728c532e0ddc811a0376e8d38e671f77"
@@ -1386,19 +1377,6 @@
13861377
"@typescript-eslint/typescript-estree" "2.16.0"
13871378
eslint-visitor-keys "^1.1.0"
13881379

1389-
"@typescript-eslint/[email protected]":
1390-
version "2.15.0"
1391-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.15.0.tgz#79ae52eed8701b164d91e968a65d85a9105e76d3"
1392-
integrity sha512-L6Pog+w3VZzXkAdyqA0VlwybF8WcwZX+mufso86CMxSdWmcizJ38lgBdpqTbc9bo92iyi0rOvmATKiwl+amjxg==
1393-
dependencies:
1394-
debug "^4.1.1"
1395-
eslint-visitor-keys "^1.1.0"
1396-
glob "^7.1.6"
1397-
is-glob "^4.0.1"
1398-
lodash.unescape "4.0.1"
1399-
semver "^6.3.0"
1400-
tsutils "^3.17.1"
1401-
14021380
"@typescript-eslint/[email protected]":
14031381
version "2.16.0"
14041382
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.16.0.tgz#b444943a76c716ed32abd08cbe96172d2ca0ab75"
@@ -5374,11 +5352,6 @@ lodash.templatesettings@^4.0.0:
53745352
dependencies:
53755353
lodash._reinterpolate "^3.0.0"
53765354

5377-
5378-
version "4.0.1"
5379-
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
5380-
integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw=
5381-
53825355
lodash.uniq@^4.5.0:
53835356
version "4.5.0"
53845357
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"

0 commit comments

Comments
 (0)