Skip to content

Commit

Permalink
Update dependency @typescript-eslint/eslint-plugin to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 16, 2024
1 parent 62a05f9 commit fa45a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test:debug": "NODE_OPTS='--inspect-brk' npm run test"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.7.4",
"eslint-plugin-import": "^2.29.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-npm-hoist-packages-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "echo 'No tests'; exit 0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.7.4",
"eslint-plugin-import": "^2.28.1"
},
Expand Down

0 comments on commit fa45a4a

Please sign in to comment.