From 8e429b0605a712459155b9b5e4e19d7afcc0f2c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:20:47 +0000 Subject: [PATCH] Update dependency stylelint-plugin-defensive-css to v1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 42c12c0f..b0d4aa9f 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "storybook": "^8.1.1", "stylelint": "^16.0.0", "stylelint-config-standard": "^36.0.0", - "stylelint-plugin-defensive-css": "^0.10.0", + "stylelint-plugin-defensive-css": "^1.0.0", "stylelint-use-logical": "^2.1.0", "stylelint-value-no-unknown-custom-properties": "^4.0.0", "typescript": "^5.2.2", diff --git a/yarn.lock b/yarn.lock index 53156aa7..d21ed7be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7530,10 +7530,10 @@ stylelint-config-standard@^36.0.0: dependencies: stylelint-config-recommended "^14.0.1" -stylelint-plugin-defensive-css@^0.10.0: - version "0.10.4" - resolved "https://registry.yarnpkg.com/stylelint-plugin-defensive-css/-/stylelint-plugin-defensive-css-0.10.4.tgz#7c9566d8cd0893c4af3226f18428d328b0adbdda" - integrity sha512-Y2uzOhyLDckiAy2c8uJbDNENYXICW0JPgcnIjj+gK+jYm5SCVlvPwGSdwbn+zWDLR96NoAGRwhajMstv9nE5Vw== +stylelint-plugin-defensive-css@^1.0.0: + version "1.0.4" + resolved "https://registry.yarnpkg.com/stylelint-plugin-defensive-css/-/stylelint-plugin-defensive-css-1.0.4.tgz#7ddb88969933a3a93be5930c02f54a8ef8f7fb1a" + integrity sha512-8H5z8u+k/C88s1guEGwpcdZlbPhUdu0qHkQphqidCCchryx3/c95IFKiwg3aEhiXjADqdsOvMtckbqNDpjuU9g== stylelint-use-logical@^2.1.0: version "2.1.2"