mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(deps): update dependency stylelint to v17.6.0
This commit is contained in:
committed by
Łukasz Mierzwa
parent
abfb896757
commit
cb3cbc5aa1
23
ui/package-lock.json
generated
23
ui/package-lock.json
generated
@@ -71,7 +71,7 @@
|
||||
"knip": "6.0.6",
|
||||
"prettier": "3.8.1",
|
||||
"sass": "1.98.0",
|
||||
"stylelint": "17.5.0",
|
||||
"stylelint": "17.6.0",
|
||||
"stylelint-config-standard-scss": "17.0.0",
|
||||
"terser": "5.46.1",
|
||||
"ts-jest": "29.4.6",
|
||||
@@ -11791,9 +11791,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint": {
|
||||
"version": "17.5.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.5.0.tgz",
|
||||
"integrity": "sha512-o/NS6zhsPZFmgUm5tXX4pVNg1XDOZSlucLdf2qow/lVn4JIyzZIQ5b3kad1ugqUj3GSIgr2u5lQw7X8rjqw33g==",
|
||||
"version": "17.6.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.6.0.tgz",
|
||||
"integrity": "sha512-tokrsMIVAR9vAQ/q3UVEr7S0dGXCi7zkCezPRnS2kqPUulvUh5Vgfwngrk4EoAoW7wnrThqTdnTFN5Ra7CaxIg==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -11809,7 +11809,7 @@
|
||||
"dependencies": {
|
||||
"@csstools/css-calc": "^3.1.1",
|
||||
"@csstools/css-parser-algorithms": "^4.0.0",
|
||||
"@csstools/css-syntax-patches-for-csstree": "^1.0.29",
|
||||
"@csstools/css-syntax-patches-for-csstree": "^1.1.1",
|
||||
"@csstools/css-tokenizer": "^4.0.0",
|
||||
"@csstools/media-query-list-parser": "^5.0.0",
|
||||
"@csstools/selector-resolve-nested": "^4.0.0",
|
||||
@@ -11828,7 +11828,6 @@
|
||||
"html-tags": "^5.1.0",
|
||||
"ignore": "^7.0.5",
|
||||
"import-meta-resolve": "^4.2.0",
|
||||
"imurmurhash": "^0.1.4",
|
||||
"is-plain-object": "^5.0.0",
|
||||
"mathml-tag-names": "^4.0.0",
|
||||
"meow": "^14.1.0",
|
||||
@@ -11843,7 +11842,7 @@
|
||||
"supports-hyperlinks": "^4.4.0",
|
||||
"svg-tags": "^1.0.0",
|
||||
"table": "^6.9.0",
|
||||
"write-file-atomic": "^7.0.0"
|
||||
"write-file-atomic": "^7.0.1"
|
||||
},
|
||||
"bin": {
|
||||
"stylelint": "bin/stylelint.mjs"
|
||||
@@ -12107,14 +12106,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint/node_modules/flat-cache": {
|
||||
"version": "6.1.21",
|
||||
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.21.tgz",
|
||||
"integrity": "sha512-2u7cJfSf7Th7NxEk/VzQjnPoglok2YCsevS7TSbJjcDQWJPbqUUnSYtriHSvtnq+fRZHy1s0ugk4ApnQyhPGoQ==",
|
||||
"version": "6.1.22",
|
||||
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.22.tgz",
|
||||
"integrity": "sha512-N2dnzVJIphnNsjHcrxGW7DePckJ6haPrSFqpsBUhHYgwtKGVq4JrBGielEGD2fCVnsGm1zlBVZ8wGhkyuetgug==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cacheable": "^2.3.3",
|
||||
"flatted": "^3.4.1",
|
||||
"cacheable": "^2.3.4",
|
||||
"flatted": "^3.4.2",
|
||||
"hookified": "^1.15.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
"knip": "6.0.6",
|
||||
"prettier": "3.8.1",
|
||||
"sass": "1.98.0",
|
||||
"stylelint": "17.5.0",
|
||||
"stylelint": "17.6.0",
|
||||
"stylelint-config-standard-scss": "17.0.0",
|
||||
"terser": "5.46.1",
|
||||
"ts-jest": "29.4.6",
|
||||
|
||||
Reference in New Issue
Block a user