0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Bump stylelint-config-twbs-bootstrap from 2.0.0 to 2.0.1 (#30156)

Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v2.0.0...v2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-11 14:01:28 +02:00 committed by GitHub
parent 6e8ea2722d
commit 0b9cf29f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -12663,22 +12663,22 @@
}
},
"stylelint-config-standard": {
"version": "19.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-19.0.0.tgz",
"integrity": "sha512-VvcODsL1PryzpYteWZo2YaA5vU/pWfjqBpOvmeA8iB2MteZ/ZhI1O4hnrWMidsS4vmEJpKtjdhLdfGJmmZm6Cg==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-20.0.0.tgz",
"integrity": "sha512-IB2iFdzOTA/zS4jSVav6z+wGtin08qfj+YyExHB3LF9lnouQht//YyB0KZq9gGz5HNPkddHOzcY8HsUey6ZUlA==",
"dev": true,
"requires": {
"stylelint-config-recommended": "^3.0.0"
}
},
"stylelint-config-twbs-bootstrap": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-2.0.0.tgz",
"integrity": "sha512-9VpHaK78mGFJpB9V9dZJXuImnNLkFPvvlOHQLyBnMoX6/qc4miuYInaJbYBMs844gqPF208EjKOZinrUJZ6TIA==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-2.0.1.tgz",
"integrity": "sha512-Dju5iXlT4U0PaU2hFlsAlLiUo0YKq84U23bq3TFucwRM3w4aDqP0rr5aKwh3tcxAqrsD5sQOuOaKZV1LCEVvqQ==",
"dev": true,
"requires": {
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.14.2"
}

View File

@ -133,7 +133,7 @@
"serve": "^11.3.0",
"shelljs": "^0.8.3",
"stylelint": "^13.0.0",
"stylelint-config-twbs-bootstrap": "^2.0.0",
"stylelint-config-twbs-bootstrap": "^2.0.1",
"terser": "^4.6.3",
"vnu-jar": "20.1.2"
},