mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 13:34:54 +00:00
New: Bump stylelint-order to 2.1.0
This commit is contained in:
parent
b5f40e420b
commit
61b0b2681a
2 changed files with 10 additions and 10 deletions
|
@ -117,7 +117,7 @@
|
|||
"streamqueue": "1.1.2",
|
||||
"style-loader": "0.23.1",
|
||||
"stylelint": "9.10.1",
|
||||
"stylelint-order": "2.0.0",
|
||||
"stylelint-order": "2.1.0",
|
||||
"tar.gz": "1.0.7",
|
||||
"uglifyjs-webpack-plugin": "1.3.0",
|
||||
"url-loader": "1.1.2",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -6709,10 +6709,10 @@ postcss-simple-vars@5.0.2, postcss-simple-vars@^5.0.1:
|
|||
dependencies:
|
||||
postcss "^7.0.14"
|
||||
|
||||
postcss-sorting@^4.0.1:
|
||||
version "4.0.1"
|
||||
resolved "https://registry.yarnpkg.com/postcss-sorting/-/postcss-sorting-4.0.1.tgz#4bb4eb40e07e2b74e49f6f97fd4317fa73bd65a8"
|
||||
integrity sha512-YNRq7ChWFsLsns78zutLBWp6kvfZr/3YYf9q54P/fBpIHhf8gwbKvr5XHAt2l69SS08lfGtB8gG8m/62gsuTgw==
|
||||
postcss-sorting@^4.1.0:
|
||||
version "4.1.0"
|
||||
resolved "https://registry.yarnpkg.com/postcss-sorting/-/postcss-sorting-4.1.0.tgz#a107f0bf3852977fa64e4442bc340c88d5aacdb3"
|
||||
integrity sha512-r4T2oQd1giURJdHQ/RMb72dKZCuLOdWx2B/XhXN1Y1ZdnwXsKH896Qz6vD4tFy9xSjpKNYhlZoJmWyhH/7JUQw==
|
||||
dependencies:
|
||||
lodash "^4.17.4"
|
||||
postcss "^7.0.0"
|
||||
|
@ -8279,14 +8279,14 @@ style-search@^0.1.0:
|
|||
resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"
|
||||
integrity sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=
|
||||
|
||||
stylelint-order@2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-2.0.0.tgz#f19400e1d42a844bfd149fae1daa02e671a9b2f2"
|
||||
integrity sha512-rGmvP5zSCxvmBYP8DgzmdMhMMM+degsQCXrzYDmqPmeyU2bWmQTt2mH157Svj0WwHQn1LG9aQHdvKZfpfg2t4A==
|
||||
stylelint-order@2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-2.1.0.tgz#fc64625c26b93755773bd67c1203381194aded04"
|
||||
integrity sha512-8oX4Y3Bh4e3s9e7nnYJkeyYg5yx8Fa7wwTNXJcabPrNqavK9FqZ3zNJFvCJFn+v5qTngvVWsh33DpOP2BdroBg==
|
||||
dependencies:
|
||||
lodash "^4.17.10"
|
||||
postcss "^7.0.2"
|
||||
postcss-sorting "^4.0.1"
|
||||
postcss-sorting "^4.1.0"
|
||||
|
||||
stylelint@9.10.1:
|
||||
version "9.10.1"
|
||||
|
|
Loading…
Reference in a new issue