Skip to content

Commit 2d4c118

Browse files
build(deps-dev): bump @typescript-eslint/parser from 2.22.0 to 2.23.0 (#151)
1 parent 7930572 commit 2d4c118

2 files changed

Lines changed: 7 additions & 29 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@testing-library/dom": "^7.0.4",
4848
"@types/jest": "^25.1.4",
4949
"@typescript-eslint/eslint-plugin": "^2.23.0",
50-
"@typescript-eslint/parser": "^2.22.0",
50+
"@typescript-eslint/parser": "^2.23.0",
5151
"concurrently": "^5.1.0",
5252
"cypress": "^4.1.0",
5353
"eslint": "^6.8.0",

yarn.lock

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,15 +1436,6 @@
14361436
regexpp "^3.0.0"
14371437
tsutils "^3.17.1"
14381438

1439-
"@typescript-eslint/experimental-utils@2.22.0":
1440-
version "2.22.0"
1441-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.22.0.tgz#4d00c91fbaaa68e56e7869be284999a265707f85"
1442-
integrity sha512-sJt1GYBe6yC0dWOQzXlp+tiuGglNhJC9eXZeC8GBVH98Zv9jtatccuhz0OF5kC/DwChqsNfghHx7OlIDQjNYAQ==
1443-
dependencies:
1444-
"@types/json-schema" "^7.0.3"
1445-
"@typescript-eslint/typescript-estree" "2.22.0"
1446-
eslint-scope "^5.0.0"
1447-
14481439
"@typescript-eslint/experimental-utils@2.23.0":
14491440
version "2.23.0"
14501441
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.23.0.tgz#5d2261c8038ec1698ca4435a8da479c661dc9242"
@@ -1454,28 +1445,15 @@
14541445
"@typescript-eslint/typescript-estree" "2.23.0"
14551446
eslint-scope "^5.0.0"
14561447

1457-
"@typescript-eslint/parser@^2.22.0":
1458-
version "2.22.0"
1459-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.22.0.tgz#8eeb6cb6de873f655e64153397d4790898e149d0"
1460-
integrity sha512-FaZKC1X+nvD7qMPqKFUYHz3H0TAioSVFGvG29f796Nc5tBluoqfHgLbSFKsh7mKjRoeTm8J9WX2Wo9EyZWjG7w==
1448+
"@typescript-eslint/parser@^2.23.0":
1449+
version "2.23.0"
1450+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.23.0.tgz#f3d4e2928ff647fe77fc2fcef1a3534fee6a3212"
1451+
integrity sha512-k61pn/Nepk43qa1oLMiyqApC6x5eP5ddPz6VUYXCAuXxbmRLqkPYzkFRKl42ltxzB2luvejlVncrEpflgQoSUg==
14611452
dependencies:
14621453
"@types/eslint-visitor-keys" "^1.0.0"
1463-
"@typescript-eslint/experimental-utils" "2.22.0"
1464-
"@typescript-eslint/typescript-estree" "2.22.0"
1465-
eslint-visitor-keys "^1.1.0"
1466-
1467-
"@typescript-eslint/typescript-estree@2.22.0":
1468-
version "2.22.0"
1469-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.22.0.tgz#a16ed45876abf743e1f5857e2f4a1c3199fd219e"
1470-
integrity sha512-2HFZW2FQc4MhIBB8WhDm9lVFaBDy6h9jGrJ4V2Uzxe/ON29HCHBTj3GkgcsgMWfsl2U5as+pTOr30Nibaw7qRQ==
1471-
dependencies:
1472-
debug "^4.1.1"
1454+
"@typescript-eslint/experimental-utils" "2.23.0"
1455+
"@typescript-eslint/typescript-estree" "2.23.0"
14731456
eslint-visitor-keys "^1.1.0"
1474-
glob "^7.1.6"
1475-
is-glob "^4.0.1"
1476-
lodash "^4.17.15"
1477-
semver "^6.3.0"
1478-
tsutils "^3.17.1"
14791457

14801458
"@typescript-eslint/typescript-estree@2.23.0":
14811459
version "2.23.0"

0 commit comments

Comments
 (0)