mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Bump stylelint-order from 1.0.0 to 2.0.0
Bumps [stylelint-order](https://github.com/hudochenkov/stylelint-order) from 1.0.0 to 2.0.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/1.0.0...2.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
1f2713f65a
commit
88c703aacb
16
package-lock.json
generated
16
package-lock.json
generated
@ -9955,8 +9955,8 @@
|
|||||||
"integrity": "sha512-YNRq7ChWFsLsns78zutLBWp6kvfZr/3YYf9q54P/fBpIHhf8gwbKvr5XHAt2l69SS08lfGtB8gG8m/62gsuTgw==",
|
"integrity": "sha512-YNRq7ChWFsLsns78zutLBWp6kvfZr/3YYf9q54P/fBpIHhf8gwbKvr5XHAt2l69SS08lfGtB8gG8m/62gsuTgw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"lodash": "4.17.11",
|
"lodash": "^4.17.4",
|
||||||
"postcss": "7.0.5"
|
"postcss": "^7.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"postcss-styled": {
|
"postcss-styled": {
|
||||||
@ -12477,14 +12477,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"stylelint-order": {
|
"stylelint-order": {
|
||||||
"version": "1.0.0",
|
"version": "2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-2.0.0.tgz",
|
||||||
"integrity": "sha512-2IVM8GzeKIDQDTETNdmgX99ywGrb7OqFWkniCw7QLqS/xONPGMLY/xAQnvGcUS3oBSo8znsoshsWVBqPz2Kv4Q==",
|
"integrity": "sha512-rGmvP5zSCxvmBYP8DgzmdMhMMM+degsQCXrzYDmqPmeyU2bWmQTt2mH157Svj0WwHQn1LG9aQHdvKZfpfg2t4A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"lodash": "4.17.11",
|
"lodash": "^4.17.10",
|
||||||
"postcss": "7.0.5",
|
"postcss": "^7.0.2",
|
||||||
"postcss-sorting": "4.0.1"
|
"postcss-sorting": "^4.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"stylelint-scss": {
|
"stylelint-scss": {
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
"style-loader": "^0.23.0",
|
"style-loader": "^0.23.0",
|
||||||
"stylelint": "^9.0.0",
|
"stylelint": "^9.0.0",
|
||||||
"stylelint-config-standard": "^18.0.0",
|
"stylelint-config-standard": "^18.0.0",
|
||||||
"stylelint-order": "^1.0.0",
|
"stylelint-order": "^2.0.0",
|
||||||
"stylelint-scss": "^3.4.4",
|
"stylelint-scss": "^3.4.4",
|
||||||
"uglify-js": "^3.1.10",
|
"uglify-js": "^3.1.10",
|
||||||
"unfetch": "^3.0.0",
|
"unfetch": "^3.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user