Tailwind bump
This commit is contained in:
parent
85ceaa464f
commit
e0cbfb000b
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user