diff --git a/package.json b/package.json index 34bd2039..096845ea 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint-import-resolver-typescript": "^3.6.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-lit": "^1.9.1", - "eslint-plugin-wc": "^1.5.0", + "eslint-plugin-wc": "^2.0.0", "nodemon": "^3.0.1", "npm-run-all": "^4.1.5", "postcss": "^8.4.29", diff --git a/yarn.lock b/yarn.lock index a454eb84..33e77b9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4070,10 +4070,10 @@ eslint-plugin-lit@^1.9.1: parse5-htmlparser2-tree-adapter "^6.0.1" requireindex "^1.2.0" -eslint-plugin-wc@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-wc/-/eslint-plugin-wc-1.5.0.tgz#7b8b1f126947c2a2cfd3188c593dde1f468affe9" - integrity sha512-KFSfiHDol/LeV7U6IX8GdgpGf/s3wG8FTG120Rml/hGNB/DkCuGYQhlf0VgdBdf7gweem8Nlsh5o64HNdj+qPA== +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"