Skip to content

Commit

Permalink
Update dependency eslint-plugin-wc to v2 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent 9a930a0 commit 499e1d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2529,14 +2529,22 @@ 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==
dependencies:
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"

[email protected]:
version "0.0.1"
resolved "https://registry.yarnpkg.com/eslint-rule-extender/-/eslint-rule-extender-0.0.1.tgz#ae9faf15d1e651a714d579af0961fd80456f3b16"
Expand Down

0 comments on commit 499e1d5

Please sign in to comment.