From bd27dc085c71701f4cee11c694eafa2ef9849059 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 02:47:16 +0000 Subject: [PATCH] Update dependency tailwindcss to v3.2.4 (#83) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index dea7725..e0ec678 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "iconify-icon-names": "1.0.1", "postcss": "8.4.19", "prettier": "2.7.1", - "tailwindcss": "3.2.3", + "tailwindcss": "3.2.4", "typescript": "4.8.4", "vite": "3.2.3", "vite-tsconfig-paths": "3.5.2" @@ -9135,9 +9135,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.3.tgz", - "integrity": "sha512-Xt9D4PK4zuuQCEB8bwK9JUCKmTgUwyac/6b0/42Vqhgl6YJkep+Wf5wq+5uXYfmrupdAD0YY2NY1hyZp1HjRrg==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.4.tgz", + "integrity": "sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==", "dev": true, "dependencies": { "arg": "^5.0.2", @@ -16989,9 +16989,9 @@ } }, "tailwindcss": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.3.tgz", - "integrity": "sha512-Xt9D4PK4zuuQCEB8bwK9JUCKmTgUwyac/6b0/42Vqhgl6YJkep+Wf5wq+5uXYfmrupdAD0YY2NY1hyZp1HjRrg==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.4.tgz", + "integrity": "sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==", "dev": true, "requires": { "arg": "^5.0.2", diff --git a/package.json b/package.json index 1d7d64d..5f2977c 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "iconify-icon-names": "1.0.1", "postcss": "8.4.19", "prettier": "2.7.1", - "tailwindcss": "3.2.3", + "tailwindcss": "3.2.4", "typescript": "4.8.4", "vite": "3.2.3", "vite-tsconfig-paths": "3.5.2"