From 19b3f3d7cefb5560751a11aa208bfb2039974177 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 14 Oct 2025 01:27:17 -0400 Subject: core: standardize dependency versions for better reliability Ensures consistent versions across packages by using workspace catalog for tailwindcss and tsconfig dependencies, reducing potential conflicts and installation issues. --- packages/desktop/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/desktop') diff --git a/packages/desktop/package.json b/packages/desktop/package.json index fde1ba3b3..eac0ad899 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -12,7 +12,7 @@ }, "license": "MIT", "devDependencies": { - "@tailwindcss/vite": "4.1.11", + "@tailwindcss/vite": "catalog:", "@tsconfig/bun": "1.0.9", "@types/luxon": "3.7.1", "@types/node": "catalog:", @@ -39,7 +39,7 @@ "solid-js": "catalog:", "shiki": "3.9.2", "solid-list": "0.3.0", - "tailwindcss": "4.1.11", + "tailwindcss": "catalog:", "virtua": "0.42.3" }, "prettier": { -- cgit v1.2.3