From 06d1d0828eb0280abe52daa71c318c786eda5aaf Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 10 Nov 2022 08:36:47 +0000 Subject: [PATCH] Update dependency tailwindcss to v3.2.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index aa64a5d..ddba509 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@types/react-dom": "18.0.8", "autoprefixer": "10.4.13", "postcss": "8.4.18", - "tailwindcss": "3.2.2", + "tailwindcss": "3.2.3", "typescript": "4.8.4" } } diff --git a/yarn.lock b/yarn.lock index 7a1002d..0060f22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -627,10 +627,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"