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"