diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-09-19 15:41:50 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-19 15:41:50 +0000 |
| commit | 21dad6b885ceb05d0f76bfbd8025a66d6adc3221 (patch) | |
| tree | afc42bbb88242fa07d2e9c0e5de1ce886212969a /package.json | |
| parent | Merge pull request #23 from soruly/dependabot/npm_and_yarn/prettier-2.1.2 (diff) | |
| download | trace.moe-image-proxy-21dad6b885ceb05d0f76bfbd8025a66d6adc3221.tar.xz trace.moe-image-proxy-21dad6b885ceb05d0f76bfbd8025a66d6adc3221.zip | |
Bump typescript from 4.0.2 to 4.0.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.2...v4.0.3)
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 d12cdf3..a8a1f42 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@now/node": "^1.8.2", "prettier": "^2.1.2", - "typescript": "^4.0.2" + "typescript": "^4.0.3" }, "dependencies": { "node-fetch": "^2.6.1" |