aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-09-05 10:19:40 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-09-05 10:19:40 -0500
commit958012a375b54239c5d685bf3e15fa357ca691d6 (patch)
tree5c3ab6a35cae66897d9abc91b0c197362926f31e /packages
parentBump peter-evans/create-pull-request in the github-actions group (diff)
downloadlocusts-958012a375b54239c5d685bf3e15fa357ca691d6.tar
locusts-958012a375b54239c5d685bf3e15fa357ca691d6.tar.gz
locusts-958012a375b54239c5d685bf3e15fa357ca691d6.tar.bz2
locusts-958012a375b54239c5d685bf3e15fa357ca691d6.tar.lz
locusts-958012a375b54239c5d685bf3e15fa357ca691d6.tar.xz
locusts-958012a375b54239c5d685bf3e15fa357ca691d6.tar.zst
locusts-958012a375b54239c5d685bf3e15fa357ca691d6.zip
Bump node deps
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
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
+}