Skip to content

Commit

Permalink
chore(): pin eslint-import-resolver-typescript ^3.5.1 dev (#351)
Browse files Browse the repository at this point in the history
| datasource | package                           | from  | to    |
| ---------- | --------------------------------- | ----- | ----- |
| npm        | eslint-import-resolver-typescript | 3.5.0 | 3.5.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 12, 2022
1 parent cb21c8e commit 2f01f35
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.8.7",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3964,9 +3964,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-import-resolver-typescript@npm:^3.5.0":
version: 3.5.0
resolution: "eslint-import-resolver-typescript@npm:3.5.0"
"eslint-import-resolver-typescript@npm:^3.5.1":
version: 3.5.1
resolution: "eslint-import-resolver-typescript@npm:3.5.1"
dependencies:
debug: ^4.3.4
enhanced-resolve: ^5.10.0
Expand All @@ -3978,7 +3978,7 @@ __metadata:
peerDependencies:
eslint: "*"
eslint-plugin-import: "*"
checksum: 9719d1f68b7bb0eaf8939cff2d3b02b526949f73db744877de781640650dd4d0a17d934222b9ac69e27d9f363ee4569c1aa1a2a2aab6500257517f9bf7d25976
checksum: d7a7a33c9fd8b52ae25bd432c3e0b157a9c38d1254325311e04f450083197d47d823ebca447e7b5bfe9b9a959de8d2edbafb028406c2532fd7aa95fe31812a48
languageName: node
linkType: hard

Expand Down Expand Up @@ -4971,7 +4971,7 @@ __metadata:
eslint: ^8.19.0
eslint-config-prettier: ^8.5.0
eslint-import-resolver-node: ^0.3.6
eslint-import-resolver-typescript: ^3.5.0
eslint-import-resolver-typescript: ^3.5.1
eslint-plugin-eslint-comments: ^3.2.0
eslint-plugin-import: ^2.26.0
eslint-plugin-jest: ^26.8.7
Expand Down

0 comments on commit 2f01f35

Please sign in to comment.