From 98212685bd92baa21183c9de47a2f4dd8748f6d7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 28 Aug 2019 17:54:56 +0000 Subject: [PATCH] chore(deps): update dependency typescript to ^3.6.2 --- packages/typescript-build/package.json | 2 +- packages/typescript-runtime/package.json | 2 +- yarn.lock | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/typescript-build/package.json b/packages/typescript-build/package.json index 6a37d671..db394185 100644 --- a/packages/typescript-build/package.json +++ b/packages/typescript-build/package.json @@ -13,7 +13,7 @@ "consola": "^2.10.1", "fork-ts-checker-webpack-plugin": "^1.5.0", "ts-loader": "^6.0.4", - "typescript": "^3.5.3" + "typescript": "^3.6.2" }, "publishConfig": { "access": "public" diff --git a/packages/typescript-runtime/package.json b/packages/typescript-runtime/package.json index 8b1feb08..562d5ff7 100644 --- a/packages/typescript-runtime/package.json +++ b/packages/typescript-runtime/package.json @@ -15,7 +15,7 @@ "main": "lib/index.js", "dependencies": { "ts-node": "^8.3.0", - "typescript": "^3.5.3" + "typescript": "^3.6.2" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index 74555a2c..3d2a0e4a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11512,7 +11512,12 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^3.5.3, typescript@latest: +typescript@^3.6.2: + version "3.6.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54" + integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw== + +typescript@latest: version "3.5.3" resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977" integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==