Skip to content

Commit e2a3905

Browse files
renovate[bot]dherges
authored andcommitted
fix: update postcss to version ^7.0.0 (#1004)
1 parent 0fb2138 commit e2a3905

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"less": "^3.0.0",
4242
"node-sass": "^4.5.3",
4343
"node-sass-tilde-importer": "^1.0.0",
44-
"postcss": "^6.0.2",
44+
"postcss": "^7.0.0",
4545
"postcss-url": "^7.3.0",
4646
"read-pkg-up": "^4.0.0",
4747
"rimraf": "^2.6.1",

yarn.lock

+17-1
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,14 @@ chalk@^2.0.1, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.3.2:
867867
escape-string-regexp "^1.0.5"
868868
supports-color "^5.3.0"
869869

870+
chalk@^2.4.1:
871+
version "2.4.1"
872+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
873+
dependencies:
874+
ansi-styles "^3.2.1"
875+
escape-string-regexp "^1.0.5"
876+
supports-color "^5.3.0"
877+
870878
check-error@^1.0.1:
871879
version "1.0.2"
872880
resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82"
@@ -3519,14 +3527,22 @@ postcss-value-parser@^3.2.3:
35193527
version "3.3.0"
35203528
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz#87f38f9f18f774a4ab4c8a232f5c5ce8872a9d15"
35213529

3522-
postcss@^6.0.1, postcss@^6.0.2, postcss@^6.0.20:
3530+
postcss@^6.0.1, postcss@^6.0.20:
35233531
version "6.0.21"
35243532
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.21.tgz#8265662694eddf9e9a5960db6da33c39e4cd069d"
35253533
dependencies:
35263534
chalk "^2.3.2"
35273535
source-map "^0.6.1"
35283536
supports-color "^5.3.0"
35293537

3538+
postcss@^7.0.0:
3539+
version "7.0.0"
3540+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.0.tgz#163f70d2fe2715c6d4a4b3d300051c1ea9594aa9"
3541+
dependencies:
3542+
chalk "^2.4.1"
3543+
source-map "^0.6.1"
3544+
supports-color "^5.4.0"
3545+
35303546
prepend-http@^1.0.1:
35313547
version "1.0.4"
35323548
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"

0 commit comments

Comments
 (0)