1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Bump stylelint-config-standard from 18.2.0 to 18.3.0

Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 18.2.0 to 18.3.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/18.2.0...18.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-13 13:30:37 +00:00 committed by dependabot[bot]
parent 1628f80aa4
commit 2df4a2c99d
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -13140,18 +13140,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-standard": {
"version": "18.2.0",
"resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-18.2.0.tgz",
"integrity": "sha512-07x0TaSIzvXlbOioUU4ORkCIM07kyIuojkbSVCyFWNVgXMXYHfhnQSCkqu+oHWJf3YADAnPGWzdJ53NxkoJ7RA==",
"version": "18.3.0",
"resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-18.3.0.tgz",
"integrity": "sha512-Tdc/TFeddjjy64LvjPau9SsfVRexmTFqUhnMBrzz07J4p2dVQtmpncRF/o8yZn8ugA3Ut43E6o1GtjX80TFytw==",
"dev": true,
"requires": {
"stylelint-config-recommended": "^2.1.0"
"stylelint-config-recommended": "^2.2.0"
}
},
"stylelint-order": {

View File

@ -78,7 +78,7 @@
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.0.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-order": "^2.2.1",
"stylelint-scss": "^3.5.4",
"uglifyjs-3-webpack-plugin": "^1.2.4",