Skip to content

Commit 6277840

Browse files
1 parent 76e9720 commit 6277840

File tree

1 file changed

+41
-4
lines changed

1 file changed

+41
-4
lines changed

yarn.lock

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,11 +1263,11 @@
12631263
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
12641264

12651265
"@typescript-eslint/eslint-plugin@^3.2.0":
1266-
version "3.4.0"
1267-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.4.0.tgz#8378062e6be8a1d049259bdbcf27ce5dfbeee62b"
1268-
integrity sha512-wfkpiqaEVhZIuQRmudDszc01jC/YR7gMSxa6ulhggAe/Hs0KVIuo9wzvFiDbG3JD5pRFQoqnf4m7REDsUvBnMQ==
1266+
version "3.5.0"
1267+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.5.0.tgz#e7736e0808b5fb947a5f9dd949ae6736a7226b84"
1268+
integrity sha512-m4erZ8AkSjoIUOf8s4k2V1xdL2c1Vy0D3dN6/jC9d7+nEqjY3gxXCkgi3gW/GAxPaA4hV8biaCoTVdQmfAeTCQ==
12691269
dependencies:
1270-
"@typescript-eslint/experimental-utils" "3.4.0"
1270+
"@typescript-eslint/experimental-utils" "3.5.0"
12711271
debug "^4.1.1"
12721272
functional-red-black-tree "^1.0.1"
12731273
regexpp "^3.0.0"
@@ -1284,6 +1284,17 @@
12841284
eslint-scope "^5.0.0"
12851285
eslint-utils "^2.0.0"
12861286

1287+
"@typescript-eslint/[email protected]":
1288+
version "3.5.0"
1289+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.5.0.tgz#d09f9ffb890d1b15a7ffa9975fae92eee05597c4"
1290+
integrity sha512-zGNOrVi5Wz0jcjUnFZ6QUD0MCox5hBuVwemGCew2qJzUX5xPoyR+0EzS5qD5qQXL/vnQ8Eu+nv03tpeFRwLrDg==
1291+
dependencies:
1292+
"@types/json-schema" "^7.0.3"
1293+
"@typescript-eslint/types" "3.5.0"
1294+
"@typescript-eslint/typescript-estree" "3.5.0"
1295+
eslint-scope "^5.0.0"
1296+
eslint-utils "^2.0.0"
1297+
12871298
"@typescript-eslint/parser@^3.2.0":
12881299
version "3.4.0"
12891300
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.4.0.tgz#fe52b68c5cb3bba3f5d875bd17adb70420d49d8d"
@@ -1294,6 +1305,11 @@
12941305
"@typescript-eslint/typescript-estree" "3.4.0"
12951306
eslint-visitor-keys "^1.1.0"
12961307

1308+
"@typescript-eslint/[email protected]":
1309+
version "3.5.0"
1310+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.5.0.tgz#4e3d2a2272268d8ec3e3e4a37152a64956682639"
1311+
integrity sha512-Dreqb5idi66VVs1QkbAwVeDmdJG+sDtofJtKwKCZXIaBsINuCN7Jv5eDIHrS0hFMMiOvPH9UuOs4splW0iZe4Q==
1312+
12971313
"@typescript-eslint/[email protected]":
12981314
version "3.4.0"
12991315
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.4.0.tgz#6a787eb70b48969e4cd1ea67b057083f96dfee29"
@@ -1307,6 +1323,27 @@
13071323
semver "^7.3.2"
13081324
tsutils "^3.17.1"
13091325

1326+
"@typescript-eslint/[email protected]":
1327+
version "3.5.0"
1328+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.5.0.tgz#dfc895db21a381b84f24c2a719f5bf9c600dcfdc"
1329+
integrity sha512-Na71ezI6QP5WVR4EHxwcBJgYiD+Sre9BZO5iJK2QhrmRPo/42+b0no/HZIrdD1sjghzlYv7t+7Jis05M1uMxQg==
1330+
dependencies:
1331+
"@typescript-eslint/types" "3.5.0"
1332+
"@typescript-eslint/visitor-keys" "3.5.0"
1333+
debug "^4.1.1"
1334+
glob "^7.1.6"
1335+
is-glob "^4.0.1"
1336+
lodash "^4.17.15"
1337+
semver "^7.3.2"
1338+
tsutils "^3.17.1"
1339+
1340+
"@typescript-eslint/[email protected]":
1341+
version "3.5.0"
1342+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.5.0.tgz#73c1ea2582f814735e4afdc1cf6f5e3af78db60a"
1343+
integrity sha512-7cTp9rcX2sz9Z+zua9MCOX4cqp5rYyFD5o8LlbSpXrMTXoRdngTtotRZEkm8+FNMHPWYFhitFK+qt/brK8BVJQ==
1344+
dependencies:
1345+
eslint-visitor-keys "^1.1.0"
1346+
13101347
"@zkochan/cmd-shim@^3.1.0":
13111348
version "3.1.0"
13121349
resolved "https://registry.npmjs.org/@zkochan/cmd-shim/-/cmd-shim-3.1.0.tgz#2ab8ed81f5bb5452a85f25758eb9b8681982fd2e"

0 commit comments

Comments
 (0)