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:
dependabot[bot] 2018-12-26 15:36:32 +00:00 committed by dependabot[bot]
parent 1f2713f65a
commit 88c703aacb
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -9955,8 +9955,8 @@
"integrity": "sha512-YNRq7ChWFsLsns78zutLBWp6kvfZr/3YYf9q54P/fBpIHhf8gwbKvr5XHAt2l69SS08lfGtB8gG8m/62gsuTgw==",
"dev": true,
"requires": {
"lodash": "4.17.11",
"postcss": "7.0.5"
"lodash": "^4.17.4",
"postcss": "^7.0.0"
}
},
"postcss-styled": {
@ -12477,14 +12477,14 @@
}
},
"stylelint-order": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-1.0.0.tgz",
"integrity": "sha512-2IVM8GzeKIDQDTETNdmgX99ywGrb7OqFWkniCw7QLqS/xONPGMLY/xAQnvGcUS3oBSo8znsoshsWVBqPz2Kv4Q==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-2.0.0.tgz",
"integrity": "sha512-rGmvP5zSCxvmBYP8DgzmdMhMMM+degsQCXrzYDmqPmeyU2bWmQTt2mH157Svj0WwHQn1LG9aQHdvKZfpfg2t4A==",
"dev": true,
"requires": {
"lodash": "4.17.11",
"postcss": "7.0.5",
"postcss-sorting": "4.0.1"
"lodash": "^4.17.10",
"postcss": "^7.0.2",
"postcss-sorting": "^4.0.1"
}
},
"stylelint-scss": {

View File

@ -71,7 +71,7 @@
"style-loader": "^0.23.0",
"stylelint": "^9.0.0",
"stylelint-config-standard": "^18.0.0",
"stylelint-order": "^1.0.0",
"stylelint-order": "^2.0.0",
"stylelint-scss": "^3.4.4",
"uglify-js": "^3.1.10",
"unfetch": "^3.0.0",