From 0639b9fae0bfdcc7b63219ae186e7ff2fd1e0557 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 05:53:54 +0000 Subject: [PATCH] Bump typescript from 3.9.7 to 4.1.2 in /package Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.1.2) Signed-off-by: dependabot-preview[bot] --- package/package.json | 2 +- package/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/package.json b/package/package.json index f0461f2..f868eea 100644 --- a/package/package.json +++ b/package/package.json @@ -68,7 +68,7 @@ "rollup-plugin-peer-deps-external": "^2.2.0", "rollup-plugin-typescript2": "^0.17.0", "rollup-plugin-url": "^3.0.1", - "typescript": "^3.7.5" + "typescript": "^4.1.2" }, "dependencies": {}, "keywords": [ diff --git a/package/yarn.lock b/package/yarn.lock index f431de4..bdc9a5e 100644 --- a/package/yarn.lock +++ b/package/yarn.lock @@ -10918,10 +10918,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^3.7.5: - version "3.9.7" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" - integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== +typescript@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9" + integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ== unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4"