Skip to content

Commit a7ae555

Browse files
Update dependency postcss to v8
1 parent c8be92d commit a7ae555

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"css-property-parser": "^1.0.6",
5858
"gzip-size": "^5.0.0",
5959
"lodash.isplainobject": "^4.0.6",
60-
"postcss": "^6.0.22",
60+
"postcss": "^8.0.0",
6161
"postcss-safe-parser": "^3.0.1",
6262
"postcss-selector-parser": "^5.0.0-rc.3",
6363
"postcss-values-parser": "^1.5.0"

yarn.lock

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3504,6 +3504,11 @@ nan@^2.9.2:
35043504
version "2.10.0"
35053505
resolved "https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f"
35063506

3507+
nanoid@^3.3.7:
3508+
version "3.3.8"
3509+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
3510+
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
3511+
35073512
nanomatch@^1.2.9:
35083513
version "1.2.13"
35093514
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -3895,6 +3900,11 @@ performance-now@^2.1.0:
38953900
version "2.1.0"
38963901
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
38973902

3903+
picocolors@^1.1.1:
3904+
version "1.1.1"
3905+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
3906+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
3907+
38983908
pify@^2.0.0:
38993909
version "2.3.0"
39003910
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -3966,14 +3976,23 @@ postcss-values-parser@^1.5.0:
39663976
indexes-of "^1.0.1"
39673977
uniq "^1.0.1"
39683978

3969-
postcss@^6.0.22, postcss@^6.0.6:
3979+
postcss@^6.0.6:
39703980
version "6.0.23"
39713981
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
39723982
dependencies:
39733983
chalk "^2.4.1"
39743984
source-map "^0.6.1"
39753985
supports-color "^5.4.0"
39763986

3987+
postcss@^8.0.0:
3988+
version "8.4.49"
3989+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19"
3990+
integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==
3991+
dependencies:
3992+
nanoid "^3.3.7"
3993+
picocolors "^1.1.1"
3994+
source-map-js "^1.2.1"
3995+
39773996
pre-commit@^1.2.2:
39783997
version "1.2.2"
39793998
resolved "https://registry.yarnpkg.com/pre-commit/-/pre-commit-1.2.2.tgz#dbcee0ee9de7235e57f79c56d7ce94641a69eec6"
@@ -4517,6 +4536,11 @@ sntp@0.2.x:
45174536
dependencies:
45184537
hoek "0.9.x"
45194538

4539+
source-map-js@^1.2.1:
4540+
version "1.2.1"
4541+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
4542+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
4543+
45204544
source-map-resolve@^0.5.0:
45214545
version "0.5.2"
45224546
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259"

0 commit comments

Comments
 (0)