From 634fd962ac64fa679a9647e87849c82355e61841 Mon Sep 17 00:00:00 2001 From: Alie Date: Sat, 6 Jan 2024 19:50:06 +0100 Subject: [PATCH] sinlence warns on yarn --- package.json | 3 ++- yarn.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9e10900..6a6eb33 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "bot-api", "module": "index.ts", "type": "module", + "license": "ToBeDisclosed", "devDependencies": { "@faker-js/faker": "^8.3.1", "@types/express": "^4.17.21", @@ -15,7 +16,7 @@ "ts-jest": "^29.1.1" }, "peerDependencies": { - "typescript": "^5.0.0" + "typescript": "5.3.3" }, "scripts": { "start": "bun run src/index.ts", diff --git a/yarn.lock b/yarn.lock index 1cf8075..c57b3ae 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@>=4.3 <6", typescript@^5.0.0: +typescript@5.3.3, "typescript@>=4.3 <6": version "5.3.3" resolved "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz" integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==