Skip to content

Commit 0d87b9a

Browse files
committed
chore(deps): update dependency postcss to v8.4.39
1 parent ed1b1f4 commit 0d87b9a

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

example/with-css-variables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react": "18.2.46",
1919
"@types/react-dom": "18.2.18",
2020
"autoprefixer": "10.4.19",
21-
"postcss": "8.4.33",
21+
"postcss": "8.4.39",
2222
"sd-tailwindcss-transformer": "^1.4.2",
2323
"style-dictionary": "3.9.1",
2424
"tailwindcss": "3.4.0",

example/with-css-variables/yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,14 +1013,14 @@ [email protected]:
10131013
picocolors "^1.0.0"
10141014
source-map-js "^1.0.2"
10151015

1016-
1017-
version "8.4.33"
1018-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.33.tgz#1378e859c9f69bf6f638b990a0212f43e2aaa742"
1019-
integrity sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==
1016+
1017+
version "8.4.39"
1018+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.39.tgz#aa3c94998b61d3a9c259efa51db4b392e1bde0e3"
1019+
integrity sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==
10201020
dependencies:
10211021
nanoid "^3.3.7"
1022-
picocolors "^1.0.0"
1023-
source-map-js "^1.0.2"
1022+
picocolors "^1.0.1"
1023+
source-map-js "^1.2.0"
10241024

10251025
postcss@^8.4.23:
10261026
version "8.4.23"
@@ -1146,6 +1146,11 @@ source-map-js@^1.0.2:
11461146
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
11471147
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
11481148

1149+
source-map-js@^1.2.0:
1150+
version "1.2.0"
1151+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
1152+
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
1153+
11491154
"string-width-cjs@npm:string-width@^4.2.0":
11501155
version "4.2.3"
11511156
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"

0 commit comments

Comments
 (0)