From 770e756671eb55571b55e359f3851e6bab44410a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 08:03:09 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 4.3.0 to 4.3.1 in /components Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.3.0 to 4.3.1. - [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.3.1/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- components/package.json | 2 +- components/yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/components/package.json b/components/package.json index 5d4db92ed45..f78bc315953 100644 --- a/components/package.json +++ b/components/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@tailwindcss/cli": "^4.3", "@tailwindcss/forms": "^0.5", - "tailwindcss": "^4.1" + "tailwindcss": "^4.3" }, "scripts": { "copy:fonts": "mkdir -p ../dojo/static/dojo/css/files && cp node_modules/@fontsource-variable/work-sans/files/work-sans-*-wght-normal.woff2 ../dojo/static/dojo/css/files/", diff --git a/components/yarn.lock b/components/yarn.lock index c1e4058b9f8..f822885c2de 100644 --- a/components/yarn.lock +++ b/components/yarn.lock @@ -948,11 +948,16 @@ string_decoder@~1.1.1: dependencies: safe-buffer "~5.1.0" -tailwindcss@4.3.0, tailwindcss@^4.1: +tailwindcss@4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.3.0.tgz#0a874e044a859cf6de413f3a59e76a9bedf05264" integrity sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q== +tailwindcss@^4.3: + version "4.3.1" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.3.1.tgz#78ee06f6186bc8fb9603f8083eb703dc7dd96a10" + integrity sha512-hk+TB1m+K8CYNrP6rjQaq/Y+4Zylwpa87mLYBKCunwnnQ9p+fHb7kmSfGqyEJoxF/O6CDyABWVFEafNSYKll+Q== + tapable@^2.3.3: version "2.3.3" resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.3.3.tgz#5da7c9992c46038221267985ab28421a8879f160"