chore: forgot to install typescript

This commit is contained in:
2023-05-10 16:49:34 +02:00
parent 8822d587fe
commit e91ea99b0f
2 changed files with 5 additions and 5 deletions

View File

@@ -15,6 +15,6 @@
"@types/express": "^4.17.17",
"@types/node": "^18.15.11",
"tsc-watch": "^6.0.0",
"typescript": "^5.0.3"
"typescript": "^5.0.4"
}
}

View File

@@ -665,10 +665,10 @@ type-is@~1.6.18:
media-typer "0.3.0"
mime-types "~2.1.24"
typescript@^5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"
integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==
typescript@^5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
unpipe@1.0.0, unpipe@~1.0.0:
version "1.0.0"