From 7312fba4f8c222c960e03cb760e2a412fb90f498 Mon Sep 17 00:00:00 2001 From: Oliver Schwendener Date: Mon, 28 Sep 2020 11:59:29 +0200 Subject: [PATCH] Updated typescript dependency --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 80c8e7b8c..b6f17fd3c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "ts-jest": "^26.4.0", "ts-loader": "^6.0.4", "tslint": "^6.1.0", - "typescript": "^3.5.3", + "typescript": "^4.0.3", "vue": "^2.6.10", "vue-color": "^2.7.0", "webpack": "^4.41.2", diff --git a/yarn.lock b/yarn.lock index 9d9c3e2af..3866db368 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6168,10 +6168,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^3.5.3: - version "3.9.7" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" - integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== +typescript@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5" + integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg== union-value@^1.0.0: version "1.0.1"