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-21 01:15:10 +00:00 committed by Georg Ehrke
parent 106eb6a7e2
commit fd13964f37
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

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

View File

@ -89,7 +89,7 @@
"sass-loader": "^7.1.0",
"stylelint": "^9.10.1",
"stylelint-bare-webpack-plugin": "^1.1.1",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.5.4",
"vue-jest": "^3.0.4",
"vue-loader": "^15.7.0",