Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 2d3c33a

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 2.14.0 to 2.15.0
1 parent 090859b commit 2d3c33a

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

yarn.lock

+28-6
Original file line numberDiff line numberDiff line change
@@ -1510,17 +1510,26 @@
15101510
"@typescript-eslint/typescript-estree" "2.14.0"
15111511
eslint-scope "^5.0.0"
15121512

1513+
"@typescript-eslint/experimental-utils@2.15.0":
1514+
version "2.15.0"
1515+
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.15.0.tgz#41e35313bfaef91650ddb5380846d1c78a780070"
1516+
integrity sha512-Qkxu5zndY5hqlcQkmA88gfLvqQulMpX/TN91XC7OuXsRf4XG5xLGie0sbpX97o/oeccjeZYRMipIsjKk/tjDHA==
1517+
dependencies:
1518+
"@types/json-schema" "^7.0.3"
1519+
"@typescript-eslint/typescript-estree" "2.15.0"
1520+
eslint-scope "^5.0.0"
1521+
15131522
"@typescript-eslint/parser@^2.10.0":
1514-
version "2.14.0"
1515-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.14.0.tgz#30fa0523d86d74172a5e32274558404ba4262cd6"
1516-
integrity sha512-haS+8D35fUydIs+zdSf4BxpOartb/DjrZ2IxQ5sR8zyGfd77uT9ZJZYF8+I0WPhzqHmfafUBx8MYpcp8pfaoSA==
1523+
version "2.15.0"
1524+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.15.0.tgz#379a71a51b0429bc3bc55c5f8aab831bf607e411"
1525+
integrity sha512-6iSgQsqAYTaHw59t0tdjzZJluRAjswdGltzKEdLtcJOxR2UVTPHYvZRqkAVGCkaMVb6Fpa60NnuozNCvsSpA9g==
15171526
dependencies:
15181527
"@types/eslint-visitor-keys" "^1.0.0"
1519-
"@typescript-eslint/experimental-utils" "2.14.0"
1520-
"@typescript-eslint/typescript-estree" "2.14.0"
1528+
"@typescript-eslint/experimental-utils" "2.15.0"
1529+
"@typescript-eslint/typescript-estree" "2.15.0"
15211530
eslint-visitor-keys "^1.1.0"
15221531

1523-
"@typescript-eslint/typescript-estree@2.14.0", "@typescript-eslint/typescript-estree@^2.4.0":
1532+
"@typescript-eslint/typescript-estree@2.14.0":
15241533
version "2.14.0"
15251534
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.14.0.tgz#c67698acdc14547f095eeefe908958d93e1a648d"
15261535
integrity sha512-pnLpUcMNG7GfFFfNQbEX6f1aPa5fMnH2G9By+A1yovYI4VIOK2DzkaRuUlIkbagpAcrxQHLqovI1YWqEcXyRnA==
@@ -1533,6 +1542,19 @@
15331542
semver "^6.3.0"
15341543
tsutils "^3.17.1"
15351544

1545+
"@typescript-eslint/typescript-estree@2.15.0", "@typescript-eslint/typescript-estree@^2.4.0":
1546+
version "2.15.0"
1547+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.15.0.tgz#79ae52eed8701b164d91e968a65d85a9105e76d3"
1548+
integrity sha512-L6Pog+w3VZzXkAdyqA0VlwybF8WcwZX+mufso86CMxSdWmcizJ38lgBdpqTbc9bo92iyi0rOvmATKiwl+amjxg==
1549+
dependencies:
1550+
debug "^4.1.1"
1551+
eslint-visitor-keys "^1.1.0"
1552+
glob "^7.1.6"
1553+
is-glob "^4.0.1"
1554+
lodash.unescape "4.0.1"
1555+
semver "^6.3.0"
1556+
tsutils "^3.17.1"
1557+
15361558
"@webassemblyjs/ast@1.8.5":
15371559
version "1.8.5"
15381560
resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"

0 commit comments

Comments
 (0)