From 91a6428b93e50dfcf037b4d6a78815e2b32d76b1 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Tue, 18 Dec 2018 11:50:57 +0100 Subject: [PATCH] chore: update typescript --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8c7eac74..5e98f9d9 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,6 @@ "prettier": "^1.14.0", "semantic-release": "^15.9.3", "tslint": "^5.11.0", - "typescript": "^3.0.1" + "typescript": "^3.2.2" } } diff --git a/yarn.lock b/yarn.lock index f431b5d4..ab0f5aff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5278,10 +5278,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^3.0.1: - version "3.1.6" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.6.tgz#b6543a83cfc8c2befb3f4c8fba6896f5b0c9be68" - integrity sha512-tDMYfVtvpb96msS1lDX9MEdHrW4yOuZ4Kdc4Him9oU796XldPYF/t2+uKoX0BBa0hXXwDlqYQbXY5Rzjzc5hBA== +typescript@^3.2.2: + version "3.2.2" + resolved "https://registry.npmjs.org/typescript/-/typescript-3.2.2.tgz#fe8101c46aa123f8353523ebdcf5730c2ae493e5" + integrity sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg== uglify-js@^3.1.4: version "3.4.9"