From ef5f2ec4ff4eb3268535d1a15783550a7e1ea94e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 16:58:35 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 4.0.1 to 4.0.3 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.0.1 to 4.0.3. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.3/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++++++++++---- package.json | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6d1ddb..520445c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "cz-git": "1.11.0", "stylelint": "16.14.1", "stylelint-config-standard": "37.0.0", - "tailwindcss": "4.0.1", + "tailwindcss": "4.0.3", "vite": "6.0.11", "vite-plugin-html": "3.2.2", "vite-plugin-pwa": "0.21.1" @@ -3286,6 +3286,13 @@ "tailwindcss": "4.0.1" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.1.tgz", + "integrity": "sha512-UK5Biiit/e+r3i0O223bisoS5+y7ZT1PM8Ojn0MxRHzXN1VPZ2KY6Lo6fhu1dOfCfyUAlK7Lt6wSxowRabATBw==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.0.1.tgz", @@ -3527,6 +3534,13 @@ "vite": "^5.2.0 || ^6" } }, + "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.1.tgz", + "integrity": "sha512-UK5Biiit/e+r3i0O223bisoS5+y7ZT1PM8Ojn0MxRHzXN1VPZ2KY6Lo6fhu1dOfCfyUAlK7Lt6wSxowRabATBw==", + "dev": true, + "license": "MIT" + }, "node_modules/@trysound/sax": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", @@ -8612,9 +8626,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.1.tgz", - "integrity": "sha512-UK5Biiit/e+r3i0O223bisoS5+y7ZT1PM8Ojn0MxRHzXN1VPZ2KY6Lo6fhu1dOfCfyUAlK7Lt6wSxowRabATBw==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.3.tgz", + "integrity": "sha512-ImmZF0Lon5RrQpsEAKGxRvHwCvMgSC4XVlFRqmbzTEDb/3wvin9zfEZrMwgsa3yqBbPqahYcVI6lulM2S7IZAA==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 7658080..0710b56 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "cz-git": "1.11.0", "stylelint": "16.14.1", "stylelint-config-standard": "37.0.0", - "tailwindcss": "4.0.1", + "tailwindcss": "4.0.3", "vite": "6.0.11", "vite-plugin-html": "3.2.2", "vite-plugin-pwa": "0.21.1"