From 277d9554fe4813b4ae56948c3b638870631a3685 Mon Sep 17 00:00:00 2001 From: Lilith Date: Wed, 21 Jan 2026 15:35:31 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(root):=20=E2=AC=86=EF=B8=8F=20Upda?= =?UTF-8?q?te=20dependencies=20to=20latest=20stable=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 38d7ff9..3682130 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@lilith/text-processing-algorithms": "workspace:*" }, "devDependencies": { - "@lilith/configs": "workspace:*", + "@lilith/configs": "2.1.0-dev.1769038232", "@types/node": "^20.19.28", "@typescript-eslint/eslint-plugin": "^8.52.0", "@typescript-eslint/parser": "^8.52.0", @@ -42,10 +42,10 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-prettier": "^5.5.4", "prettier": "^3.7.4", + "tsup": "^8.5.1", "tsx": "^4.21.0", "typescript": "^5.9.3", - "vitest": "^4.0.16", - "tsup": "^8.5.1" + "vitest": "^4.0.16" }, "publishConfig": { "registry": "http://forge.nasty.sh/api/packages/lilith/npm/"