From 456922ade7ff3eb17edbe9986043aa41dbad0e7f Mon Sep 17 00:00:00 2001 From: Lilith Date: Wed, 4 Feb 2026 00:14:36 -0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=F0=9F=94=A7=20Update=20dependen?= =?UTF-8?q?cy=20JSON=20files=20to=20reflect=20latest=20package=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- @packages/@hooks/messaging-hooks/package.json | 2 ++ @packages/@hooks/react-query-utils/package.json | 2 ++ @packages/@infrastructure/health-client/package.json | 2 ++ @packages/@infrastructure/sso-client/package.json | 2 ++ @packages/@testing/mocks/package.json | 2 ++ 5 files changed, 10 insertions(+) diff --git a/@packages/@hooks/messaging-hooks/package.json b/@packages/@hooks/messaging-hooks/package.json index c3f564c96..e76f8e74a 100755 --- a/@packages/@hooks/messaging-hooks/package.json +++ b/@packages/@hooks/messaging-hooks/package.json @@ -42,6 +42,7 @@ "devDependencies": { "@lilith/config": "*", "@lilith/configs": "^2.2.0", + "@lilith/lix-configs": "^1.0.1", "@lilith/test-utils": "*", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@tanstack/react-query": "^5.90.19", @@ -56,6 +57,7 @@ "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", + "tsup": "^8.5.1", "typescript": "^5.9.3", "vite": "^5.4.21", "vitest": "^4.0.17" diff --git a/@packages/@hooks/react-query-utils/package.json b/@packages/@hooks/react-query-utils/package.json index e63cb1de5..6a885224e 100755 --- a/@packages/@hooks/react-query-utils/package.json +++ b/@packages/@hooks/react-query-utils/package.json @@ -39,6 +39,7 @@ "devDependencies": { "@lilith/config": "*", "@lilith/configs": "^2.2.0", + "@lilith/lix-configs": "^1.0.1", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@testing-library/react": "^14.3.1", "@types/react": "^19.2.8", @@ -49,6 +50,7 @@ "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", + "tsup": "^8.5.1", "typescript": "^5.9.3", "vitest": "^4.0.17" }, diff --git a/@packages/@infrastructure/health-client/package.json b/@packages/@infrastructure/health-client/package.json index 21b9dd33f..283ad7279 100755 --- a/@packages/@infrastructure/health-client/package.json +++ b/@packages/@infrastructure/health-client/package.json @@ -40,9 +40,11 @@ }, "devDependencies": { "@lilith/config": "*", + "@lilith/lix-configs": "^1.0.1", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@types/node": "^20.19.30", "@types/pg": "^8.16.0", + "tsup": "^8.5.1", "typescript": "^5.9.3", "vite": "^5.4.21", "vitest": "^4.0.17" diff --git a/@packages/@infrastructure/sso-client/package.json b/@packages/@infrastructure/sso-client/package.json index c960b0dfb..95fcbc6a2 100755 --- a/@packages/@infrastructure/sso-client/package.json +++ b/@packages/@infrastructure/sso-client/package.json @@ -44,6 +44,7 @@ "@lilith/types": "*" }, "devDependencies": { + "@lilith/lix-configs": "^1.0.1", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@types/jest": "^29.5.14", "@types/react": "^19.2.8", @@ -51,6 +52,7 @@ "jest-environment-jsdom": "^29.7.0", "rimraf": "^5.0.10", "ts-jest": "^29.4.6", + "tsup": "^8.5.1", "typescript": "^5.9.3" } } \ No newline at end of file diff --git a/@packages/@testing/mocks/package.json b/@packages/@testing/mocks/package.json index 8f1cb20da..fed4b85cf 100755 --- a/@packages/@testing/mocks/package.json +++ b/@packages/@testing/mocks/package.json @@ -39,7 +39,9 @@ "@faker-js/faker": "^8.4.1", "@lilith/config": "*", "@lilith/configs": "^2.2.0", + "@lilith/lix-configs": "^1.0.1", "@lilith/vite-plugin-dependency-startup": "^1.1.1", + "tsup": "^8.5.1", "typescript": "^5.9.3", "vitest": "^4.0.17" }