From 53fd04d127a52ee462f7c9f0e415917365e282b9 Mon Sep 17 00:00:00 2001
From: Andreas Fernandez <a.fernandez@scripting-base.de>
Date: Tue, 7 Feb 2017 09:26:59 +0100
Subject: [PATCH] =?UTF-8?q?[TASK]=20Update=20=E2=80=9Ctypescript=E2=80=9D?=
 =?UTF-8?q?=20package=20and=20recompile=20code?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

TypeScript is updated to at least version 2.2.0. Existing code is
recompiled due do changes of defaults in TypeScript.

Resolves: #79653
Releases: master
Change-Id: Id656c0319ee021c8475e607e5dbe35a21074dd79
Reviewed-on: https://review.typo3.org/51560
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Helmut Hummel <typo3@helhum.io>
Tested-by: Helmut Hummel <typo3@helhum.io>
---
 Build/package.json                                              | 2 +-
 typo3/sysext/backend/Resources/Public/JavaScript/ColorPicker.js | 2 +-
 .../backend/Resources/Public/JavaScript/FormEngineReview.js     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Build/package.json b/Build/package.json
index a2185070f146..0098ad248635 100644
--- a/Build/package.json
+++ b/Build/package.json
@@ -43,6 +43,6 @@
     "requirejs": "^2.2.0",
     "tagsort": "1.4.0",
     "tslint": "^3.15.1",
-    "typescript": "^2.0.3"
+    "typescript": "^2.2.0"
   }
 }
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/ColorPicker.js b/typo3/sysext/backend/Resources/Public/JavaScript/ColorPicker.js
index f7abac04c8db..6c33e4379512 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/ColorPicker.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/ColorPicker.js
@@ -10,7 +10,7 @@
  *
  * The TYPO3 project - inspiring people to share!
  */
-define(["require", "exports", 'jquery', "TYPO3/CMS/Core/Contrib/jquery.minicolors"], function (require, exports, $) {
+define(["require", "exports", "jquery", "TYPO3/CMS/Core/Contrib/jquery.minicolors"], function (require, exports, $) {
     "use strict";
     /**
      * Module: TYPO3/CMS/Backend/ColorPicker
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineReview.js b/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineReview.js
index 3aa0eaa014b5..bc761295caf7 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineReview.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineReview.js
@@ -10,7 +10,7 @@
  *
  * The TYPO3 project - inspiring people to share!
  */
-define(["require", "exports", "TYPO3/CMS/Backend/FormEngineValidation", 'jquery', "bootstrap"], function (require, exports, FormEngineValidation, $) {
+define(["require", "exports", "TYPO3/CMS/Backend/FormEngineValidation", "jquery", "bootstrap"], function (require, exports, FormEngineValidation, $) {
     "use strict";
     /**
      * Module: TYPO3/CMS/Backend/FormEngineReview
-- 
GitLab