File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 40
40
"eslint-plugin-lit" : " ^1.7.2" ,
41
41
"eslint-plugin-lit-a11y" : " ^4.0.0" ,
42
42
"eslint-plugin-no-only-tests" : " ^3.1.0" ,
43
- "eslint-plugin-wc" : " ^1.3.2 " ,
43
+ "eslint-plugin-wc" : " ^2.0.0 " ,
44
44
"gh-pages" : " ^6.0.0" ,
45
45
"husky" : " ^8.0.0" ,
46
46
"madge" : " ^6.0.0" ,
Original file line number Diff line number Diff line change @@ -2529,14 +2529,22 @@ eslint-plugin-no-only-tests@^3.1.0:
2529
2529
resolved "https://registry.yarnpkg.com/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.1.0.tgz#f38e4935c6c6c4842bf158b64aaa20c366fe171b"
2530
2530
integrity sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw==
2531
2531
2532
- eslint-plugin-wc@^1.2.0, eslint-plugin-wc@^1.3.2 :
2532
+ eslint-plugin-wc@^1.2.0 :
2533
2533
version "1.3.2"
2534
2534
resolved "https://registry.yarnpkg.com/eslint-plugin-wc/-/eslint-plugin-wc-1.3.2.tgz#8e3785221851c4c226f6a5411f566b1bd7de33f3"
2535
2535
integrity sha512-/Tt3kIXBp1jh06xYtRqPwAvpNxVVk9YtbcFCKEgLa5l3GY+urZyn376pISaaZxkm9HVD3AIPOF5i9/uFwyF0Zw==
2536
2536
dependencies :
2537
2537
is-valid-element-name "^1.0.0"
2538
2538
js-levenshtein-esm "^1.2.0"
2539
2539
2540
+ eslint-plugin-wc@^2.0.0 :
2541
+ version "2.0.0"
2542
+ resolved "https://registry.yarnpkg.com/eslint-plugin-wc/-/eslint-plugin-wc-2.0.0.tgz#63c7c509125a33291dda2420d4f9a512b6aa0e9b"
2543
+ integrity sha512-7fS5IF/2mZZnyEhO6NKblLKTLzlRuC/hl+HxjwhG9dHYsY1BmFRG+J1+GqDynV7Fkb4Hsjbvqll/vvEs2J+hgw==
2544
+ dependencies :
2545
+ is-valid-element-name "^1.0.0"
2546
+ js-levenshtein-esm "^1.2.0"
2547
+
2540
2548
2541
2549
version "0.0.1"
2542
2550
resolved "https://registry.yarnpkg.com/eslint-rule-extender/-/eslint-rule-extender-0.0.1.tgz#ae9faf15d1e651a714d579af0961fd80456f3b16"
You can’t perform that action at this time.
0 commit comments