From e0cbfb000bee59a71e06bd58a9c7ef6a0fc7091d Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Thu, 2 Feb 2023 17:27:18 +0100 Subject: [PATCH] Tailwind bump --- Dockerfile | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 248cf5f4..28b8a904 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM registry.odit.services/hub/library/node:19.5.0-alpine3.16 as build WORKDIR /app COPY package.json ./ RUN npx pnpm i -COPY package.json *.config.js postcss.config.cjs index.html ./ +COPY package.json *.config.js postcss.config.cjs tailwind.config.js vite.config.js index.html ./ COPY src ./src COPY public ./public RUN yarn build diff --git a/package.json b/package.json index 5edf4c49..3a508258 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "svelte-i18n": "3.3.9", "svelte-preprocess": "4.7.0", "svelte-select": "3.17.0", - "tailwindcss": "2.1.1", + "tailwindcss": "3.2.4", "tinro": "0.6.1", "toastify-js": "1.10.0", "validator": "13.5.2",