Clarified typescript dependency

This commit is contained in:
Andrii Reinvald
2025-06-07 10:23:53 +02:00
parent e3f32af3fe
commit d641212d2a
2 changed files with 16 additions and 0 deletions
+15
View File
@@ -21,6 +21,7 @@
"@types/react-dom": "^19.1.5",
"@types/supertest": "^6.0.3",
"supertest": "^7.1.1",
"typescript": "^5.8.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.1"
}
@@ -3223,6 +3224,20 @@
"integrity": "sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==",
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"devOptional": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
+1
View File
@@ -22,6 +22,7 @@
"@types/react-dom": "^19.1.5",
"@types/supertest": "^6.0.3",
"supertest": "^7.1.1",
"typescript": "^5.8.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.1"
}