aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/eslint-config/package.json6
-rw-r--r--packages/locusts/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json
index b495b68..acbbcb1 100644
--- a/packages/eslint-config/package.json
+++ b/packages/eslint-config/package.json
@@ -2,13 +2,13 @@
"name": "@repo/eslint-config",
"version": "0.0.0",
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "8.4.0",
- "@typescript-eslint/parser": "8.4.0",
+ "@typescript-eslint/eslint-plugin": "8.5.0",
+ "@typescript-eslint/parser": "8.5.0",
"@vercel/style-guide": "6.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.0",
"eslint-plugin-only-warn": "^1.1.0",
- "typescript": "^5.4.5"
+ "typescript": "^5.6.2"
},
"files": [
"library.js"
diff --git a/packages/locusts/package.json b/packages/locusts/package.json
index a21b4d7..455e405 100644
--- a/packages/locusts/package.json
+++ b/packages/locusts/package.json
@@ -10,7 +10,7 @@
"@types/node": "^22.1.0",
"tsup": "^8.2.4",
"tsx": "^4.16.5",
- "typescript": "^5.4.5"
+ "typescript": "^5.6.2"
},
"keywords": [],
"license": "0BSD",