chore(deps): Bump typescript and get rid of now legacy imports

This commit is contained in:
2026-02-20 19:18:14 +01:00
parent bbf6ea6c0f
commit 2da8247978
3 changed files with 319 additions and 116 deletions

View File

@@ -54,13 +54,12 @@
"devDependencies": {
"@faker-js/faker": "7.6.0",
"@odit/license-exporter": "0.0.9",
"@types/cors": "2.8.9",
"@types/cors": "2.8.19",
"@types/csvtojson": "1.1.5",
"@types/express": "4.17.11",
"@types/jest": "26.0.20",
"@types/jsonwebtoken": "8.5.0",
"@types/node": "14.14.22",
"@types/uuid": "8.3.0",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/jsonwebtoken": "9.0.10",
"@types/node": "25.3.0",
"auto-changelog": "2.4.0",
"cp-cli": "2.0.0",
"jest": "26.6.3",
@@ -71,7 +70,7 @@
"ts-jest": "26.5.0",
"ts-node": "9.1.1",
"typedoc": "0.20.19",
"typescript": "4.1.3"
"typescript": "5.9.3"
},
"scripts": {
"dev": "nodemon src/app.ts",

421
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,6 @@
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"skipLibCheck": true,
"rootDir": "./src",
"outDir": "./dist",
"esModuleInterop": true,