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.json3
2 files changed, 3 insertions, 4 deletions
diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json
index d6a436a..b495b68 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.0.1",
- "@typescript-eslint/parser": "8.0.1",
+ "@typescript-eslint/eslint-plugin": "8.4.0",
+ "@typescript-eslint/parser": "8.4.0",
"@vercel/style-guide": "6.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.0",
diff --git a/packages/locusts/package.json b/packages/locusts/package.json
index 65a669c..a21b4d7 100644
--- a/packages/locusts/package.json
+++ b/packages/locusts/package.json
@@ -4,7 +4,6 @@
"version": "1.0.0",
"author": "Matt Strapp <matt+locusts@mattstrapp.net> (https://mattstrapp.net)",
"bugs": "https://github.com/locusts-r-us/locusts/issues",
-
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
@@ -30,4 +29,4 @@
"test": "node --test --import tsx ./tests/locusts.test.ts"
},
"types": "./dist/index.d.ts"
-} \ No newline at end of file
+}