File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 37
37
"@typescript-eslint/eslint-plugin" : " ^6.7.0" ,
38
38
"@typescript-eslint/parser" : " ^6.7.0" ,
39
39
"eslint" : " ^8.49.0" ,
40
- "eslint-plugin-prettier" : " ^5.0.0 " ,
41
- "eslint-plugin-unused-imports" : " ^2 .0.0" ,
40
+ "eslint-plugin-prettier" : " ^5.0.1 " ,
41
+ "eslint-plugin-unused-imports" : " ^3 .0.0" ,
42
42
"jest" : " ^29.4.0" ,
43
43
"prettier" : " ^3.0.0" ,
44
44
"ts-jest" : " ^29.1.0" ,
Original file line number Diff line number Diff line change @@ -1476,18 +1476,18 @@ escape-string-regexp@^4.0.0:
1476
1476
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
1477
1477
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
1478
1478
1479
- eslint-plugin-prettier@^5.0.0 :
1479
+ eslint-plugin-prettier@^5.0.1 :
1480
1480
version "5.0.1"
1481
1481
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515"
1482
1482
integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==
1483
1483
dependencies :
1484
1484
prettier-linter-helpers "^1.0.0"
1485
1485
synckit "^0.8.5"
1486
1486
1487
- eslint-plugin-unused-imports@^2 .0.0 :
1488
- version "2 .0.0"
1489
- resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-2 .0.0.tgz#d8db8c4d0cfa0637a8b51ce3fd7d1b6bc3f08520 "
1490
- integrity sha512-3APeS/tQlTrFa167ThtP0Zm0vctjr4M44HMpeg1P4bK6wItarumq0Ma82xorMKdFsWpphQBlRPzw/pxiVELX1A ==
1487
+ eslint-plugin-unused-imports@^3 .0.0 :
1488
+ version "3 .0.0"
1489
+ resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3 .0.0.tgz#d25175b0072ff16a91892c3aa72a09ca3a9e69e7 "
1490
+ integrity sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw ==
1491
1491
dependencies :
1492
1492
eslint-rule-composer "^0.3.0"
1493
1493
You can’t perform that action at this time.
0 commit comments