aboutsummaryrefslogtreecommitdiffstats
path: root/tooling/eslint
diff options
context:
space:
mode:
Diffstat (limited to 'tooling/eslint')
-rw-r--r--tooling/eslint/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json
index e3cb9ea1..090fadaf 100644
--- a/tooling/eslint/package.json
+++ b/tooling/eslint/package.json
@@ -16,8 +16,8 @@
},
"dependencies": {
"@next/eslint-plugin-next": "^14.1.1",
- "@typescript-eslint/eslint-plugin": "7.6.0",
- "@typescript-eslint/parser": "7.6.0",
+ "@typescript-eslint/eslint-plugin": "8.22.0",
+ "@typescript-eslint/parser": "8.22.0",
"eslint-config-turbo": "^2.0.9",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
@@ -30,7 +30,7 @@
"@types/eslint": "^8.56.5",
"eslint": "^8.57.0",
"prettier": "^3.4.2",
- "typescript": "^5.3.3"
+ "typescript": "^5.7.3"
},
"eslintConfig": {
"root": true,