diff --git a/package.json b/package.json index 6a6eb33..9e10900 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "bot-api", "module": "index.ts", "type": "module", - "license": "ToBeDisclosed", "devDependencies": { "@faker-js/faker": "^8.3.1", "@types/express": "^4.17.21", @@ -16,7 +15,7 @@ "ts-jest": "^29.1.1" }, "peerDependencies": { - "typescript": "5.3.3" + "typescript": "^5.0.0" }, "scripts": { "start": "bun run src/index.ts", diff --git a/yarn.lock b/yarn.lock index c57b3ae..1cf8075 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2922,7 +2922,7 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -typescript@5.3.3, "typescript@>=4.3 <6": +"typescript@>=4.3 <6", typescript@^5.0.0: version "5.3.3" resolved "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz" integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==