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",