From d2b506a7680af71408d2dbc75e14bc9c1812cfe8 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 22 Feb 2025 01:33:57 +0000 Subject: [PATCH] Update dependency tailwindcss to v4.0.8 --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 470dc93..1598e43 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,7 @@ "@types/react": "19.0.10", "autoprefixer": "10.4.20", "postcss": "8.5.3", - "tailwindcss": "4.0.7", + "tailwindcss": "4.0.8", "typescript": "5.7.3" } } diff --git a/client/yarn.lock b/client/yarn.lock index eba5781..6727a96 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1781,10 +1781,10 @@ supports-color@^8.0.0: dependencies: has-flag "^4.0.0" -tailwindcss@4.0.7: - version "4.0.7" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.0.7.tgz#b3e26a5dda77651808a873f1b535cc8c39fcb0ae" - integrity sha512-yH5bPPyapavo7L+547h3c4jcBXcrKwybQRjwdEIVAd9iXRvy/3T1CC6XSQEgZtRySjKfqvo3Cc0ZF1DTheuIdA== +tailwindcss@4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.0.8.tgz#25d7fed091aacd16e2a3b8b86d51eea0a482fb1c" + integrity sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw== timers-browserify@2.0.12: version "2.0.12" -- 2.47.2