Skip to content

Commit 3d7706d

Browse files
Bump stylelint from 13.9.0 to 13.10.0 (#334)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.9.0 to 13.10.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md) - [Commits](stylelint/stylelint@13.9.0...13.10.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf5b30c commit 3d7706d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"rollup-plugin-postcss": "3.1.8",
126126
"rollup-plugin-stylelint": "1.0.0",
127127
"rollup-plugin-terser": "7.0.2",
128-
"stylelint": "13.9.0",
128+
"stylelint": "13.10.0",
129129
"stylelint-config-standard": "20.0.0",
130130
"stylelint-order": "4.1.0"
131131
},

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -11266,10 +11266,10 @@ kleur@^3.0.3:
1126611266
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
1126711267
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
1126811268

11269-
known-css-properties@^0.20.0:
11270-
version "0.20.0"
11271-
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.20.0.tgz#0570831661b47dd835293218381166090ff60e96"
11272-
integrity sha512-URvsjaA9ypfreqJ2/ylDr5MUERhJZ+DhguoWRr2xgS5C7aGCalXo+ewL+GixgKBfhT2vuL02nbIgNGqVWgTOYw==
11269+
known-css-properties@^0.21.0:
11270+
version "0.21.0"
11271+
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.21.0.tgz#15fbd0bbb83447f3ce09d8af247ed47c68ede80d"
11272+
integrity sha512-sZLUnTqimCkvkgRS+kbPlYW5o8q5w1cu+uIisKpEWkj31I8mx8kNG162DwRav8Zirkva6N5uoFsm9kzK4mUXjw==
1127311273

1127411274
language-subtag-registry@~0.3.2:
1127511275
version "0.3.21"
@@ -17523,10 +17523,10 @@ [email protected]:
1752317523
postcss "^7.0.31"
1752417524
postcss-sorting "^5.0.1"
1752517525

17526-
stylelint@13.9.0:
17527-
version "13.9.0"
17528-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.9.0.tgz#93921ee6e11d4556b9f31131f485dc813b68e32a"
17529-
integrity sha512-VVWH2oixOAxpWL1vH+V42ReCzBjW2AeqskSAbi8+3OjV1Xg3VZkmTcAqBZfRRvJeF4BvYuDLXebW3tIHxgZDEg==
17526+
stylelint@13.10.0:
17527+
version "13.10.0"
17528+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.10.0.tgz#67b0c6f378c3fa61aa569a55d38feb8570b0b587"
17529+
integrity sha512-eDuLrL0wzPKbl5/TbNGZcbw0lTIGbDEr5W6lCODvb1gAg0ncbgCRt7oU0C2VFDvbrcY0A3MFZOwltwTRmc0XCw==
1753017530
dependencies:
1753117531
"@stylelint/postcss-css-in-js" "^0.37.2"
1753217532
"@stylelint/postcss-markdown" "^0.36.2"
@@ -17547,7 +17547,7 @@ [email protected]:
1754717547
ignore "^5.1.8"
1754817548
import-lazy "^4.0.0"
1754917549
imurmurhash "^0.1.4"
17550-
known-css-properties "^0.20.0"
17550+
known-css-properties "^0.21.0"
1755117551
lodash "^4.17.20"
1755217552
log-symbols "^4.0.0"
1755317553
mathml-tag-names "^2.1.3"

0 commit comments

Comments
 (0)