This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 210
210
"eslint-plugin-matrix-org" : " 1.2.1" ,
211
211
"eslint-plugin-react" : " ^7.28.0" ,
212
212
"eslint-plugin-react-hooks" : " ^4.3.0" ,
213
- "eslint-plugin-unicorn" : " ^54 .0.0" ,
213
+ "eslint-plugin-unicorn" : " ^55 .0.0" ,
214
214
"express" : " ^4.18.2" ,
215
215
"fake-indexeddb" : " ^6.0.0" ,
216
216
"fetch-mock-jest" : " ^1.5.1" ,
Original file line number Diff line number Diff line change @@ -4722,6 +4722,28 @@ eslint-plugin-unicorn@^54.0.0:
4722
4722
semver "^7.6.1"
4723
4723
strip-indent "^3.0.0"
4724
4724
4725
+ eslint-plugin-unicorn@^55.0.0 :
4726
+ version "55.0.0"
4727
+ resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-55.0.0.tgz#e2aeb397914799895702480970e7d148df5bcc7b"
4728
+ integrity sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA==
4729
+ dependencies :
4730
+ " @babel/helper-validator-identifier" " ^7.24.5"
4731
+ " @eslint-community/eslint-utils" " ^4.4.0"
4732
+ ci-info "^4.0.0"
4733
+ clean-regexp "^1.0.0"
4734
+ core-js-compat "^3.37.0"
4735
+ esquery "^1.5.0"
4736
+ globals "^15.7.0"
4737
+ indent-string "^4.0.0"
4738
+ is-builtin-module "^3.2.1"
4739
+ jsesc "^3.0.2"
4740
+ pluralize "^8.0.0"
4741
+ read-pkg-up "^7.0.1"
4742
+ regexp-tree "^0.1.27"
4743
+ regjsparser "^0.10.0"
4744
+ semver "^7.6.1"
4745
+ strip-indent "^3.0.0"
4746
+
4725
4747
eslint-rule-composer@^0.3.0 :
4726
4748
version "0.3.0"
4727
4749
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
@@ -5390,6 +5412,11 @@ globals@^14.0.0:
5390
5412
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
5391
5413
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
5392
5414
5415
+ globals@^15.7.0 :
5416
+ version "15.9.0"
5417
+ resolved "https://registry.yarnpkg.com/globals/-/globals-15.9.0.tgz#e9de01771091ffbc37db5714dab484f9f69ff399"
5418
+ integrity sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==
5419
+
5393
5420
globalthis@^1.0.3 :
5394
5421
version "1.0.4"
5395
5422
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
You can’t perform that action at this time.
0 commit comments