diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-03-19 13:40:33 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 13:40:33 +0900 |
commit | 649e5781295c10da3da562365a0688a48e09987a (patch) | |
tree | 5d6bf6983f7a9a29f657739a9fdefd316e452ac6 /package.json | |
parent | 2bce1008b342625f1316bfb6ef0eef2d75bfd35a (diff) | |
parent | d9511b4491d24f2cb331b1d6c486f7f005e9428c (diff) |
Merge pull request #1039 from ueokande/dependabot/npm_and_yarn/typescript-4.2.3
Bump typescript from 4.1.3 to 4.2.3
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c8ce2d2..4fda0e2 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "ts-loader": "^8.0.2", "ts-node": "^9.0.0", "tsyringe": "4.4.0", - "typescript": "4.1.3", + "typescript": "4.2.3", "web-ext-types": "^3.2.1", "webextensions-api-fake": "^0.9.1", "webpack": "4.46.0", |