mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Bump stylelint-order from 2.0.0 to 2.1.0
Bumps [stylelint-order](https://github.com/hudochenkov/stylelint-order) from 2.0.0 to 2.1.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.0.0...2.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
92ae2c5978
commit
e262e2ac03
14
package-lock.json
generated
14
package-lock.json
generated
@ -10759,9 +10759,9 @@
|
||||
}
|
||||
},
|
||||
"postcss-sorting": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-4.0.1.tgz",
|
||||
"integrity": "sha512-YNRq7ChWFsLsns78zutLBWp6kvfZr/3YYf9q54P/fBpIHhf8gwbKvr5XHAt2l69SS08lfGtB8gG8m/62gsuTgw==",
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-4.1.0.tgz",
|
||||
"integrity": "sha512-r4T2oQd1giURJdHQ/RMb72dKZCuLOdWx2B/XhXN1Y1ZdnwXsKH896Qz6vD4tFy9xSjpKNYhlZoJmWyhH/7JUQw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"lodash": "^4.17.4",
|
||||
@ -12946,14 +12946,14 @@
|
||||
}
|
||||
},
|
||||
"stylelint-order": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-2.0.0.tgz",
|
||||
"integrity": "sha512-rGmvP5zSCxvmBYP8DgzmdMhMMM+degsQCXrzYDmqPmeyU2bWmQTt2mH157Svj0WwHQn1LG9aQHdvKZfpfg2t4A==",
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-2.1.0.tgz",
|
||||
"integrity": "sha512-8oX4Y3Bh4e3s9e7nnYJkeyYg5yx8Fa7wwTNXJcabPrNqavK9FqZ3zNJFvCJFn+v5qTngvVWsh33DpOP2BdroBg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"lodash": "^4.17.10",
|
||||
"postcss": "^7.0.2",
|
||||
"postcss-sorting": "^4.0.1"
|
||||
"postcss-sorting": "^4.1.0"
|
||||
}
|
||||
},
|
||||
"stylelint-scss": {
|
||||
|
@ -71,7 +71,7 @@
|
||||
"style-loader": "^0.23.0",
|
||||
"stylelint": "^9.10.1",
|
||||
"stylelint-config-standard": "^18.0.0",
|
||||
"stylelint-order": "^2.0.0",
|
||||
"stylelint-order": "^2.1.0",
|
||||
"stylelint-scss": "^3.5.4",
|
||||
"uglifyjs-3-webpack-plugin": "^1.2.4",
|
||||
"unfetch": "^3.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user