From 3f53aa4bd05a2aa034c1aea36a974effd2dcbd7e Mon Sep 17 00:00:00 2001 From: QuinnFTW Date: Thu, 15 Jan 2026 08:03:54 -0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A7=20Update=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- algorithms-ts/package.json | 2 +- package.json | 2 +- text-utils-ts/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/algorithms-ts/package.json b/algorithms-ts/package.json index 4276602..a130673 100644 --- a/algorithms-ts/package.json +++ b/algorithms-ts/package.json @@ -47,7 +47,7 @@ "prepublishOnly": "npm run build" }, "devDependencies": { - "@lilith/configs": "workspace:*", + "@lilith/configs-ts": "workspace:*", "@types/node": "^20.19.28", "@typescript-eslint/eslint-plugin": "^8.52.0", "@typescript-eslint/parser": "^8.52.0", diff --git a/package.json b/package.json index c4c6cdd..de9a70c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "build": true }, "devDependencies": { - "@lilith/configs": "workspace:*" + "@lilith/configs-ts": "workspace:*" }, "publishConfig": { "registry": "http://forge.nasty.sh/api/packages/lilith/npm/" diff --git a/text-utils-ts/package.json b/text-utils-ts/package.json index 6964608..7a7f8d2 100644 --- a/text-utils-ts/package.json +++ b/text-utils-ts/package.json @@ -33,7 +33,7 @@ "@lilith/text-processing-algorithms": "workspace:*" }, "devDependencies": { - "@lilith/configs": "workspace:*", + "@lilith/configs-ts": "workspace:*", "@types/node": "^20.19.28", "@typescript-eslint/eslint-plugin": "^8.52.0", "@typescript-eslint/parser": "^8.52.0",