Skip to content

Commit 4ce26cb

Browse files
committed
Upgrade stylelint-config-standard to 31
1 parent 0e2cae3 commit 4ce26cb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

ui/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"prettier-plugin-css-order": "^1.3.0",
7979
"stylelint": "^15.2.0",
8080
"stylelint-config-css-modules": "^4.0.0",
81-
"stylelint-config-standard": "^30.0.1",
81+
"stylelint-config-standard": "^31.0.0",
8282
"ts-essentials": "^9.0.0",
8383
"ts-jest": "^29.0.4",
8484
"ts-loader": "^9.2.3",

ui/frontend/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5871,17 +5871,17 @@ stylelint-config-css-modules@^4.0.0:
58715871
optionalDependencies:
58725872
stylelint-scss "^4.3.0"
58735873

5874-
stylelint-config-recommended@^10.0.1:
5875-
version "10.0.1"
5876-
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-10.0.1.tgz#25a8828acf6cde87dac6db2950c8c4ed82a69ae1"
5877-
integrity sha512-TQ4xQ48tW4QSlODcti7pgSRqBZcUaBzuh0jPpfiMhwJKBPkqzTIAU+IrSWL/7BgXlOM90DjB7YaNgFpx8QWhuA==
5874+
stylelint-config-recommended@^11.0.0:
5875+
version "11.0.0"
5876+
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-11.0.0.tgz#b1cb7d71bd92f9b8593f93c2ca6df16ed7d61522"
5877+
integrity sha512-SoGIHNI748OCZn6BxFYT83ytWoYETCINVHV3LKScVAWQQauWdvmdDqJC5YXWjpBbxg2E761Tg5aUGKLFOVhEkA==
58785878

5879-
stylelint-config-standard@^30.0.1:
5880-
version "30.0.1"
5881-
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-30.0.1.tgz#a84d57c240c37f7db47023ab9d2e64c49090e1eb"
5882-
integrity sha512-NbeHOmpRQhjZh5XB1B/S4MLRWvz4xxAxeDBjzl0tY2xEcayNhLbaRGF0ZQzq+DQZLCcPpOHeS2Ru1ydbkhkmLg==
5879+
stylelint-config-standard@^31.0.0:
5880+
version "31.0.0"
5881+
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-31.0.0.tgz#90d94e1b43df798412e129b4b1cb4c4e56ffe64f"
5882+
integrity sha512-CUGAmtROCvX0YgMY2+6P9tqSkHj5z/75XxrQ8bGxvkCa1xYdGDx4poM0pa7cXc3s74/PZLJH/okxZZouRfOSGw==
58835883
dependencies:
5884-
stylelint-config-recommended "^10.0.1"
5884+
stylelint-config-recommended "^11.0.0"
58855885

58865886
stylelint-scss@^4.3.0:
58875887
version "4.6.0"

0 commit comments

Comments
 (0)