From 4d6b619758775c09a6bdb106ff90a0bd47c3d65a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 10:42:20 -0500 Subject: [PATCH] chore(deps-dev): update typescript requirement from ~3.5.1 to ~3.6.2 (#77) Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.5.1...v3.6.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9933c7..2ce6682 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "ts-jest": "^24.0.2", "tslint": "^5.12.1", "tslint-ionic-rules": "0.0.21", - "typescript": "~3.5.1", + "typescript": "~3.6.2", "typescript-tslint-plugin": "^0.5.2" }, "release": {