From cb8e379249fe4f9a6dcdf518507cf604208f500b Mon Sep 17 00:00:00 2001 From: Jeongho Nam Date: Sat, 10 Dec 2022 02:43:59 +0900 Subject: [PATCH] Close #351 - support TS 4.9 again --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e5ebfd57d0..c13b7342f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-json", - "version": "3.3.42", + "version": "3.3.43", "description": "Runtime type checkers and 5x faster JSON.stringify() function", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -53,7 +53,8 @@ }, "homepage": "https://github.com/samchon/typescript-json#readme", "peerDependencies": { - "typescript": "4.6.x || 4.7.x || 4.8.x" + "typescript": ">= 4.5.2", + "ttypescript": ">= 1.5.15" }, "devDependencies": { "@fastify/type-provider-typebox": "^2.3.0", @@ -91,8 +92,8 @@ "source-map-support": "^0.5.21", "suppress-warnings": "^1.0.2", "ts-node": "^10.9.1", - "ttypescript": "^1.5.13", - "typescript": "4.8.4", + "ttypescript": "^1.5.15", + "typescript": "^4.9.4", "uuid": "^8.3.2", "zod": "^3.19.1" }