From f7a1dfeba24f5b2b179c30305e1f70f084abf862 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Wed, 26 May 2021 23:57:51 +0000 Subject: [PATCH] chore(deps-dev): bump typescript to ~4.3.2 --- .../software/amazon/smithy/typescript/codegen/base-package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json b/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json index 28363fdf3a6..c09a1d81b25 100644 --- a/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json +++ b/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json @@ -33,7 +33,7 @@ "rimraf": "^3.0.0", "ts-jest": "^26.4.1", "typedoc": "^0.19.2", - "typescript": "~4.2.4" + "typescript": "~4.3.2" }, "engines": { "node": ">=10.0.0"