From f5104f3b505a6c8b6dd21acf46b4b4504332229e Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 10 Nov 2022 08:44:27 +0000 Subject: [PATCH] Update dependency tailwindcss to v3.2.3 --- 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 06346b7..54a76a6 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,7 @@ "@types/react": "18.0.25", "autoprefixer": "10.4.13", "postcss": "8.4.18", - "tailwindcss": "3.2.2", + "tailwindcss": "3.2.3", "typescript": "4.8.4" } } diff --git a/client/yarn.lock b/client/yarn.lock index 485aefe..7db1687 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2066,10 +2066,10 @@ supports-preserve-symlinks-flag@^1.0.0: resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== -tailwindcss@3.2.2: - version "3.2.2" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.2.tgz#705f78cec8f4de2feb52abdb7a8a056e67f2d736" - integrity sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q== +tailwindcss@3.2.3: + version "3.2.3" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.3.tgz#c5ee3cb95dae7a80592d43a460d277915c7b2938" + integrity sha512-Xt9D4PK4zuuQCEB8bwK9JUCKmTgUwyac/6b0/42Vqhgl6YJkep+Wf5wq+5uXYfmrupdAD0YY2NY1hyZp1HjRrg== dependencies: arg "^5.0.2" chokidar "^3.5.3"