From 3374d3862b220b6d4e0228494734d373951ae620 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 18:58:54 +0000 Subject: [PATCH] chore(deps): update dependency tailwindcss to v3.3.5 --- example/with-css-variables/package.json | 2 +- example/with-css-variables/yarn.lock | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/example/with-css-variables/package.json b/example/with-css-variables/package.json index 2175fd4..5a0d221 100644 --- a/example/with-css-variables/package.json +++ b/example/with-css-variables/package.json @@ -21,7 +21,7 @@ "postcss": "8.4.31", "sd-tailwindcss-transformer": "^1.4.1", "style-dictionary": "3.9.0", - "tailwindcss": "3.3.4", + "tailwindcss": "3.3.5", "typescript": "4.9.5" } } diff --git a/example/with-css-variables/yarn.lock b/example/with-css-variables/yarn.lock index f5ecfd9..64a47b3 100644 --- a/example/with-css-variables/yarn.lock +++ b/example/with-css-variables/yarn.lock @@ -1045,10 +1045,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.3.4: - version "3.3.4" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.4.tgz#f08c493ff3ddf03081c40e780e98f129e1c8214d" - integrity sha512-JXZNOkggUAc9T5E7nCrimoXHcSf9h3NWFe5sh36CGD/3M5TRLuQeFnQoDsit2uVTqgoOZHLx5rTykLUu16vsMQ== +tailwindcss@3.3.5: + version "3.3.5" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.5.tgz#22a59e2fbe0ecb6660809d9cc5f3976b077be3b8" + integrity sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA== dependencies: "@alloc/quick-lru" "^5.2.0" arg "^5.0.2" diff --git a/package.json b/package.json index b2991ce..994c84e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "rimraf": "3.0.2", "semantic-release": "21.1.2", "style-dictionary": "3.9.0", - "tailwindcss": "3.3.4", + "tailwindcss": "3.3.5", "ts-node": "10.9.1", "tsup": "6.7.0", "typescript": "4.9.5", diff --git a/yarn.lock b/yarn.lock index 7a57d5b..b17e22e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6290,10 +6290,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.3.4: - version "3.3.4" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.4.tgz#f08c493ff3ddf03081c40e780e98f129e1c8214d" - integrity sha512-JXZNOkggUAc9T5E7nCrimoXHcSf9h3NWFe5sh36CGD/3M5TRLuQeFnQoDsit2uVTqgoOZHLx5rTykLUu16vsMQ== +tailwindcss@3.3.5: + version "3.3.5" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.5.tgz#22a59e2fbe0ecb6660809d9cc5f3976b077be3b8" + integrity sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA== dependencies: "@alloc/quick-lru" "^5.2.0" arg "^5.0.2"