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

Bump stylelint-order from 2.1.0 to 2.2.0

Bumps [stylelint-order](https://github.com/hudochenkov/stylelint-order) from 2.1.0 to 2.2.0.
- [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/2.1.0...2.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-08 14:50:44 +00:00 committed by dependabot[bot]
parent 8ace5c715f
commit 7b51f5d4ff
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -13172,9 +13172,9 @@
}
},
"stylelint-order": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-2.1.0.tgz",
"integrity": "sha512-8oX4Y3Bh4e3s9e7nnYJkeyYg5yx8Fa7wwTNXJcabPrNqavK9FqZ3zNJFvCJFn+v5qTngvVWsh33DpOP2BdroBg==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-2.2.0.tgz",
"integrity": "sha512-4ay3Y3gglbsDFHZK13CgLw+YlSKBRrJ59mdCxdytOesRewoTLLlmUukHJw5dde2h9FZdndfy2NE5rEhxIoI24w==",
"dev": true,
"requires": {
"lodash": "^4.17.10",

View File

@ -79,7 +79,7 @@
"style-loader": "^0.23.0",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.0.0",
"stylelint-order": "^2.1.0",
"stylelint-order": "^2.2.0",
"stylelint-scss": "^3.5.4",
"uglifyjs-3-webpack-plugin": "^1.2.4",
"unfetch": "^3.0.0",