diff --git a/Build/package.json b/Build/package.json index a2185070f1462b7b2d470b388facd0ad0e9ad6d6..0098ad2486351a569bfe830217955df0a2d67b37 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 f7abac04c8dbb964f04abeb44b5f88b34941b13e..6c33e4379512d93f9b537874cd514628fecb3318 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 3aa0eaa014b56d9708a41bb9685f9c53d8c936a3..bc761295caf7975d190d9b6c5f2b68d1d6e52d45 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