From c5d393bf70c6350e8becee4aeeff20a91e554aec Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 23 Dec 2023 12:03:08 +0000 Subject: [PATCH] fix(deps): update dependency tailwindcss to v3.4.0 --- src/client/package.json | 2 +- src/client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/client/package.json b/src/client/package.json index 12e4500..729545c 100644 --- a/src/client/package.json +++ b/src/client/package.json @@ -18,7 +18,7 @@ "react-dom": "18.2.0", "react-redux": "9.0.4", "react-textarea-autosize": "8.5.3", - "tailwindcss": "3.3.7" + "tailwindcss": "3.4.0" }, "devDependencies": { "@types/react": "18.2.45", diff --git a/src/client/yarn.lock b/src/client/yarn.lock index 0017922..6493071 100644 --- a/src/client/yarn.lock +++ b/src/client/yarn.lock @@ -5071,10 +5071,10 @@ synckit@^0.8.4: "@pkgr/utils" "^2.3.1" tslib "^2.4.0" -tailwindcss@3.3.7: - version "3.3.7" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.7.tgz#9e3c0cb7c6867b4cda4557a447bd2bb6fe20c6fa" - integrity sha512-pjgQxDZPvyS/nG3ZYkyCvsbONJl7GdOejfm24iMt2ElYQQw8Jc4p0m8RdMp7mznPD0kUhfzwV3zAwa80qI0zmQ== +tailwindcss@3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.0.tgz#045a9c474e6885ebd0436354e611a76af1c76839" + integrity sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA== dependencies: "@alloc/quick-lru" "^5.2.0" arg "^5.0.2"