Update dependency stylelint to v12.0.1

This commit is contained in:
Renovate Bot 2019-12-25 13:21:34 +00:00
parent 93e3e5bfe1
commit 0dab112b67
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 4 additions and 15 deletions

17
package-lock.json generated
View File

@ -15021,9 +15021,9 @@
"dev": true "dev": true
}, },
"stylelint": { "stylelint": {
"version": "12.0.0", "version": "12.0.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-12.0.0.tgz", "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-12.0.1.tgz",
"integrity": "sha512-TwqtATrFOT07SPlUGyHN7tVhWqxwitn5BlAvyBQy/ekA+Nwu4mLU9L1dvGQPNxHUBLowjvkSW18QzHHR6/FVVQ==", "integrity": "sha512-1mn39pqZiC/e8KUPoRMc1WMM83Upb2ILaSGxkCvKxALHutEOs2txcPQocJiXdO4Zx4FY4prGqjlkwrbthAxqig==",
"dev": true, "dev": true,
"requires": { "requires": {
"autoprefixer": "^9.7.1", "autoprefixer": "^9.7.1",
@ -16732,17 +16732,6 @@
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/runtime": "^7.6.3" "@babel/runtime": "^7.6.3"
},
"dependencies": {
"@babel/runtime": {
"version": "7.7.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.4.tgz",
"integrity": "sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw==",
"dev": true,
"requires": {
"regenerator-runtime": "^0.13.2"
}
}
} }
}, },
"yargs": { "yargs": {

View File

@ -62,7 +62,7 @@
"node-sass": "4.13.0", "node-sass": "4.13.0",
"prettier": "github:automattic/calypso-prettier#c56b4251", "prettier": "github:automattic/calypso-prettier#c56b4251",
"puppeteer": "2.0.0", "puppeteer": "2.0.0",
"stylelint": "12.0.0", "stylelint": "12.0.1",
"stylelint-config-wordpress": "15.0.0" "stylelint-config-wordpress": "15.0.0"
}, },
"engines": { "engines": {