diff --git a/package.json b/package.json index f6d61e8..076d597 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-lit": "^1.7.2", "eslint-plugin-lit-a11y": "^4.0.0", "eslint-plugin-no-only-tests": "^3.1.0", - "eslint-plugin-wc": "^1.3.2", + "eslint-plugin-wc": "^2.0.0", "gh-pages": "^6.0.0", "husky": "^8.0.0", "madge": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index d298002..dddec22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2529,7 +2529,7 @@ eslint-plugin-no-only-tests@^3.1.0: resolved "https://registry.yarnpkg.com/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.1.0.tgz#f38e4935c6c6c4842bf158b64aaa20c366fe171b" integrity sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw== -eslint-plugin-wc@^1.2.0, eslint-plugin-wc@^1.3.2: +eslint-plugin-wc@^1.2.0: version "1.3.2" resolved "https://registry.yarnpkg.com/eslint-plugin-wc/-/eslint-plugin-wc-1.3.2.tgz#8e3785221851c4c226f6a5411f566b1bd7de33f3" integrity sha512-/Tt3kIXBp1jh06xYtRqPwAvpNxVVk9YtbcFCKEgLa5l3GY+urZyn376pISaaZxkm9HVD3AIPOF5i9/uFwyF0Zw== @@ -2537,6 +2537,14 @@ eslint-plugin-wc@^1.2.0, eslint-plugin-wc@^1.3.2: is-valid-element-name "^1.0.0" js-levenshtein-esm "^1.2.0" +eslint-plugin-wc@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-wc/-/eslint-plugin-wc-2.0.0.tgz#63c7c509125a33291dda2420d4f9a512b6aa0e9b" + integrity sha512-7fS5IF/2mZZnyEhO6NKblLKTLzlRuC/hl+HxjwhG9dHYsY1BmFRG+J1+GqDynV7Fkb4Hsjbvqll/vvEs2J+hgw== + dependencies: + is-valid-element-name "^1.0.0" + js-levenshtein-esm "^1.2.0" + eslint-rule-extender@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/eslint-rule-extender/-/eslint-rule-extender-0.0.1.tgz#ae9faf15d1e651a714d579af0961fd80456f3b16"