This is an automated email from the ASF dual-hosted git repository. randall pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
commit 994fc2489f87b6a408b269776b7a935b0cc2d7e9 Author: Randall Leeds <[email protected]> AuthorDate: Mon Jul 27 19:07:21 2020 -0700 Upgrade typescript from v3.8 to v3.9 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 80f5979..546fadf 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "prettier": "^2.0.5", "resolve": "^1.15.0", "rimraf": "^3.0.0", - "typescript": "^3.8.3", + "typescript": "^3.9.7", "web-annotation-tests": "https://github.com/w3c/web-annotation-tests", "webpack": "^4.41.5", "webpack-cli": "^3.3.10", diff --git a/yarn.lock b/yarn.lock index e85273f..1ac1a7b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9766,10 +9766,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^3.8.3: - version "3.8.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061" - integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w== +typescript@^3.9.7: + version "3.9.7" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" + integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== uglify-js@^3.1.4: version "3.6.0"
