Skip to content

Commit

Permalink
chore(deps): update @typescript-eslint/* to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Apr 4, 2024
1 parent 13b3b5a commit ba47e0a
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 62 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"devDependencies": {
"@types/node": "^18.19.29",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"electron": "^28.2.10",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"typescript"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0"
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"typescript": "^5.4.3"
},
"peerDependencies": {
"eslint": ">=8.0.0",
"eslint": ">=8.56.0",
"typescript": "*"
},
"peerDependenciesMeta": {
Expand Down
116 changes: 59 additions & 57 deletions pnpm-lock.yaml

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

0 comments on commit ba47e0a

Please sign in to comment.