Commit eb6d377 1 parent ea7ca15 commit eb6d377 Copy full SHA for eb6d377
File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 38
38
"@types/jsonwebtoken" : " ^9.0.6" ,
39
39
"@types/make-fetch-happen" : " 10.0.4" ,
40
40
"@types/node" : " 20.14.0" ,
41
- "@types/node" : " 20.14.0" ,
42
41
"@types/semver" : " 7.5.8" ,
43
42
"@types/stoppable" : " 1.1.3" ,
44
43
"@types/supertest" : " 6.0.2" ,
59
58
"prettier" : " ^3.3.0" ,
60
59
"supertest" : " ^7.0.0" ,
61
60
"ts-jest" : " ^29.1.4" ,
62
- "prettier" : " ^3.3.0" ,
63
- "supertest" : " ^7.0.0" ,
64
- "ts-jest" : " ^29.1.4" ,
65
61
"ts-node" : " ^10.9.2" ,
66
- "typescript" : " 5.4.5"
62
+ "typescript" : " 5.4.5" ,
63
+ "typescript-eslint" : " ^7.11.0"
67
64
}
68
65
}
Original file line number Diff line number Diff line change @@ -7774,6 +7774,15 @@ typedarray@^0.0.6:
7774
7774
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
7775
7775
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
7776
7776
7777
+ typescript-eslint@^7.11.0 :
7778
+ version "7.11.0"
7779
+ resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-7.11.0.tgz#7a208fc1d178b3fed58e33ce37150ac6efecf1fb"
7780
+ integrity sha512-ZKe3yHF/IS/kCUE4CGE3UgtK+Q7yRk1e9kwEI0rqm9XxMTd9P1eHe0LVVtrZ3oFuIQ2unJ9Xn0vTsLApzJ3aPw==
7781
+ dependencies :
7782
+ " @typescript-eslint/eslint-plugin" " 7.11.0"
7783
+ " @typescript-eslint/parser" " 7.11.0"
7784
+ " @typescript-eslint/utils" " 7.11.0"
7785
+
7777
7786
7778
7787
version "5.4.5"
7779
7788
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
You can’t perform that action at this time.
0 commit comments