mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
newer jQuery types allowing eg. JQuery<HTMLVideoElement>
This commit is contained in:
parent
4dc120a6d2
commit
9ed6b9b1d6
10
package.json
10
package.json
@ -1,17 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name": "EGroupware",
|
"name": "EGroupware",
|
||||||
"description": "EGroupware is a groupware suite in PHP and Javascript: http://www.egroupware.org/",
|
"description": "EGroupware is a groupware suite in PHP and Javascript: https://www.egroupware.org/",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"version": "17.1.001",
|
"version": "19.1.001",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"repository": {},
|
"repository": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jquery": "^1.10.35",
|
"@types/jquery": "^3.3.38",
|
||||||
"@types/jqueryui": "^1.11.37",
|
"@types/jqueryui": "^1.11.37",
|
||||||
"grunt": "^1.0.3",
|
"grunt": "^1.0.3",
|
||||||
"grunt-contrib-cssmin": "^2.2.1",
|
"grunt-contrib-cssmin": "^2.2.1",
|
||||||
"grunt-contrib-uglify-es": "^3.3.0",
|
"grunt-contrib-uglify-es": "^3.3.0",
|
||||||
"grunt-hub": "^0.7.0",
|
"grunt-hub": "^0.7.0",
|
||||||
"grunt-newer": "^1.3.0"
|
"grunt-newer": "^1.3.0",
|
||||||
|
"grunt-ts": "^6.0.0-beta.22",
|
||||||
|
"typescript": "^3.7.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user