aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/eslint-config/package.json4
-rw-r--r--packages/locusts/package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json
index b829caf..395c345 100644
--- a/packages/eslint-config/package.json
+++ b/packages/eslint-config/package.json
@@ -2,8 +2,8 @@
"name": "@repo/eslint-config",
"version": "0.0.0",
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "8.5.0",
- "@typescript-eslint/parser": "8.5.0",
+ "@typescript-eslint/eslint-plugin": "8.6.0",
+ "@typescript-eslint/parser": "8.6.0",
"@vercel/style-guide": "6.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.1.2",
diff --git a/packages/locusts/package.json b/packages/locusts/package.json
index fde1daf..551a4f8 100644
--- a/packages/locusts/package.json
+++ b/packages/locusts/package.json
@@ -7,7 +7,7 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
- "@types/node": "^22.1.0",
+ "@types/node": "^22.5.5",
"tsup": "^8.2.4",
"tsx": "^4.19.1",
"typescript": "^5.6.2"