Bump stylelint-config-recommended-scss from 3.2.0 to 3.3.0

Bumps [stylelint-config-recommended-scss](https://github.com/kristerkari/stylelint-config-recommended-scss) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/kristerkari/stylelint-config-recommended-scss/releases)
- [Changelog](https://github.com/kristerkari/stylelint-config-recommended-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kristerkari/stylelint-config-recommended-scss/compare/3.2.0...3.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-22 01:19:49 +00:00 committed by dependabot[bot]
parent ed677bace3
commit 608777d39a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -14063,18 +14063,18 @@
} }
}, },
"stylelint-config-recommended": { "stylelint-config-recommended": {
"version": "2.1.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-2.1.0.tgz", "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-2.2.0.tgz",
"integrity": "sha512-ajMbivOD7JxdsnlS5945KYhvt7L/HwN6YeYF2BH6kE4UCLJR0YvXMf+2j7nQpJyYLZx9uZzU5G1ZOSBiWAc6yA==", "integrity": "sha512-bZ+d4RiNEfmoR74KZtCKmsABdBJr4iXRiCso+6LtMJPw5rd/KnxUWTxht7TbafrTJK1YRjNgnN0iVZaJfc3xJA==",
"dev": true "dev": true
}, },
"stylelint-config-recommended-scss": { "stylelint-config-recommended-scss": {
"version": "3.2.0", "version": "3.3.0",
"resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-3.2.0.tgz", "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-3.3.0.tgz",
"integrity": "sha512-M8BFHMRf8KNz5EQPKJd8nMCGmBd2o5coDEObfHVbEkyLDgjIf1V+U5dHjaGgvhm0zToUxshxN+Gc5wpbOOew4g==", "integrity": "sha512-BvuuLYwoet8JutOP7K1a8YaiENN+0HQn390eDi0SWe1h7Uhx6O3GUQ6Ubgie9b/AmHX4Btmp+ZzVGbzriFTBcA==",
"dev": true, "dev": true,
"requires": { "requires": {
"stylelint-config-recommended": "^2.0.0" "stylelint-config-recommended": "^2.2.0"
} }
}, },
"stylelint-scss": { "stylelint-scss": {

View file

@ -77,7 +77,7 @@
"raw-loader": "^2.0.0", "raw-loader": "^2.0.0",
"sass-loader": "^7.1.0", "sass-loader": "^7.1.0",
"stylelint": "^9.10.1", "stylelint": "^9.10.1",
"stylelint-config-recommended-scss": "^3.2.0", "stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.6.0", "stylelint-scss": "^3.6.0",
"stylelint-webpack-plugin": "^0.10.5", "stylelint-webpack-plugin": "^0.10.5",
"svg-sprite": "^1.5.0", "svg-sprite": "^1.5.0",