Skip to content
Snippets Groups Projects
Commit 53fd04d1 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Helmut Hummel
Browse files

[TASK] Update “typescript” package and recompile code

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: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarHelmut Hummel <typo3@helhum.io>
Tested-by: default avatarHelmut Hummel <typo3@helhum.io>
parent 80fec593
Branches
Tags
No related merge requests found
......@@ -43,6 +43,6 @@
"requirejs": "^2.2.0",
"tagsort": "1.4.0",
"tslint": "^3.15.1",
"typescript": "^2.0.3"
"typescript": "^2.2.0"
}
}
......@@ -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
......
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment