Unverified Commit 0b9cf29f authored by dependabot-preview[bot]'s avatar dependabot-preview[bot] Committed by GitHub
Browse files

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: default avatardependabot-preview[bot] <support@dependabot.com>
parent 6e8ea272
1 merge request!31948Examples/Floating-labels: fix bad behavior with autofill
Showing with 8 additions and 8 deletions
+8 -8
...@@ -12663,22 +12663,22 @@ ...@@ -12663,22 +12663,22 @@
} }
}, },
"stylelint-config-standard": { "stylelint-config-standard": {
"version": "19.0.0", "version": "20.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-19.0.0.tgz", "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-20.0.0.tgz",
"integrity": "sha512-VvcODsL1PryzpYteWZo2YaA5vU/pWfjqBpOvmeA8iB2MteZ/ZhI1O4hnrWMidsS4vmEJpKtjdhLdfGJmmZm6Cg==", "integrity": "sha512-IB2iFdzOTA/zS4jSVav6z+wGtin08qfj+YyExHB3LF9lnouQht//YyB0KZq9gGz5HNPkddHOzcY8HsUey6ZUlA==",
"dev": true, "dev": true,
"requires": { "requires": {
"stylelint-config-recommended": "^3.0.0" "stylelint-config-recommended": "^3.0.0"
} }
}, },
"stylelint-config-twbs-bootstrap": { "stylelint-config-twbs-bootstrap": {
"version": "2.0.0", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-2.0.0.tgz", "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-2.0.1.tgz",
"integrity": "sha512-9VpHaK78mGFJpB9V9dZJXuImnNLkFPvvlOHQLyBnMoX6/qc4miuYInaJbYBMs844gqPF208EjKOZinrUJZ6TIA==", "integrity": "sha512-Dju5iXlT4U0PaU2hFlsAlLiUo0YKq84U23bq3TFucwRM3w4aDqP0rr5aKwh3tcxAqrsD5sQOuOaKZV1LCEVvqQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"stylelint-config-recommended-scss": "^4.2.0", "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-order": "^4.0.0",
"stylelint-scss": "^3.14.2" "stylelint-scss": "^3.14.2"
} }
......
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
"serve": "^11.3.0", "serve": "^11.3.0",
"shelljs": "^0.8.3", "shelljs": "^0.8.3",
"stylelint": "^13.0.0", "stylelint": "^13.0.0",
"stylelint-config-twbs-bootstrap": "^2.0.0", "stylelint-config-twbs-bootstrap": "^2.0.1",
"terser": "^4.6.3", "terser": "^4.6.3",
"vnu-jar": "20.1.2" "vnu-jar": "20.1.2"
}, },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment