Commit 08e03e37 authored by dependabot-preview[bot]'s avatar dependabot-preview[bot] Committed by XhmikosR
Browse files

Bump stylelint-config-twbs-bootstrap from 0.7.0 to 0.8.0 (#29579)

Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v0.7.0...v0.8.0

)

Signed-off-by: default avatardependabot-preview[bot] <support@dependabot.com>
parent 5d58cd13
3 merge requests!31948Examples/Floating-labels: fix bad behavior with autofill,!30064test,!29626Creating own repository
Showing with 8 additions and 8 deletions
+8 -8
...@@ -11609,15 +11609,15 @@ ...@@ -11609,15 +11609,15 @@
} }
}, },
"stylelint-config-twbs-bootstrap": { "stylelint-config-twbs-bootstrap": {
"version": "0.7.0", "version": "0.8.0",
"resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-0.7.0.tgz", "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-0.8.0.tgz",
"integrity": "sha512-+5kEDzmXjaeVWTXNhHO2FkZDsHWCDdvTfjvg/39PadShMcqkZt4uNP9E6DD+Xxj+kAYH+lgkdLCspxT5gNGU7A==", "integrity": "sha512-NuOUqITIUZz0zjIqFkafBxuHe9pWAur7qaT1+A39b9PBe/Prg5GmiRMHZP+ItYmpOirWxcI2K1d3qRTgh2+nVA==",
"dev": true, "dev": true,
"requires": { "requires": {
"stylelint-config-recommended-scss": "^4.0.0", "stylelint-config-recommended-scss": "^4.0.0",
"stylelint-config-standard": "^19.0.0", "stylelint-config-standard": "^19.0.0",
"stylelint-order": "^3.1.1", "stylelint-order": "^3.1.1",
"stylelint-scss": "^3.11.1" "stylelint-scss": "^3.12.0"
} }
}, },
"stylelint-order": { "stylelint-order": {
...@@ -11632,9 +11632,9 @@ ...@@ -11632,9 +11632,9 @@
} }
}, },
"stylelint-scss": { "stylelint-scss": {
"version": "3.11.1", "version": "3.12.0",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.11.1.tgz", "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.12.0.tgz",
"integrity": "sha512-0FZNSfy5X2Or4VRA3Abwfrw1NHrI6jHT8ji9xSwP8Re2Kno0i90qbHwm8ohPO0kRB1RP9x1vCYBh4Tij+SZjIg==", "integrity": "sha512-RvZqmCnILJ0etFBjSGTXQKOspYjF+jjtFdUGoqjuis2YILy/3LCtgSdBP2I+LUOfRT+eJFCrb8g+j3ZND4FaNA==",
"dev": true, "dev": true,
"requires": { "requires": {
"lodash": "^4.17.15", "lodash": "^4.17.15",
......
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
"shelljs": "^0.8.3", "shelljs": "^0.8.3",
"shx": "^0.3.2", "shx": "^0.3.2",
"stylelint": "^11.1.1", "stylelint": "^11.1.1",
"stylelint-config-twbs-bootstrap": "^0.7.0", "stylelint-config-twbs-bootstrap": "^0.8.0",
"terser": "^4.3.9", "terser": "^4.3.9",
"vnu-jar": "19.9.4" "vnu-jar": "19.9.4"
}, },
......
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