Skip to content

Commit e11e33d

Browse files
committed
Update dependency stylelint to v14.14.0
1 parent 0ddecc5 commit e11e33d

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"loader.js": "4.7.0",
133133
"prettier": "2.7.1",
134134
"qunit-dom": "2.0.0",
135-
"stylelint": "14.13.0",
135+
"stylelint": "14.14.0",
136136
"stylelint-config-prettier": "9.0.3",
137137
"stylelint-config-recommended-scss": "7.0.0",
138138
"stylelint-prettier": "2.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21545,10 +21545,10 @@ postcss@^8.2.10:
2154521545
nanoid "^3.1.23"
2154621546
source-map "^0.6.1"
2154721547

21548-
postcss@^8.4.16:
21549-
version "8.4.16"
21550-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.16.tgz#33a1d675fac39941f5f445db0de4db2b6e01d43c"
21551-
integrity sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==
21548+
postcss@^8.4.17:
21549+
version "8.4.18"
21550+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.18.tgz#6d50046ea7d3d66a85e0e782074e7203bc7fbca2"
21551+
integrity sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==
2155221552
dependencies:
2155321553
nanoid "^3.3.4"
2155421554
picocolors "^1.0.0"
@@ -24003,10 +24003,10 @@ stylelint-scss@^4.0.0:
2400324003
postcss-selector-parser "^6.0.6"
2400424004
postcss-value-parser "^4.1.0"
2400524005

24006-
stylelint@14.13.0:
24007-
version "14.13.0"
24008-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.13.0.tgz#0c0b8ba8c5cf39522a50c9928f5e44897c678538"
24009-
integrity sha512-NJSAdloiAB/jgVJKxMR90mWlctvmeBFGFVUvyKngi9+j/qPSJ5ZB+u8jOmGbLTnS7OHrII9NFGehPRyar8U5vg==
24006+
stylelint@14.14.0:
24007+
version "14.14.0"
24008+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.14.0.tgz#1acb52497c9a921f23f9c4014d4e0ee6eba768d0"
24009+
integrity sha512-yUI+4xXfPHVnueYddSQ/e1GuEA/2wVhWQbGj16AmWLtQJtn28lVxfS4b0CsWyVRPgd3Auzi0NXOthIEUhtQmmA==
2401024010
dependencies:
2401124011
"@csstools/selector-specificity" "^2.0.2"
2401224012
balanced-match "^2.0.0"
@@ -24031,7 +24031,7 @@ stylelint@14.13.0:
2403124031
micromatch "^4.0.5"
2403224032
normalize-path "^3.0.0"
2403324033
picocolors "^1.0.0"
24034-
postcss "^8.4.16"
24034+
postcss "^8.4.17"
2403524035
postcss-media-query-parser "^0.2.3"
2403624036
postcss-resolve-nested-selector "^0.1.1"
2403724037
postcss-safe-parser "^6.0.0"

0 commit comments

Comments
 (0)