Skip to content

Commit

Permalink
Update dependency eslint-plugin-wc to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 2435e55 commit 8077656
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 @@ -55,7 +55,7 @@
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-lit-a11y": "^2.2.0",
"eslint-plugin-no-only-tests": "^3.0.0",
"eslint-plugin-wc": "^1.3.2",
"eslint-plugin-wc": "^2.0.0",
"gh-pages": "^4.0.0",
"husky": "^7.0.0",
"madge": "^7.0.0",
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2098,14 +2098,22 @@ eslint-plugin-no-only-tests@^3.0.0:
resolved "https://registry.npmjs.org/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.0.0.tgz"
integrity sha512-I0PeXMs1vu21ap45hey4HQCJRqpcoIvGcNTPJe+UhUm8TwjQ6//mCrDqF8q0WS6LgmRDwQ4ovQej0AQsAHb5yg==

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.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-1.3.2.tgz"
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.2.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-wc/-/eslint-plugin-wc-2.2.0.tgz#a93c3dfd9409ff57f421ad8f3313a69a71553cbc"
integrity sha512-kjPp+aXz23fOl0JZJOJS+6adwhEv98KjZ2FJqWpc4vtmk4Oenz/JJmmNZrGSARgtyR0BLIF/kVWC6GSlHA+5MA==
dependencies:
is-valid-element-name "^1.0.0"
js-levenshtein-esm "^1.2.0"

[email protected]:
version "0.0.1"
resolved "https://registry.npmjs.org/eslint-rule-extender/-/eslint-rule-extender-0.0.1.tgz"
Expand Down

0 comments on commit 8077656

Please sign in to comment.