From 3f8ff773f12d3767cdaf7e8b0b6ac32339ad53fc Mon Sep 17 00:00:00 2001 From: Dmitrii Filippov Date: Wed, 26 Aug 2020 12:54:48 +0200 Subject: [PATCH] Update typescript to v3.9.5 Typescript v3.9.5 version is the current version in google Change-Id: I576eee8ebf2079452e64dda6d53303fb4e962e07 --- package.json | 2 +- tools/node_tools/package.json | 2 +- tools/node_tools/yarn.lock | 8 ++++---- yarn.lock | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index a6641b98c6..70f290b3fc 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "polymer-cli": "^1.9.11", "prettier": "2.0.5", "terser": "^4.8.0", - "typescript": "3.8.2" + "typescript": "3.9.5" }, "scripts": { "clean": "git clean -fdx && bazel clean --expunge", diff --git a/tools/node_tools/package.json b/tools/node_tools/package.json index 67a85a4bae..10308775d7 100644 --- a/tools/node_tools/package.json +++ b/tools/node_tools/package.json @@ -16,7 +16,7 @@ "rollup": "^1.27.5", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-terser": "^5.1.3", - "typescript": "3.8.2" + "typescript": "3.9.5" }, "devDependencies": {}, "license": "Apache-2.0", diff --git a/tools/node_tools/yarn.lock b/tools/node_tools/yarn.lock index a3ac4afdcb..993bfe9326 100644 --- a/tools/node_tools/yarn.lock +++ b/tools/node_tools/yarn.lock @@ -7881,10 +7881,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@3.8.2: - version "3.8.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.2.tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a" - integrity sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ== +typescript@3.9.5: + version "3.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36" + integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ== typical@^2.6.0, typical@^2.6.1: version "2.6.1" diff --git a/yarn.lock b/yarn.lock index a20b1c7537..438cafd930 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9330,10 +9330,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@3.8.2: - version "3.8.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.2.tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a" - integrity sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ== +typescript@3.9.5: + version "3.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36" + integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ== typical@^2.6.1: version "2.6.1"