Skip to content

Commit 2a990ac

Browse files
Merge pull request #73 from AlejandroHerr/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v2.23.0
2 parents dd0d645 + 1117151 commit 2a990ac

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"devDependencies": {
4343
"@appnest/readme": "1.2.5",
4444
"@types/jest": "24.9.1",
45-
"@typescript-eslint/eslint-plugin": "2.12.0",
46-
"@typescript-eslint/parser": "2.12.0",
45+
"@typescript-eslint/eslint-plugin": "2.23.0",
46+
"@typescript-eslint/parser": "2.23.0",
4747
"codecov": "3.6.5",
4848
"cz-conventional-changelog": "3.0.2",
4949
"eslint": "6.8.0",

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -633,24 +633,24 @@
633633
dependencies:
634634
"@types/yargs-parser" "*"
635635

636-
"@typescript-eslint/eslint-plugin@2.12.0":
637-
version "2.12.0"
638-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.12.0.tgz#0da7cbca7b24f4c6919e9eb31c704bfb126f90ad"
639-
integrity sha512-1t4r9rpLuEwl3hgt90jY18wJHSyb0E3orVL3DaqwmpiSDHmHiSspVsvsFF78BJ/3NNG3qmeso836jpuBWYziAA==
636+
"@typescript-eslint/eslint-plugin@2.23.0":
637+
version "2.23.0"
638+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.23.0.tgz#aa7133bfb7b685379d9eafe4ae9e08b9037e129d"
639+
integrity sha512-8iA4FvRsz8qTjR0L/nK9RcRUN3QtIHQiOm69FzV7WS3SE+7P7DyGGwh3k4UNR2JBbk+Ej2Io+jLAaqKibNhmtw==
640640
dependencies:
641-
"@typescript-eslint/experimental-utils" "2.12.0"
641+
"@typescript-eslint/experimental-utils" "2.23.0"
642642
eslint-utils "^1.4.3"
643643
functional-red-black-tree "^1.0.1"
644644
regexpp "^3.0.0"
645645
tsutils "^3.17.1"
646646

647-
"@typescript-eslint/experimental-utils@2.12.0":
648-
version "2.12.0"
649-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.12.0.tgz#e0a76ffb6293e058748408a191921e453c31d40d"
650-
integrity sha512-jv4gYpw5N5BrWF3ntROvCuLe1IjRenLy5+U57J24NbPGwZFAjhnM45qpq0nDH1y/AZMb3Br25YiNVwyPbz6RkA==
647+
"@typescript-eslint/experimental-utils@2.23.0":
648+
version "2.23.0"
649+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.23.0.tgz#5d2261c8038ec1698ca4435a8da479c661dc9242"
650+
integrity sha512-OswxY59RcXH3NNPmq+4Kis2CYZPurRU6mG5xPcn24CjFyfdVli5mySwZz/g/xDbJXgDsYqNGq7enV0IziWGXVQ==
651651
dependencies:
652652
"@types/json-schema" "^7.0.3"
653-
"@typescript-eslint/typescript-estree" "2.12.0"
653+
"@typescript-eslint/typescript-estree" "2.23.0"
654654
eslint-scope "^5.0.0"
655655

656656
"@typescript-eslint/[email protected]":
@@ -662,14 +662,14 @@
662662
"@typescript-eslint/typescript-estree" "2.7.0"
663663
eslint-scope "^5.0.0"
664664

665-
"@typescript-eslint/parser@2.12.0":
666-
version "2.12.0"
667-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.12.0.tgz#393f1604943a4ca570bb1a45bc8834e9b9158884"
668-
integrity sha512-lPdkwpdzxEfjI8TyTzZqPatkrswLSVu4bqUgnB03fHSOwpC7KSerPgJRgIAf11UGNf7HKjJV6oaPZI4AghLU6g==
665+
"@typescript-eslint/parser@2.23.0":
666+
version "2.23.0"
667+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.23.0.tgz#f3d4e2928ff647fe77fc2fcef1a3534fee6a3212"
668+
integrity sha512-k61pn/Nepk43qa1oLMiyqApC6x5eP5ddPz6VUYXCAuXxbmRLqkPYzkFRKl42ltxzB2luvejlVncrEpflgQoSUg==
669669
dependencies:
670670
"@types/eslint-visitor-keys" "^1.0.0"
671-
"@typescript-eslint/experimental-utils" "2.12.0"
672-
"@typescript-eslint/typescript-estree" "2.12.0"
671+
"@typescript-eslint/experimental-utils" "2.23.0"
672+
"@typescript-eslint/typescript-estree" "2.23.0"
673673
eslint-visitor-keys "^1.1.0"
674674

675675
"@typescript-eslint/parser@^2.3.0":
@@ -682,16 +682,16 @@
682682
"@typescript-eslint/typescript-estree" "2.7.0"
683683
eslint-visitor-keys "^1.1.0"
684684

685-
"@typescript-eslint/typescript-estree@2.12.0":
686-
version "2.12.0"
687-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.12.0.tgz#bd9e547ccffd17dfab0c3ab0947c80c8e2eb914c"
688-
integrity sha512-rGehVfjHEn8Frh9UW02ZZIfJs6SIIxIu/K1bbci8rFfDE/1lQ8krIJy5OXOV3DVnNdDPtoiPOdEANkLMrwXbiQ==
685+
"@typescript-eslint/typescript-estree@2.23.0":
686+
version "2.23.0"
687+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.23.0.tgz#d355960fab96bd550855488dcc34b9a4acac8d36"
688+
integrity sha512-pmf7IlmvXdlEXvE/JWNNJpEvwBV59wtJqA8MLAxMKLXNKVRC3HZBXR/SlZLPWTCcwOSg9IM7GeRSV3SIerGVqw==
689689
dependencies:
690690
debug "^4.1.1"
691691
eslint-visitor-keys "^1.1.0"
692692
glob "^7.1.6"
693693
is-glob "^4.0.1"
694-
lodash.unescape "4.0.1"
694+
lodash "^4.17.15"
695695
semver "^6.3.0"
696696
tsutils "^3.17.1"
697697

0 commit comments

Comments
 (0)