From 958012a375b54239c5d685bf3e15fa357ca691d6 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 5 Sep 2024 10:19:40 -0500 Subject: Bump node deps Signed-off-by: Matt Strapp --- packages/eslint-config/package.json | 4 ++-- packages/locusts/package.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'packages') 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 (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 +} -- cgit v1.2.3