From 3efbdd5f7ed84fc17485c48700460772fd2fa2d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 09:25:33 +0000 Subject: [PATCH] dep(deps-dev): bump tailwindcss from 4.0.0 to 4.0.8 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.0.0 to 4.0.8. - [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.8/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 | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf33f7f..534b9d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "global-jsdom": "~26.0.0", "postcss": "~8.4.49", "serve": "~14.2.4", - "tailwindcss": "^4.0.0", + "tailwindcss": "^4.0.8", "typescript": "~5.7.3" } }, @@ -1800,6 +1800,13 @@ "tailwindcss": "4.0.0" } }, + "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.0.tgz", + "integrity": "sha512-ULRPI3A+e39T7pSaf1xoi58AqqJxVCLg8F/uM5A3FadUbnyDTgltVnXJvdkTjwCOGA6NazqHVcwPJC5h2vRYVQ==", + "dev": true, + "license": "MIT" + }, "node_modules/@testing-library/dom": { "version": "10.4.0", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz", @@ -5481,9 +5488,9 @@ "peer": true }, "node_modules/tailwindcss": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.0.tgz", - "integrity": "sha512-ULRPI3A+e39T7pSaf1xoi58AqqJxVCLg8F/uM5A3FadUbnyDTgltVnXJvdkTjwCOGA6NazqHVcwPJC5h2vRYVQ==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.8.tgz", + "integrity": "sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 895e60b..36393b7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "global-jsdom": "~26.0.0", "postcss": "~8.4.49", "serve": "~14.2.4", - "tailwindcss": "^4.0.0", + "tailwindcss": "^4.0.8", "typescript": "~5.7.3" } }