aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-10-22 11:00:14 +0300
committerXhmikosR <[email protected]>2019-10-22 11:00:14 +0300
commit39997874aca3e01d0489f4912b22eeccfab916d5 (patch)
treecc96b0ef85f754d1dd24a4b3217467720f646f36
parentc8b09f6f4279638367510d4c8d1a10390b445351 (diff)
downloadbootstrap-39997874aca3e01d0489f4912b22eeccfab916d5.tar.xz
bootstrap-39997874aca3e01d0489f4912b22eeccfab916d5.zip
Bump stylelint-config-twbs-bootstrap from 0.6.0 to 0.7.0 (#29558)
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v0.6.0...v0.7.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 1cf971a53..0745c6c73 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11526,9 +11526,9 @@
}
},
"stylelint-config-twbs-bootstrap": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-0.6.0.tgz",
- "integrity": "sha512-wzSXzieiDQQ0KDjHwUYEvaKfLL5rXbHwSgmD6qXyCrkt8kNgLgF/IbGueu7Dd4GfH9v8Sb3EQ1ilbIaguxNZ+Q==",
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-0.7.0.tgz",
+ "integrity": "sha512-+5kEDzmXjaeVWTXNhHO2FkZDsHWCDdvTfjvg/39PadShMcqkZt4uNP9E6DD+Xxj+kAYH+lgkdLCspxT5gNGU7A==",
"dev": true,
"requires": {
"stylelint-config-recommended-scss": "^4.0.0",
diff --git a/package.json b/package.json
index 8667a7751..b7d762e7d 100644
--- a/package.json
+++ b/package.json
@@ -132,7 +132,7 @@
"shelljs": "^0.8.3",
"shx": "^0.3.2",
"stylelint": "^11.1.1",
- "stylelint-config-twbs-bootstrap": "^0.6.0",
+ "stylelint-config-twbs-bootstrap": "^0.7.0",
"terser": "^4.3.8",
"vnu-jar": "19.9.4"
},