chore(deps): update dependency eslint-import-resolver-typescript to v3.5.0 (#68)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
087ef3783c
commit
7f2c8e4aab
2 changed files with 40 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
|||
"eslint": "8.21.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-import-resolver-node": "0.3.6",
|
||||
"eslint-import-resolver-typescript": "3.4.0",
|
||||
"eslint-import-resolver-typescript": "3.5.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-jest": "26.7.0",
|
||||
"eslint-plugin-jsx-a11y": "6.6.1",
|
||||
|
|
41
yarn.lock
41
yarn.lock
|
@ -8377,7 +8377,25 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-import-resolver-typescript@npm:3.4.0, eslint-import-resolver-typescript@npm:^3.3.0":
|
||||
"eslint-import-resolver-typescript@npm:3.5.0":
|
||||
version: 3.5.0
|
||||
resolution: "eslint-import-resolver-typescript@npm:3.5.0"
|
||||
dependencies:
|
||||
debug: ^4.3.4
|
||||
enhanced-resolve: ^5.10.0
|
||||
get-tsconfig: ^4.2.0
|
||||
globby: ^13.1.2
|
||||
is-core-module: ^2.10.0
|
||||
is-glob: ^4.0.3
|
||||
synckit: ^0.8.3
|
||||
peerDependencies:
|
||||
eslint: "*"
|
||||
eslint-plugin-import: "*"
|
||||
checksum: 9719d1f68b7bb0eaf8939cff2d3b02b526949f73db744877de781640650dd4d0a17d934222b9ac69e27d9f363ee4569c1aa1a2a2aab6500257517f9bf7d25976
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-import-resolver-typescript@npm:^3.3.0":
|
||||
version: 3.4.0
|
||||
resolution: "eslint-import-resolver-typescript@npm:3.4.0"
|
||||
dependencies:
|
||||
|
@ -10991,6 +11009,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"is-core-module@npm:^2.10.0":
|
||||
version: 2.10.0
|
||||
resolution: "is-core-module@npm:2.10.0"
|
||||
dependencies:
|
||||
has: ^1.0.3
|
||||
checksum: 0f3f77811f430af3256fa7bbc806f9639534b140f8ee69476f632c3e1eb4e28a38be0b9d1b8ecf596179c841b53576129279df95e7051d694dac4ceb6f967593
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"is-core-module@npm:^2.2.0":
|
||||
version: 2.5.0
|
||||
resolution: "is-core-module@npm:2.5.0"
|
||||
|
@ -16758,7 +16785,7 @@ __metadata:
|
|||
eslint: 8.21.0
|
||||
eslint-config-prettier: 8.5.0
|
||||
eslint-import-resolver-node: 0.3.6
|
||||
eslint-import-resolver-typescript: 3.4.0
|
||||
eslint-import-resolver-typescript: 3.5.0
|
||||
eslint-plugin-import: 2.26.0
|
||||
eslint-plugin-jest: 26.7.0
|
||||
eslint-plugin-jsx-a11y: 6.6.1
|
||||
|
@ -17962,6 +17989,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"synckit@npm:^0.8.3":
|
||||
version: 0.8.3
|
||||
resolution: "synckit@npm:0.8.3"
|
||||
dependencies:
|
||||
"@pkgr/utils": ^2.3.0
|
||||
tslib: ^2.4.0
|
||||
checksum: ba6baa7c32e69b38eebb322a8eb1712a117f7f1eaa42e75623c7d6da43f0e61d3ac33fa962c2c58a8b37742f1e0ae9d21f04c9da0dbf34d618a8780055e9e1fa
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"tapable@npm:^2.2.0":
|
||||
version: 2.2.1
|
||||
resolution: "tapable@npm:2.2.1"
|
||||
|
|
Loading…
Reference in a new issue