Skip to content

Commit eb6d377

Browse files
committed
Add missing dev dep typescript-eslint
1 parent ea7ca15 commit eb6d377

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"@types/jsonwebtoken": "^9.0.6",
3939
"@types/make-fetch-happen": "10.0.4",
4040
"@types/node": "20.14.0",
41-
"@types/node": "20.14.0",
4241
"@types/semver": "7.5.8",
4342
"@types/stoppable": "1.1.3",
4443
"@types/supertest": "6.0.2",
@@ -59,10 +58,8 @@
5958
"prettier": "^3.3.0",
6059
"supertest": "^7.0.0",
6160
"ts-jest": "^29.1.4",
62-
"prettier": "^3.3.0",
63-
"supertest": "^7.0.0",
64-
"ts-jest": "^29.1.4",
6561
"ts-node": "^10.9.2",
66-
"typescript": "5.4.5"
62+
"typescript": "5.4.5",
63+
"typescript-eslint": "^7.11.0"
6764
}
6865
}

yarn.lock

+9
Original file line numberDiff line numberDiff line change
@@ -7774,6 +7774,15 @@ typedarray@^0.0.6:
77747774
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
77757775
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
77767776

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+
77777786
77787787
version "5.4.5"
77797788
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"

0 commit comments

Comments
 (0)