Skip to content

Commit 720ce00

Browse files
Update dependency stylelint-order from 6.0.4 to 7.0.0
1 parent 951746f commit 720ce00

File tree

2 files changed

+12
-31
lines changed

2 files changed

+12
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"postcss-scss": "4.0.9",
1818
"stylelint-config-standard-scss": "14.0.0",
19-
"stylelint-order": "6.0.4",
19+
"stylelint-order": "7.0.0",
2020
"stylelint-scss": "6.12.0"
2121
},
2222
"peerDependencies": {

yarn.lock

Lines changed: 11 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -603,11 +603,6 @@ ms@^2.1.3:
603603
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
604604
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
605605

606-
nanoid@^3.3.7:
607-
version "3.3.7"
608-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
609-
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
610-
611606
nanoid@^3.3.8:
612607
version "3.3.8"
613608
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
@@ -640,11 +635,6 @@ path-type@^4.0.0:
640635
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
641636
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
642637

643-
picocolors@^1.0.0:
644-
version "1.0.0"
645-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
646-
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
647-
648638
picocolors@^1.1.1:
649639
version "1.1.1"
650640
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
@@ -696,10 +686,10 @@ postcss-selector-parser@^7.1.0:
696686
cssesc "^3.0.0"
697687
util-deprecate "^1.0.2"
698688

699-
postcss-sorting@^8.0.2:
700-
version "8.0.2"
701-
resolved "https://registry.yarnpkg.com/postcss-sorting/-/postcss-sorting-8.0.2.tgz#6393385ece272baf74bee9820fb1b58098e4eeca"
702-
integrity sha512-M9dkSrmU00t/jK7rF6BZSZauA5MAaBW4i5EnJXspMwt4iqTh/L9j6fgMnbElEOfyRyfLfVbIHj/R52zHzAPe1Q==
689+
postcss-sorting@^9.1.0:
690+
version "9.1.0"
691+
resolved "https://registry.yarnpkg.com/postcss-sorting/-/postcss-sorting-9.1.0.tgz#d2e7d43896dd399c23b5b86fc0b807a86146b590"
692+
integrity sha512-Mn8KJ45HNNG6JBpBizXcyf6LqY/qyqetGcou/nprDnFwBFBLGj0j/sNKV2lj2KMOVOwdXu14aEzqJv8CIV6e8g==
703693

704694
postcss-value-parser@^4.2.0:
705695
version "4.2.0"
@@ -715,15 +705,6 @@ [email protected], postcss@^8.5.3:
715705
picocolors "^1.1.1"
716706
source-map-js "^1.2.1"
717707

718-
postcss@^8.4.32:
719-
version "8.4.32"
720-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.32.tgz#1dac6ac51ab19adb21b8b34fd2d93a86440ef6c9"
721-
integrity sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==
722-
dependencies:
723-
nanoid "^3.3.7"
724-
picocolors "^1.0.0"
725-
source-map-js "^1.0.2"
726-
727708
728709
version "3.2.4"
729710
resolved "https://registry.yarnpkg.com/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-3.2.4.tgz#77967f69d335e9c8e6e5d224074609309c62845e"
@@ -783,7 +764,7 @@ slice-ansi@^4.0.0:
783764
astral-regex "^2.0.0"
784765
is-fullwidth-code-point "^3.0.0"
785766

786-
source-map-js@^1.0.1, source-map-js@^1.0.2:
767+
source-map-js@^1.0.1:
787768
version "1.0.2"
788769
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
789770
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
@@ -838,13 +819,13 @@ stylelint-config-standard@^36.0.1:
838819
dependencies:
839820
stylelint-config-recommended "^14.0.1"
840821

841-
stylelint-order@6.0.4:
842-
version "6.0.4"
843-
resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-6.0.4.tgz#3e80d876c61a98d2640de181433686f24284748b"
844-
integrity sha512-0UuKo4+s1hgQ/uAxlYU4h0o0HS4NiQDud0NAUNI0aa8FJdmYHA5ZZTFHiV5FpmE3071e9pZx5j0QpVJW5zOCUA==
822+
stylelint-order@7.0.0:
823+
version "7.0.0"
824+
resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-7.0.0.tgz#ef129101fcc61f5376a2f89f464829cf1e2e349f"
825+
integrity sha512-rSWxx0KscYfxU02wEskKXES9lkRzuuONMMNkZ7SUc6uiF3tDKm7e+sE0Ax/SBlG4TUf1sp1R6f3/SlsPGmzthg==
845826
dependencies:
846-
postcss "^8.4.32"
847-
postcss-sorting "^8.0.2"
827+
postcss "^8.5.3"
828+
postcss-sorting "^9.1.0"
848829

849830
850831
version "6.12.0"

0 commit comments

Comments
 (0)