aboutsummaryrefslogtreecommitdiffstats
path: root/tooling
diff options
context:
space:
mode:
Diffstat (limited to 'tooling')
-rw-r--r--tooling/eslint/package.json6
-rw-r--r--tooling/prettier/package.json2
-rw-r--r--tooling/tailwind/package.json2
3 files changed, 5 insertions, 5 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,
diff --git a/tooling/prettier/package.json b/tooling/prettier/package.json
index 44ade90f..eaae5aec 100644
--- a/tooling/prettier/package.json
+++ b/tooling/prettier/package.json
@@ -18,7 +18,7 @@
},
"devDependencies": {
"@hoarder/tsconfig": "workspace:^0.1.0",
- "typescript": "^5.3.3"
+ "typescript": "^5.7.3"
},
"prettier": "@hoarder/prettier-config"
}
diff --git a/tooling/tailwind/package.json b/tooling/tailwind/package.json
index 3d36c010..3c59c14a 100644
--- a/tooling/tailwind/package.json
+++ b/tooling/tailwind/package.json
@@ -28,7 +28,7 @@
"@hoarder/tsconfig": "workspace:^0.1.0",
"eslint": "^8.57.0",
"prettier": "^3.4.2",
- "typescript": "^5.3.3"
+ "typescript": "^5.7.3"
},
"eslintConfig": {
"root": true,