Skip to content

Commit 725e505

Browse files
chore(deps): update dependency stylelint-config-standard to v37
1 parent c7ec306 commit 725e505

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

test-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"globals": "^15.0.0",
5555
"prettier": "^3.2.5",
5656
"stylelint": "^16.5.0",
57-
"stylelint-config-standard": "^36.0.0",
57+
"stylelint-config-standard": "^37.0.0",
5858
"typescript": "<5.7.4",
5959
"typescript-eslint": "^8.0.0",
6060
"@testing-library/jest-dom": "6.6.3",

test-app/yarn.lock

+11-6
Original file line numberDiff line numberDiff line change
@@ -9501,17 +9501,22 @@ stylehacks@^5.1.1:
95019501
browserslist "^4.21.4"
95029502
postcss-selector-parser "^6.0.4"
95039503

9504-
stylelint-config-recommended@^14.0.0, stylelint-config-recommended@^14.0.1:
9504+
stylelint-config-recommended@^14.0.0:
95059505
version "14.0.1"
95069506
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz#d25e86409aaf79ee6c6085c2c14b33c7e23c90c6"
95079507
integrity sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==
95089508

9509-
stylelint-config-standard@^36.0.0:
9510-
version "36.0.1"
9511-
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-36.0.1.tgz#727cbb2a1ef3e210f5ce8329cde531129f156609"
9512-
integrity sha512-8aX8mTzJ6cuO8mmD5yon61CWuIM4UD8Q5aBcWKGSf6kg+EC3uhB+iOywpTK4ca6ZL7B49en8yanOFtUW0qNzyw==
9509+
stylelint-config-recommended@^15.0.0:
9510+
version "15.0.0"
9511+
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-15.0.0.tgz#93d48db401215708b724f078533864e52085a07b"
9512+
integrity sha512-9LejMFsat7L+NXttdHdTq94byn25TD+82bzGRiV1Pgasl99pWnwipXS5DguTpp3nP1XjvLXVnEJIuYBfsRjRkA==
9513+
9514+
stylelint-config-standard@^37.0.0:
9515+
version "37.0.0"
9516+
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-37.0.0.tgz#55e75c7215d5398b096d2f75af6a16693c18532d"
9517+
integrity sha512-+6eBlbSTrOn/il2RlV0zYGQwRTkr+WtzuVSs1reaWGObxnxLpbcspCUYajVQHonVfxVw2U+h42azGhrBvcg8OA==
95139518
dependencies:
9514-
stylelint-config-recommended "^14.0.1"
9519+
stylelint-config-recommended "^15.0.0"
95159520

95169521
stylelint@^16.5.0:
95179522
version "16.14.0"

0 commit comments

Comments
 (0)