From ebe3b395393d859c4eb1721e021f7eb188a59b39 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Mon, 4 Apr 2022 01:42:45 +0000 Subject: Update yarn sdks --- .yarn/sdks/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.yarn/sdks/typescript/package.json') diff --git a/.yarn/sdks/typescript/package.json b/.yarn/sdks/typescript/package.json index 1a10512..97b0052 100644 --- a/.yarn/sdks/typescript/package.json +++ b/.yarn/sdks/typescript/package.json @@ -1,6 +1,6 @@ { "name": "typescript", - "version": "4.4.3-sdk", + "version": "4.6.3-sdk", "main": "./lib/typescript.js", "type": "commonjs" } -- cgit