From ffce15f3b7f648c760099ad3df31b3d02618498d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 00:34:48 +0000 Subject: [PATCH] chore(deps): update dependency @d-zero/lint-staged-config to v5.0.0-alpha.51 (#326) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 12bc6fb..7d341fb 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@d-zero/commitlint-config": "5.0.0-alpha.51", "@d-zero/cspell-config": "5.0.0-alpha.51", "@d-zero/eslint-config": "5.0.0-alpha.51", - "@d-zero/lint-staged-config": "5.0.0-alpha.50", + "@d-zero/lint-staged-config": "5.0.0-alpha.51", "@d-zero/prettier-config": "5.0.0-alpha.50", "@d-zero/textlint-config": "5.0.0-alpha.50", "@d-zero/tsconfig": "0.4.0", diff --git a/yarn.lock b/yarn.lock index 58ad909..a6987a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -648,10 +648,10 @@ eslint-plugin-sort-class-members "1.21.0" eslint-plugin-unicorn "56.0.1" -"@d-zero/lint-staged-config@5.0.0-alpha.50": - version "5.0.0-alpha.50" - resolved "https://registry.yarnpkg.com/@d-zero/lint-staged-config/-/lint-staged-config-5.0.0-alpha.50.tgz#2a1e163dd94f746e3dee848bc8973bafaa23c77f" - integrity sha512-Mu6wI6GzVxuiMWEV5PllWu4JulrFOuxH4DtQOzSjv+JH5ozPKSAQP79s7w73As83rrZQie3JsE2GBToO+g/hFg== +"@d-zero/lint-staged-config@5.0.0-alpha.51": + version "5.0.0-alpha.51" + resolved "https://registry.yarnpkg.com/@d-zero/lint-staged-config/-/lint-staged-config-5.0.0-alpha.51.tgz#b61b6b472cca85f31b74ae40a165eab131d88b63" + integrity sha512-lviW6pnSVyGM20ifV7MUvGbZyQQo232VhAXNna9DbAOwu9HiV8JBfiy4jVY5a1IZensACoaa4o90r+0nToDmlw== dependencies: lint-staged "15.2.10" micromatch "4.0.8"