Delete @types/joi

This commit is contained in:
freearhey 2025-04-29 00:58:51 +03:00
parent 38621d44ab
commit 843894884f
3 changed files with 1 additions and 30 deletions

21
package-lock.json generated
View file

@ -17,7 +17,6 @@
"@octokit/plugin-rest-endpoint-methods": "^7.1.3",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.5",
"@types/joi": "^17.2.3",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"chalk": "^4.1.2",
"commander": "^9.0.0",
@ -31,9 +30,6 @@
"joi": "^17.13.3",
"ts-jest": "^29.1.1",
"tsx": "^4.10.5"
},
"engines": {
"node": ">=18.0.0 <=22.12.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -2107,15 +2103,6 @@
"pretty-format": "^29.0.0"
}
},
"node_modules/@types/joi": {
"version": "17.2.3",
"resolved": "https://registry.npmjs.org/@types/joi/-/joi-17.2.3.tgz",
"integrity": "sha512-dGjs/lhrWOa+eO0HwgxCSnDm5eMGCsXuvLglMghJq32F6q5LyyNuXb41DHzrg501CKNOSSAHmfB7FDGeUnDmzw==",
"deprecated": "This is a stub types definition. joi provides its own type definitions, so you do not need this installed.",
"dependencies": {
"joi": "*"
}
},
"node_modules/@types/json-schema": {
"version": "7.0.15",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
@ -7221,14 +7208,6 @@
"pretty-format": "^29.0.0"
}
},
"@types/joi": {
"version": "17.2.3",
"resolved": "https://registry.npmjs.org/@types/joi/-/joi-17.2.3.tgz",
"integrity": "sha512-dGjs/lhrWOa+eO0HwgxCSnDm5eMGCsXuvLglMghJq32F6q5LyyNuXb41DHzrg501CKNOSSAHmfB7FDGeUnDmzw==",
"requires": {
"joi": "*"
}
},
"@types/json-schema": {
"version": "7.0.15",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",

View file

@ -31,7 +31,6 @@
"@octokit/plugin-rest-endpoint-methods": "^7.1.3",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.5",
"@types/joi": "^17.2.3",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"chalk": "^4.1.2",
"commander": "^9.0.0",

View file

@ -971,13 +971,6 @@
expect "^29.0.0"
pretty-format "^29.0.0"
"@types/joi@^17.2.3":
version "17.2.3"
resolved "https://registry.npmjs.org/@types/joi/-/joi-17.2.3.tgz"
integrity sha512-dGjs/lhrWOa+eO0HwgxCSnDm5eMGCsXuvLglMghJq32F6q5LyyNuXb41DHzrg501CKNOSSAHmfB7FDGeUnDmzw==
dependencies:
joi "*"
"@types/json-schema@^7.0.15":
version "7.0.15"
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz"
@ -2441,7 +2434,7 @@ jest@^29.0.0, jest@^29.7.0:
import-local "^3.0.2"
jest-cli "^29.7.0"
joi@*, joi@^17.13.3:
joi@^17.13.3:
version "17.13.3"
resolved "https://registry.npmjs.org/joi/-/joi-17.13.3.tgz"
integrity sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==