Skip to content

Commit 5fe6e22

Browse files
1 parent 4d1b992 commit 5fe6e22

File tree

2 files changed

+43
-6
lines changed

2 files changed

+43
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@types/mkdirp": "1.0.1",
7777
"@types/node": "14.0.27",
7878
"@types/rimraf": "3.0.0",
79-
"@typescript-eslint/eslint-plugin": "3.8.0",
79+
"@typescript-eslint/eslint-plugin": "3.9.0",
8080
"@typescript-eslint/parser": "3.8.0",
8181
"codecov": "3.7.2",
8282
"eslint": "7.7.0",

yarn.lock

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,12 +1304,12 @@
13041304
dependencies:
13051305
"@types/yargs-parser" "*"
13061306

1307-
"@typescript-eslint/eslint-plugin@3.8.0":
1308-
version "3.8.0"
1309-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.8.0.tgz#f82947bcdd9a4e42be7ad80dfd61f1dc411dd1df"
1310-
integrity sha512-lFb4VCDleFSR+eo4Ew+HvrJ37ZH1Y9ZyE+qyP7EiwBpcCVxwmUc5PAqhShCQ8N8U5vqYydm74nss+a0wrrCErw==
1307+
"@typescript-eslint/eslint-plugin@3.9.0":
1308+
version "3.9.0"
1309+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.9.0.tgz#0fe529b33d63c9a94f7503ca2bb12c84b9477ff3"
1310+
integrity sha512-UD6b4p0/hSe1xdTvRCENSx7iQ+KR6ourlZFfYuPC7FlXEzdHuLPrEmuxZ23b2zW96KJX9Z3w05GE/wNOiEzrVg==
13111311
dependencies:
1312-
"@typescript-eslint/experimental-utils" "3.8.0"
1312+
"@typescript-eslint/experimental-utils" "3.9.0"
13131313
debug "^4.1.1"
13141314
functional-red-black-tree "^1.0.1"
13151315
regexpp "^3.0.0"
@@ -1327,6 +1327,17 @@
13271327
eslint-scope "^5.0.0"
13281328
eslint-utils "^2.0.0"
13291329

1330+
"@typescript-eslint/[email protected]":
1331+
version "3.9.0"
1332+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.9.0.tgz#3171d8ddba0bf02a8c2034188593630914fcf5ee"
1333+
integrity sha512-/vSHUDYizSOhrOJdjYxPNGfb4a3ibO8zd4nUKo/QBFOmxosT3cVUV7KIg8Dwi6TXlr667G7YPqFK9+VSZOorNA==
1334+
dependencies:
1335+
"@types/json-schema" "^7.0.3"
1336+
"@typescript-eslint/types" "3.9.0"
1337+
"@typescript-eslint/typescript-estree" "3.9.0"
1338+
eslint-scope "^5.0.0"
1339+
eslint-utils "^2.0.0"
1340+
13301341
"@typescript-eslint/[email protected]":
13311342
version "3.8.0"
13321343
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.8.0.tgz#8e1dcd404299bf79492409c81c415fa95a7c622b"
@@ -1343,6 +1354,11 @@
13431354
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.8.0.tgz#58581dd863f86e0cd23353d94362bb90b4bea796"
13441355
integrity sha512-8kROmEQkv6ss9kdQ44vCN1dTrgu4Qxrd2kXr10kz2NP5T8/7JnEfYNxCpPkArbLIhhkGLZV3aVMplH1RXQRF7Q==
13451356

1357+
"@typescript-eslint/[email protected]":
1358+
version "3.9.0"
1359+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.9.0.tgz#be9d0aa451e1bf3ce99f2e6920659e5b2e6bfe18"
1360+
integrity sha512-rb6LDr+dk9RVVXO/NJE8dT1pGlso3voNdEIN8ugm4CWM5w5GimbThCMiMl4da1t5u3YwPWEwOnKAULCZgBtBHg==
1361+
13461362
"@typescript-eslint/[email protected]":
13471363
version "3.8.0"
13481364
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.8.0.tgz#0606d19f629f813dbdd5a34c7a1e895d6191cac6"
@@ -1357,13 +1373,34 @@
13571373
semver "^7.3.2"
13581374
tsutils "^3.17.1"
13591375

1376+
"@typescript-eslint/[email protected]":
1377+
version "3.9.0"
1378+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.9.0.tgz#c6abbb50fa0d715cab46fef67ca6378bf2eaca13"
1379+
integrity sha512-N+158NKgN4rOmWVfvKOMoMFV5n8XxAliaKkArm/sOypzQ0bUL8MSnOEBW3VFIeffb/K5ce/cAV0yYhR7U4ALAA==
1380+
dependencies:
1381+
"@typescript-eslint/types" "3.9.0"
1382+
"@typescript-eslint/visitor-keys" "3.9.0"
1383+
debug "^4.1.1"
1384+
glob "^7.1.6"
1385+
is-glob "^4.0.1"
1386+
lodash "^4.17.15"
1387+
semver "^7.3.2"
1388+
tsutils "^3.17.1"
1389+
13601390
"@typescript-eslint/[email protected]":
13611391
version "3.8.0"
13621392
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.8.0.tgz#ad35110249fb3fc30a36bfcbfeea93e710cfaab1"
13631393
integrity sha512-gfqQWyVPpT9NpLREXNR820AYwgz+Kr1GuF3nf1wxpHD6hdxI62tq03ToomFnDxY0m3pUB39IF7sil7D5TQexLA==
13641394
dependencies:
13651395
eslint-visitor-keys "^1.1.0"
13661396

1397+
"@typescript-eslint/[email protected]":
1398+
version "3.9.0"
1399+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.9.0.tgz#44de8e1b1df67adaf3b94d6b60b80f8faebc8dd3"
1400+
integrity sha512-O1qeoGqDbu0EZUC/MZ6F1WHTIzcBVhGqDj3LhTnj65WUA548RXVxUHbYhAW9bZWfb2rnX9QsbbP5nmeJ5Z4+ng==
1401+
dependencies:
1402+
eslint-visitor-keys "^1.1.0"
1403+
13671404
abab@^2.0.3:
13681405
version "2.0.4"
13691406
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.4.tgz#6dfa57b417ca06d21b2478f0e638302f99c2405c"

0 commit comments

Comments
 (0)