From b0ec1e215862018efbd0fd54f2d4b2e5b1b08ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Volf?= <66163112+matous-volf@users.noreply.github.com> Date: Sun, 18 Aug 2024 23:53:18 +0200 Subject: [PATCH] build: bump Tailwind to 3.4.10 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index fcd974d..e9d2775 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "tailwindcss": "^3.4.6" + "tailwindcss": "^3.4.10" } }, "node_modules/@alloc/quick-lru": { diff --git a/package.json b/package.json index 5777291..a3f5fb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "tailwindcss": "^3.4.6" + "tailwindcss": "^3.4.10" }, "scripts": { "build": "tailwindcss -c src/styles/tailwind.config.js -i src/styles/tailwind.css -o assets/styles/tailwind_output.css",