1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 00:39:54 +00:00

Bump stylelint from 13.2.1 to 13.3.0 (#30522)

Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.2.1 to 13.3.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.2.1...13.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-07 15:07:29 +03:00 committed by GitHub
parent 83b49aa688
commit d03dce5d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -10395,12 +10395,12 @@
}
},
"postcss-sass": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.4.2.tgz",
"integrity": "sha512-hcRgnd91OQ6Ot9R90PE/khUDCJHG8Uxxd3F7Y0+9VHjBiJgNv7sK5FxyHMCBtoLmmkzVbSj3M3OlqUfLJpq0CQ==",
"version": "0.4.4",
"resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.4.4.tgz",
"integrity": "sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==",
"dev": true,
"requires": {
"gonzales-pe": "^4.2.4",
"gonzales-pe": "^4.3.0",
"postcss": "^7.0.21"
}
},
@ -12451,12 +12451,12 @@
"dev": true
},
"stylelint": {
"version": "13.2.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.2.1.tgz",
"integrity": "sha512-461ZV4KpUe7pEHHgMOsH4kkjF7qsjkCIMJYOf7QQC4cvgPUJ0z4Nj+ah5fvKl1rzqBqc5EZa6P0nna4CGoJX+A==",
"version": "13.3.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.3.0.tgz",
"integrity": "sha512-ehNzQu9JAbxuiNhUhmoyPgMjIdz7Fg1AxC5urPVhKotto/faF5GxwljSoLvQa6pB6yd+BVuofApWjWT/6/rBMQ==",
"dev": true,
"requires": {
"autoprefixer": "^9.7.4",
"autoprefixer": "^9.7.5",
"balanced-match": "^1.0.0",
"chalk": "^3.0.0",
"cosmiconfig": "^6.0.0",
@ -12476,7 +12476,7 @@
"lodash": "^4.17.15",
"log-symbols": "^3.0.0",
"mathml-tag-names": "^2.1.3",
"meow": "^6.0.1",
"meow": "^6.1.0",
"micromatch": "^4.0.2",
"normalize-selector": "^0.2.0",
"postcss": "^7.0.27",
@ -12487,7 +12487,7 @@
"postcss-media-query-parser": "^0.2.3",
"postcss-reporter": "^6.0.1",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-safe-parser": "^4.0.1",
"postcss-safe-parser": "^4.0.2",
"postcss-sass": "^0.4.2",
"postcss-scss": "^2.0.0",
"postcss-selector-parser": "^6.0.2",

View File

@ -130,7 +130,7 @@
"rollup-plugin-istanbul": "^2.0.1",
"serve": "^11.3.0",
"shelljs": "^0.8.3",
"stylelint": "^13.2.1",
"stylelint": "^13.3.0",
"stylelint-config-twbs-bootstrap": "^2.0.1",
"terser": "^4.6.10",
"vnu-jar": "20.3.16"