From e8c2ec68fb74e28371e59540a10271004489d61b Mon Sep 17 00:00:00 2001 From: Chris Arderne Date: Wed, 12 Aug 2026 10:39:17 +0100 Subject: [PATCH] fix(webapp): include Tailwind in production image --- apps/webapp/package.json | 2 +- pnpm-lock.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/webapp/package.json b/apps/webapp/package.json index 999d2af16f..a9a670f77c 100644 --- a/apps/webapp/package.json +++ b/apps/webapp/package.json @@ -213,6 +213,7 @@ "superjson": "^2.2.1", "tailwind-merge": "^3.6.0", "tailwind-scrollbar-hide": "^4.0.0", + "tailwindcss": "^4.3.1", "tiny-invariant": "^1.2.0", "tw-animate-css": "^1.4.0", "util": "^0.12.5", @@ -269,7 +270,6 @@ "style-loader": "^3.3.4", "supertest": "^7.0.0", "tailwind-scrollbar": "^4.0.2", - "tailwindcss": "^4.3.1", "tsconfig-paths": "^3.14.1", "tsx": "^4.20.6", "typescript": "catalog:", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c10d5793bc..e0a261a608 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -770,6 +770,9 @@ importers: tailwind-scrollbar-hide: specifier: ^4.0.0 version: 4.0.0(tailwindcss@4.3.1) + tailwindcss: + specifier: ^4.3.1 + version: 4.3.1 tiny-invariant: specifier: ^1.2.0 version: 1.3.1 @@ -933,9 +936,6 @@ importers: tailwind-scrollbar: specifier: ^4.0.2 version: 4.0.2(react@18.3.1)(tailwindcss@4.3.1) - tailwindcss: - specifier: ^4.3.1 - version: 4.3.1 tsconfig-paths: specifier: ^3.14.1 version: 3.14.1