Skip to content

Commit 90a77a9

Browse files
committed
Update dependency eslint-import-resolver-typescript to v2.7.0
1 parent 0e70bc7 commit 90a77a9

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-config-eslint": "7.0.0",
3030
"eslint-config-next": "12.1.0",
3131
"eslint-config-standard": "16.0.3",
32-
"eslint-import-resolver-typescript": "2.5.0",
32+
"eslint-import-resolver-typescript": "2.7.0",
3333
"eslint-plugin-jsdoc": "37.9.7",
3434
"eslint-plugin-node": "11.1.0",
3535
"eslint-plugin-promise": "5.2.0",

yarn.lock

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ debug@^3.2.7:
836836
dependencies:
837837
ms "^2.1.1"
838838

839-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3:
839+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4:
840840
version "4.3.4"
841841
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
842842
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -1015,7 +1015,18 @@ eslint-import-resolver-node@^0.3.4, eslint-import-resolver-node@^0.3.6:
10151015
debug "^3.2.7"
10161016
resolve "^1.20.0"
10171017

1018-
[email protected], eslint-import-resolver-typescript@^2.4.0:
1018+
1019+
version "2.7.0"
1020+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.7.0.tgz#1f9d391b636dccdbaa4a3b1a87eb9a8237e23963"
1021+
integrity sha512-MNHS3u5pebvROX4MjGP9coda589ZGfL1SqdxUV4kSrcclfDRWvNE2D+eljbnWVMvWDVRgT89nhscMHPKYGcObQ==
1022+
dependencies:
1023+
debug "^4.3.4"
1024+
glob "^7.2.0"
1025+
is-glob "^4.0.3"
1026+
resolve "^1.22.0"
1027+
tsconfig-paths "^3.14.1"
1028+
1029+
eslint-import-resolver-typescript@^2.4.0:
10191030
version "2.5.0"
10201031
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.5.0.tgz#07661966b272d14ba97f597b51e1a588f9722f0a"
10211032
integrity sha512-qZ6e5CFr+I7K4VVhQu3M/9xGv9/YmwsEXrsm3nimw8vWaVHRDrQRp26BgCypTxBp3vUp4o5aVEJRiy0F2DFddQ==
@@ -1409,7 +1420,7 @@ [email protected]:
14091420
once "^1.3.0"
14101421
path-is-absolute "^1.0.0"
14111422

1412-
glob@^7.1.3, glob@^7.1.7:
1423+
glob@^7.1.3, glob@^7.1.7, glob@^7.2.0:
14131424
version "7.2.0"
14141425
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
14151426
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -1789,6 +1800,11 @@ minimist@^1.1.1, minimist@^1.2.0:
17891800
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
17901801
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
17911802

1803+
minimist@^1.2.6:
1804+
version "1.2.6"
1805+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
1806+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
1807+
17921808
17931809
version "2.0.0"
17941810
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
@@ -2429,6 +2445,16 @@ tsconfig-paths@^3.12.0, tsconfig-paths@^3.9.0:
24292445
minimist "^1.2.0"
24302446
strip-bom "^3.0.0"
24312447

2448+
tsconfig-paths@^3.14.1:
2449+
version "3.14.1"
2450+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
2451+
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
2452+
dependencies:
2453+
"@types/json5" "^0.0.29"
2454+
json5 "^1.0.1"
2455+
minimist "^1.2.6"
2456+
strip-bom "^3.0.0"
2457+
24322458
tslib@^1.8.1:
24332459
version "1.14.1"
24342460
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"

0 commit comments

Comments
 (0)