diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-11 20:49:05 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-11 20:49:05 +0900 |
commit | 3ec721a46210ab45dab5441e7e05b913444e38e3 (patch) | |
tree | e62016e69fe6dfb7490e38cfd6cfadd77547c2ce | |
parent | b9945cf78d1139b30a54b2521eadb6b38fc5af64 (diff) |
Upgrade typescript
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 3f1c401..4ea647a 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "ts-loader": "^8.0.2", "ts-node": "^8.6.2", "tsyringe": "^4.0.1", - "typescript": "^3.7.5", + "typescript": "3.9.7", "web-ext-types": "^3.2.1", "webextensions-api-fake": "^0.9.1", "webpack": "^4.41.5", @@ -6512,7 +6512,7 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^3.7.5, typescript@^3.9.3: +typescript@3.9.7, typescript@^3.9.3: version "3.9.7" resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== |