Skip to content

Commit dff5e02

Browse files
chore(deps): update dependency postcss to v8.5.1 (#400)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b9a2c9 commit dff5e02

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
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.3.18",
1919
"@types/react-dom": "18.3.5",
2020
"autoprefixer": "10.4.20",
21-
"postcss": "8.4.49",
21+
"postcss": "8.5.1",
2222
"sd-tailwindcss-transformer": "^2.0.0",
2323
"style-dictionary": "^4.1.2",
2424
"tailwindcss": "3.4.17",

example/with-css-variables/yarn.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,6 +1092,11 @@ nanoid@^3.3.7:
10921092
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
10931093
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
10941094

1095+
nanoid@^3.3.8:
1096+
version "3.3.8"
1097+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
1098+
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
1099+
10951100
next@latest:
10961101
version "12.2.5"
10971102
resolved "https://registry.yarnpkg.com/next/-/next-12.2.5.tgz#14fb5975e8841fad09553b8ef41fe1393602b717"
@@ -1349,7 +1354,16 @@ [email protected]:
13491354
picocolors "^1.0.0"
13501355
source-map-js "^1.0.2"
13511356

1352-
[email protected], postcss@^8.4.47:
1357+
1358+
version "8.5.1"
1359+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.1.tgz#e2272a1f8a807fafa413218245630b5db10a3214"
1360+
integrity sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==
1361+
dependencies:
1362+
nanoid "^3.3.8"
1363+
picocolors "^1.1.1"
1364+
source-map-js "^1.2.1"
1365+
1366+
postcss@^8.4.47:
13531367
version "8.4.49"
13541368
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19"
13551369
integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==

0 commit comments

Comments
 (0)