From 0b48959e9b6a262bbf43ad06285b3de1e0913e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2020 11:02:31 +0900 Subject: [PATCH] build(deps-dev): bump typescript from 3.9.7 to 4.0.2 (#20) 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/compare/v3.9.7...v4.0.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ed514187a..3ae56dfc4 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "prettier": "^2.0.5", "tailwindcss": "^1.6.2", "ts-node": "^8.10.2", - "typescript": "^3.9.7" + "typescript": "^4.0.2" }, "config": { "commitizen": { diff --git a/yarn.lock b/yarn.lock index d5426b7b3..afe336bc4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8672,10 +8672,10 @@ typeorm@^0.2.25: yargonaut "^1.1.2" yargs "^13.2.1" -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.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2" + integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ== uid-safe@~2.1.5: version "2.1.5"