From 982ae137b586753c0ac9c850de725b452c80c7ed Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 10 Nov 2022 08:50:54 +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 d3cb176..bd6edf8 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "postcss": "8.4.18", "prettier": "2.7.1", "prettier-plugin-tailwindcss": "0.1.13", - "tailwindcss": "3.2.2", + "tailwindcss": "3.2.3", "typescript": "4.8.4" } } diff --git a/yarn.lock b/yarn.lock index 7cdf795..429d718 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3864,10 +3864,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"