From 4a0e789401df86861cf637220f59a2470f40c105 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 17 Jun 2019 10:06:41 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.3.3333 to 3.5.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.3.3333 to 3.5.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.3.3333...v3.5.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2355a3c..36eee38 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "rimraf": "2.6.3", "rxjs": "6.4.0", "tslint": "5.13.1", - "typescript": "3.3.3333" + "typescript": "3.5.2" }, "files": [ "dist" diff --git a/yarn.lock b/yarn.lock index ad4507b..faa641b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -297,10 +297,10 @@ tsutils@^2.27.2: dependencies: tslib "^1.8.1" -typescript@3.3.3333: - version "3.3.3333" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.3333.tgz#171b2c5af66c59e9431199117a3bcadc66fdcfd6" - integrity sha512-JjSKsAfuHBE/fB2oZ8NxtRTk5iGcg6hkYXMnZ3Wc+b2RSqejEqTaem11mHASMnFilHrax3sLK0GDzcJrekZYLw== +typescript@3.5.2: + version "3.5.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.2.tgz#a09e1dc69bc9551cadf17dba10ee42cf55e5d56c" + integrity sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA== wrappy@1: version "1.0.2"