Skip to content

Commit

Permalink
⬆️ upgrade typescript-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed May 1, 2024
1 parent 6e925b2 commit 9751306
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"test:debug": "NODE_OPTS='--inspect-brk' npm run test"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint-plugin-import": "^2.29.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-npm-hoist-packages-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"test": "echo 'No tests'; exit 0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint-plugin-import": "^2.28.1"
},
"engines": {
Expand Down

0 comments on commit 9751306

Please sign in to comment.