Skip to content

Commit 4a48e5e

Browse files
committed
chore(deps): update dependency tailwindcss to v3.4.0
1 parent 547cb7b commit 4a48e5e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

example/with-css-variables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"postcss": "8.4.33",
2222
"sd-tailwindcss-transformer": "^1.4.1",
2323
"style-dictionary": "3.9.1",
24-
"tailwindcss": "3.3.5",
24+
"tailwindcss": "3.4.0",
2525
"typescript": "4.9.5"
2626
}
2727
}

example/with-css-variables/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,10 +1220,10 @@ supports-preserve-symlinks-flag@^1.0.0:
12201220
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
12211221
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
12221222

1223-
tailwindcss@3.3.5:
1224-
version "3.3.5"
1225-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.5.tgz#22a59e2fbe0ecb6660809d9cc5f3976b077be3b8"
1226-
integrity sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==
1223+
tailwindcss@3.4.0:
1224+
version "3.4.0"
1225+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.0.tgz#045a9c474e6885ebd0436354e611a76af1c76839"
1226+
integrity sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==
12271227
dependencies:
12281228
"@alloc/quick-lru" "^5.2.0"
12291229
arg "^5.0.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"rimraf": "3.0.2",
5252
"semantic-release": "21.1.2",
5353
"style-dictionary": "3.9.1",
54-
"tailwindcss": "3.3.5",
54+
"tailwindcss": "3.4.0",
5555
"ts-node": "10.9.2",
5656
"tsup": "6.7.0",
5757
"typescript": "4.9.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6335,10 +6335,10 @@ supports-preserve-symlinks-flag@^1.0.0:
63356335
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
63366336
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
63376337

6338-
tailwindcss@3.3.5:
6339-
version "3.3.5"
6340-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.5.tgz#22a59e2fbe0ecb6660809d9cc5f3976b077be3b8"
6341-
integrity sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==
6338+
tailwindcss@3.4.0:
6339+
version "3.4.0"
6340+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.0.tgz#045a9c474e6885ebd0436354e611a76af1c76839"
6341+
integrity sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==
63426342
dependencies:
63436343
"@alloc/quick-lru" "^5.2.0"
63446344
arg "^5.0.2"

0 commit comments

Comments
 (0)