Skip to content

Commit

Permalink
bump typescript-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Sep 16, 2024
1 parent e529a5a commit 43e0cfe
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 245 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"license": "ISC",
"devDependencies": {
"@eslint/config-inspector": "0.5.4",
"@types/lodash": "^4.17.7",
"@types/node": "20.9.1",
"eslint": "^8.57.0",
"execa": "^8.0.1",
Expand All @@ -46,8 +47,8 @@
"@rushstack/eslint-plugin-packlets": "^0.8.1",
"@rushstack/eslint-plugin-security": "^0.7.1",
"@types/eslint": "^8.44.7",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-react": "^0.27.0",
Expand All @@ -67,6 +68,6 @@
"globals": "^14.0.0",
"lodash": "^4.17.21",
"prettier": "^3.1.0",
"typescript-eslint": "^7.2.0"
"typescript-eslint": "^8.6.0"
}
}
Loading

0 comments on commit 43e0cfe

Please sign in to comment.