diff --git a/frontend/package.json b/frontend/package.json index dd8a77d..eddf5a1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "eslint": "^10", "eslint-config-next": "16.2.9", "postcss": "^8", - "tailwindcss": "^4.3.0", + "tailwindcss": "^4.3.1", "typescript": "~6.0.3", "gts": "^7.0.0" } diff --git a/frontend/yarn.lock b/frontend/yarn.lock index b3b38af..0a99d4f 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3925,10 +3925,10 @@ synckit@^0.11.7: dependencies: "@pkgr/core" "^0.2.9" -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.1: + 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.2.0: version "2.2.1"