chore(deps): update dependency postcss-cli to v6.0.1
This commit is contained in:
parent
955a099212
commit
a32d0e611b
2 changed files with 10 additions and 10 deletions
|
|
@ -61,7 +61,7 @@
|
|||
"mversion": "1.12.0",
|
||||
"node-sass": "4.9.4",
|
||||
"onchange": "4.1.0",
|
||||
"postcss-cli": "6.0.0",
|
||||
"postcss-cli": "6.0.1",
|
||||
"prettier": "1.14.3",
|
||||
"pretty-bytes-cli": "2.0.0",
|
||||
"semver": "5.6.0",
|
||||
|
|
|
|||
18
yarn.lock
18
yarn.lock
|
|
@ -5800,9 +5800,9 @@ postcss-calc@^6.0.2:
|
|||
postcss-selector-parser "^2.2.2"
|
||||
reduce-css-calc "^2.0.0"
|
||||
|
||||
postcss-cli@6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/postcss-cli/-/postcss-cli-6.0.0.tgz#688e3750735a7bc21ea6e2f0e427f5f873c16f0b"
|
||||
postcss-cli@6.0.1:
|
||||
version "6.0.1"
|
||||
resolved "https://registry.yarnpkg.com/postcss-cli/-/postcss-cli-6.0.1.tgz#24c990f9313c7b21b2c4b2301c8f21591240c23f"
|
||||
dependencies:
|
||||
chalk "^2.1.0"
|
||||
chokidar "^2.0.0"
|
||||
|
|
@ -5812,7 +5812,7 @@ postcss-cli@6.0.0:
|
|||
globby "^8.0.0"
|
||||
postcss "^7.0.0"
|
||||
postcss-load-config "^2.0.0"
|
||||
postcss-reporter "^5.0.0"
|
||||
postcss-reporter "^6.0.0"
|
||||
pretty-hrtime "^1.0.3"
|
||||
read-cache "^1.0.0"
|
||||
yargs "^12.0.1"
|
||||
|
|
@ -6019,14 +6019,14 @@ postcss-reduce-transforms@^4.0.1:
|
|||
postcss "^7.0.0"
|
||||
postcss-value-parser "^3.0.0"
|
||||
|
||||
postcss-reporter@^5.0.0:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-5.0.0.tgz#a14177fd1342829d291653f2786efd67110332c3"
|
||||
postcss-reporter@^6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-6.0.0.tgz#44c873129d8c029a430b6d2186210d79c8de88b8"
|
||||
dependencies:
|
||||
chalk "^2.0.1"
|
||||
lodash "^4.17.4"
|
||||
log-symbols "^2.0.0"
|
||||
postcss "^6.0.8"
|
||||
postcss "^7.0.2"
|
||||
|
||||
postcss-selector-parser@^2.2.2:
|
||||
version "2.2.3"
|
||||
|
|
@ -6065,7 +6065,7 @@ postcss-value-parser@^3.0.0, postcss-value-parser@^3.2.3, postcss-value-parser@^
|
|||
version "3.3.0"
|
||||
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz#87f38f9f18f774a4ab4c8a232f5c5ce8872a9d15"
|
||||
|
||||
postcss@^6.0.0, postcss@^6.0.8:
|
||||
postcss@^6.0.0:
|
||||
version "6.0.23"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
|
||||
dependencies:
|
||||
|
|
|
|||
Loading…
Reference in a new issue