diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2020-12-25 20:19:39 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-25 20:19:39 +0900 |
| commit | fa4ec38c3f92e4944831ad9e1f7c21435a9ebe64 (patch) | |
| tree | 47bb7a8856425a8b8bc7fdb85c3e0b13721fc014 | |
| parent | add :preserveSemverRanges to renovate.json (diff) | |
| download | holo-schedule-fa4ec38c3f92e4944831ad9e1f7c21435a9ebe64.tar.xz holo-schedule-fa4ec38c3f92e4944831ad9e1f7c21435a9ebe64.zip | |
Update dependency typescript to v4 (#7)
Co-authored-by: Renovate Bot <[email protected]>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index e5e3d12..37e85d4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", - "typescript": "^3.9.7" + "typescript": "^4.0.0" }, "scripts": { "build": "tsc", @@ -1721,10 +1721,10 @@ type-fest@^0.8.1: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== -typescript@^3.9.7: - version "3.9.7" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" - integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== +typescript@^4.0.0: + version "4.1.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7" + integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg== uri-js@^4.2.2: version "4.2.2" |