From abf3ae40b081b703af9cea150028904cbd73ed60 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 08:39:04 +0000 Subject: [PATCH] :arrow_up: Update typescript requirement from ~3.5.1 to ~3.6.2 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 96bfcd814f..159670da62 100644 --- a/package.json +++ b/package.json @@ -188,7 +188,7 @@ "stylelint-config-standard": "^18.3.0", "stylelint-declaration-block-no-ignored-properties": "^2.1.0", "stylelint-order": "^3.0.0", - "typescript": "~3.5.1", + "typescript": "~3.6.2", "xhr-mock": "^2.4.1", "xhr2": "^0.2.0", "yaml-front-matter": "^4.0.0"