diff options
| author | Dax Raad <[email protected]> | 2025-10-14 01:27:17 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-14 01:27:17 -0400 |
| commit | 19b3f3d7cefb5560751a11aa208bfb2039974177 (patch) | |
| tree | b2d4fb097f292fd59fee554094d8771a83b5da2a /package.json | |
| parent | e5e05d390d8313d6fb2c11d24e878de65c56baa9 (diff) | |
| download | opencode-19b3f3d7cefb5560751a11aa208bfb2039974177.tar.gz opencode-19b3f3d7cefb5560751a11aa208bfb2039974177.zip | |
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.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 94e45d994..5c3adea7d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,9 @@ "typescript": "5.8.2", "zod": "4.1.8", "remeda": "2.26.0", - "solid-js": "1.9.9" + "solid-js": "1.9.9", + "tailwindcss": "4.1.11", + "@tailwindcss/vite": "4.1.11" } }, "devDependencies": { |
