Skip to content

Commit 704b3ef

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 2.17.0 to 2.18.0 (#1221)
1 parent 6b1de54 commit 704b3ef

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@typescript-eslint/eslint-plugin": "^2.17.0",
14-
"@typescript-eslint/parser": "^2.17.0",
14+
"@typescript-eslint/parser": "^2.18.0",
1515
"eslint": "^6.8.0",
1616
"eslint-plugin-import": "^2.20.0",
1717
"eslint-import-resolver-node": "^0.3.3",

yarn.lock

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,14 +1543,23 @@
15431543
"@typescript-eslint/typescript-estree" "2.17.0"
15441544
eslint-scope "^5.0.0"
15451545

1546-
"@typescript-eslint/parser@^2.17.0":
1547-
version "2.17.0"
1548-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.17.0.tgz#627f79586d868edbab55f46a6b183cdc341aea1d"
1549-
integrity sha512-k1g3gRQ4fwfJoIfgUpz78AovicSWKFANmvTfkAHP24MgJHjWfZI6ya7tsQZt1sLczvP4G9BE5G5MgADHdmJB/w==
1546+
"@typescript-eslint/[email protected]":
1547+
version "2.18.0"
1548+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.18.0.tgz#e4eab839082030282496c1439bbf9fdf2a4f3da8"
1549+
integrity sha512-J6MopKPHuJYmQUkANLip7g9I82ZLe1naCbxZZW3O2sIxTiq/9YYoOELEKY7oPg0hJ0V/AQ225h2z0Yp+RRMXhw==
1550+
dependencies:
1551+
"@types/json-schema" "^7.0.3"
1552+
"@typescript-eslint/typescript-estree" "2.18.0"
1553+
eslint-scope "^5.0.0"
1554+
1555+
"@typescript-eslint/parser@^2.18.0":
1556+
version "2.18.0"
1557+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.18.0.tgz#d5f7fc1839abd4a985394e40e9d2454bd56aeb1f"
1558+
integrity sha512-SJJPxFMEYEWkM6pGfcnjLU+NJIPo+Ko1QrCBL+i0+zV30ggLD90huEmMMhKLHBpESWy9lVEeWlQibweNQzyc+A==
15501559
dependencies:
15511560
"@types/eslint-visitor-keys" "^1.0.0"
1552-
"@typescript-eslint/experimental-utils" "2.17.0"
1553-
"@typescript-eslint/typescript-estree" "2.17.0"
1561+
"@typescript-eslint/experimental-utils" "2.18.0"
1562+
"@typescript-eslint/typescript-estree" "2.18.0"
15541563
eslint-visitor-keys "^1.1.0"
15551564

15561565
"@typescript-eslint/[email protected]":
@@ -1566,6 +1575,19 @@
15661575
semver "^6.3.0"
15671576
tsutils "^3.17.1"
15681577

1578+
"@typescript-eslint/[email protected]":
1579+
version "2.18.0"
1580+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.18.0.tgz#cfbd16ed1b111166617d718619c19b62764c8460"
1581+
integrity sha512-gVHylf7FDb8VSi2ypFuEL3hOtoC4HkZZ5dOjXvVjoyKdRrvXAOPSzpNRnKMfaUUEiSLP8UF9j9X9EDLxC0lfZg==
1582+
dependencies:
1583+
debug "^4.1.1"
1584+
eslint-visitor-keys "^1.1.0"
1585+
glob "^7.1.6"
1586+
is-glob "^4.0.1"
1587+
lodash "^4.17.15"
1588+
semver "^6.3.0"
1589+
tsutils "^3.17.1"
1590+
15691591
"@webassemblyjs/[email protected]":
15701592
version "1.8.5"
15711593
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"

0 commit comments

Comments
 (0)