diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-08-20 21:41:17 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-20 21:41:17 +0000 |
| commit | f24c8a1c74a2be91965098677a4e42a542f43df8 (patch) | |
| tree | 061beb4e9993a335aabea72bbc2c6e4584bf4e2d /package.json | |
| parent | Increase cache duration (diff) | |
| download | trace.moe-image-proxy-f24c8a1c74a2be91965098677a4e42a542f43df8.tar.xz trace.moe-image-proxy-f24c8a1c74a2be91965098677a4e42a542f43df8.zip | |
Bump typescript from 3.9.7 to 4.0.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)
Signed-off-by: dependabot-preview[bot] <[email protected]>
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 49e5aac..8a3891a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@now/node": "^1.7.4", "prettier": "^2.0.5", - "typescript": "^3.9.7" + "typescript": "^4.0.2" }, "dependencies": { "node-fetch": "^2.6.0" |