Skip to content

Commit 2fc1de3

Browse files
committed
chore(deps): update dependency sd-tailwindcss-transformer to v1.4.6
1 parent 0d87b9a commit 2fc1de3

File tree

4 files changed

+46
-14
lines changed

4 files changed

+46
-14
lines changed

example/create-configuration-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "node sd.config.js"
88
},
99
"devDependencies": {
10-
"sd-tailwindcss-transformer": "1.4.1",
10+
"sd-tailwindcss-transformer": "1.4.6",
1111
"style-dictionary": "3.9.1"
1212
}
1313
}

example/create-configuration-file/yarn.lock

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,10 @@ path-scurry@^1.10.1:
312312
lru-cache "^9.1.1 || ^10.0.0"
313313
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
314314

315-
316-
version "1.4.1"
317-
resolved "https://registry.yarnpkg.com/sd-tailwindcss-transformer/-/sd-tailwindcss-transformer-1.4.1.tgz#40403243bdaee6b1c78a4d12cc59e2dea3f59075"
318-
integrity sha512-g/CbF9vj9zZUGUsj7QrCLckCDLNhG0w+ppssmN+uT/u7FCUV9EPE42uwjVghNBrb0ggqxrZcVoc/4Kl+tqDeSQ==
315+
316+
version "1.4.6"
317+
resolved "https://registry.yarnpkg.com/sd-tailwindcss-transformer/-/sd-tailwindcss-transformer-1.4.6.tgz#10f56ee95331b785b07fde7960803379da0f0225"
318+
integrity sha512-xp1mcz+CgfiVqRMi312m7JwliOgjBji7d65k5N36hmqRl3hxXSnMCGuIQ10cAh0XgbVoZzr8pyhqJbuDpC0DPg==
319319

320320
sentence-case@^3.0.4:
321321
version "3.0.4"
@@ -351,7 +351,16 @@ snake-case@^3.0.4:
351351
dot-case "^3.0.4"
352352
tslib "^2.0.3"
353353

354-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
354+
"string-width-cjs@npm:string-width@^4.2.0":
355+
version "4.2.3"
356+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
357+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
358+
dependencies:
359+
emoji-regex "^8.0.0"
360+
is-fullwidth-code-point "^3.0.0"
361+
strip-ansi "^6.0.1"
362+
363+
string-width@^4.1.0:
355364
version "4.2.3"
356365
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
357366
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -369,7 +378,14 @@ string-width@^5.0.1, string-width@^5.1.2:
369378
emoji-regex "^9.2.2"
370379
strip-ansi "^7.0.1"
371380

372-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
381+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
382+
version "6.0.1"
383+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
384+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
385+
dependencies:
386+
ansi-regex "^5.0.1"
387+
388+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
373389
version "6.0.1"
374390
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
375391
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

example/create-each-theme-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "node sd.config.js"
88
},
99
"devDependencies": {
10-
"sd-tailwindcss-transformer": "1.4.1",
10+
"sd-tailwindcss-transformer": "1.4.6",
1111
"style-dictionary": "3.9.1"
1212
}
1313
}

example/create-each-theme-file/yarn.lock

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,10 @@ path-scurry@^1.10.1:
312312
lru-cache "^9.1.1 || ^10.0.0"
313313
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
314314

315-
316-
version "1.4.1"
317-
resolved "https://registry.yarnpkg.com/sd-tailwindcss-transformer/-/sd-tailwindcss-transformer-1.4.1.tgz#40403243bdaee6b1c78a4d12cc59e2dea3f59075"
318-
integrity sha512-g/CbF9vj9zZUGUsj7QrCLckCDLNhG0w+ppssmN+uT/u7FCUV9EPE42uwjVghNBrb0ggqxrZcVoc/4Kl+tqDeSQ==
315+
316+
version "1.4.6"
317+
resolved "https://registry.yarnpkg.com/sd-tailwindcss-transformer/-/sd-tailwindcss-transformer-1.4.6.tgz#10f56ee95331b785b07fde7960803379da0f0225"
318+
integrity sha512-xp1mcz+CgfiVqRMi312m7JwliOgjBji7d65k5N36hmqRl3hxXSnMCGuIQ10cAh0XgbVoZzr8pyhqJbuDpC0DPg==
319319

320320
sentence-case@^3.0.4:
321321
version "3.0.4"
@@ -351,7 +351,16 @@ snake-case@^3.0.4:
351351
dot-case "^3.0.4"
352352
tslib "^2.0.3"
353353

354-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
354+
"string-width-cjs@npm:string-width@^4.2.0":
355+
version "4.2.3"
356+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
357+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
358+
dependencies:
359+
emoji-regex "^8.0.0"
360+
is-fullwidth-code-point "^3.0.0"
361+
strip-ansi "^6.0.1"
362+
363+
string-width@^4.1.0:
355364
version "4.2.3"
356365
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
357366
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -369,7 +378,14 @@ string-width@^5.0.1, string-width@^5.1.2:
369378
emoji-regex "^9.2.2"
370379
strip-ansi "^7.0.1"
371380

372-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
381+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
382+
version "6.0.1"
383+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
384+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
385+
dependencies:
386+
ansi-regex "^5.0.1"
387+
388+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
373389
version "6.0.1"
374390
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
375391
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)