From 6974a5859658b966954a59411a800223b7542df8 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 28 Jun 2021 18:54:18 -0400 Subject: fix breaking changes and bump dependencies --- .yarn/sdks/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.yarn') diff --git a/.yarn/sdks/typescript/package.json b/.yarn/sdks/typescript/package.json index 27270c7..1ae6045 100644 --- a/.yarn/sdks/typescript/package.json +++ b/.yarn/sdks/typescript/package.json @@ -1,6 +1,6 @@ { "name": "typescript", - "version": "4.2.4-pnpify", + "version": "4.3.4-pnpify", "main": "./lib/typescript.js", "type": "commonjs" } -- cgit