From d8acc1711e07ba5faeace3b757e6dab7956527f8 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 4 Nov 2022 21:08:25 +0000 Subject: [PATCH] Update dependency tailwindcss to v3.2.2 --- client/package.json | 2 +- client/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/package.json b/client/package.json index eea6242..06346b7 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.1", + "tailwindcss": "3.2.2", "typescript": "4.8.4" } } diff --git a/client/yarn.lock b/client/yarn.lock index 4c9ea1a..485aefe 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1686,7 +1686,7 @@ postcss@8.2.15: nanoid "^3.1.23" source-map "^0.6.1" -postcss@8.4.18, postcss@^8.4.17: +postcss@8.4.18, postcss@^8.4.18: version "8.4.18" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.18.tgz#6d50046ea7d3d66a85e0e782074e7203bc7fbca2" integrity sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA== @@ -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.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.1.tgz#1bd828fff3172489962357f8d531c184080a6786" - integrity sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg== +tailwindcss@3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.2.tgz#705f78cec8f4de2feb52abdb7a8a056e67f2d736" + integrity sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q== dependencies: arg "^5.0.2" chokidar "^3.5.3" @@ -2085,7 +2085,7 @@ tailwindcss@3.2.1: normalize-path "^3.0.0" object-hash "^3.0.0" picocolors "^1.0.0" - postcss "^8.4.17" + postcss "^8.4.18" postcss-import "^14.1.0" postcss-js "^4.0.0" postcss-load-config "^3.1.4"