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

Bump stylelint-order from 3.0.0 to 3.0.1

Bumps [stylelint-order](https://github.com/hudochenkov/stylelint-order) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/hudochenkov/stylelint-order/releases)
- [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hudochenkov/stylelint-order/compare/3.0.0...3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-07-12 11:37:35 +00:00
parent aa42c1e198
commit 5d76616036
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View File

@ -10132,19 +10132,19 @@
}
},
"postcss-sorting": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-5.0.0.tgz",
"integrity": "sha512-m25mKLNq0fPAyZFElQ1hngRDFQDMlc+9ZwoWsL8oix6i1GsBzIxyke6sDeY9BXee7L86z4tex01fcH/9wTj3Jg==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-5.0.1.tgz",
"integrity": "sha512-Y9fUFkIhfrm6i0Ta3n+89j56EFqaNRdUKqXyRp6kvTcSXnmgEjaVowCXH+JBe9+YKWqd4nc28r2sgwnzJalccA==",
"dev": true,
"requires": {
"lodash": "^4.17.11",
"postcss": "^7.0.14"
"lodash": "^4.17.14",
"postcss": "^7.0.17"
},
"dependencies": {
"postcss": {
"version": "7.0.14",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.14.tgz",
"integrity": "sha512-NsbD6XUUMZvBxtQAJuWDJeeC4QFsmWsfozWxCJPWf3M55K9iu2iMDaKqyoOdTJ1R4usBXuxlVFAIo8rZPQD4Bg==",
"version": "7.0.17",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.17.tgz",
"integrity": "sha512-546ZowA+KZ3OasvQZHsbuEpysvwTZNGJv9EfyCQdsIDltPSWHAeTQ5fQy/Npi2ZDtLI3zs7Ps/p6wThErhm9fQ==",
"dev": true,
"requires": {
"chalk": "^2.4.2",
@ -12369,20 +12369,20 @@
}
},
"stylelint-order": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-3.0.0.tgz",
"integrity": "sha512-CaK3ebU5qSDY4aQZ5yA5uCL1jjAeK+TQeyKcH1w1O/wxC1GjM6JCv0msrA3Wno29F1jW/1UoWIsRFeo7hk9gtg==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-3.0.1.tgz",
"integrity": "sha512-isVEJ1oUoVB7bb5pYop96KYOac4c+tLOqa5dPtAEwAwQUVSbi7OPFbfaCclcTjOlXicymasLpwhRirhFWh93yw==",
"dev": true,
"requires": {
"lodash": "^4.17.11",
"postcss": "^7.0.14",
"postcss-sorting": "^5.0.0"
"lodash": "^4.17.14",
"postcss": "^7.0.17",
"postcss-sorting": "^5.0.1"
},
"dependencies": {
"postcss": {
"version": "7.0.14",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.14.tgz",
"integrity": "sha512-NsbD6XUUMZvBxtQAJuWDJeeC4QFsmWsfozWxCJPWf3M55K9iu2iMDaKqyoOdTJ1R4usBXuxlVFAIo8rZPQD4Bg==",
"version": "7.0.17",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.17.tgz",
"integrity": "sha512-546ZowA+KZ3OasvQZHsbuEpysvwTZNGJv9EfyCQdsIDltPSWHAeTQ5fQy/Npi2ZDtLI3zs7Ps/p6wThErhm9fQ==",
"dev": true,
"requires": {
"chalk": "^2.4.2",

View File

@ -77,7 +77,7 @@
"style-loader": "^0.23.0",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-order": "^3.0.0",
"stylelint-order": "^3.0.1",
"stylelint-scss": "^3.9.1",
"uglifyjs-3-webpack-plugin": "^1.2.4",
"unfetch": "^3.0.0",