Merge pull request #25795 from woocommerce/renovate/grunt-stylelint-0.x
Update dependency grunt-stylelint to v0.14.0
This commit is contained in:
commit
3f8507e534
|
@ -10031,9 +10031,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"grunt-stylelint": {
|
"grunt-stylelint": {
|
||||||
"version": "0.13.0",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/grunt-stylelint/-/grunt-stylelint-0.13.0.tgz",
|
"resolved": "https://registry.npmjs.org/grunt-stylelint/-/grunt-stylelint-0.14.0.tgz",
|
||||||
"integrity": "sha512-Ju9N03UBvPwcdoJYL77pDk0k0E8VD4oYtTfoRwvvPM1ON2MjOXWwPyaeIoYPnhUwcfN9D7TaXnTtuhNoWNsyrQ==",
|
"integrity": "sha512-4gi/Yw9djHEdRlikKvFjy2wkHlD1YVzlJOePUPlYm1PIpGi3PMVJoc7Eon6RVSjdRcj3NcYHbeNA0EzplXzp7w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"chalk": "^2.4.2"
|
"chalk": "^2.4.2"
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
"grunt-rtlcss": "2.0.2",
|
"grunt-rtlcss": "2.0.2",
|
||||||
"grunt-sass": "3.1.0",
|
"grunt-sass": "3.1.0",
|
||||||
"grunt-shell": "3.0.1",
|
"grunt-shell": "3.0.1",
|
||||||
"grunt-stylelint": "0.13.0",
|
"grunt-stylelint": "0.14.0",
|
||||||
"husky": "4.2.1",
|
"husky": "4.2.1",
|
||||||
"istanbul": "1.0.0-alpha.2",
|
"istanbul": "1.0.0-alpha.2",
|
||||||
"jest": "25.1.0",
|
"jest": "25.1.0",
|
||||||
|
|
Loading…
Reference in New Issue