remove (not used) grunt-ts to allow fixing dependabot alerts in dev packages

This commit is contained in:
Ralf Becker 2021-06-15 10:34:37 +02:00
parent cb00de85ce
commit bc0cf17b13
2 changed files with 0 additions and 6414 deletions

6412
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,6 @@
"description": "EGroupware is a groupware suite in PHP and Javascript: https://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": "21.1.20210316", "version": "21.1.20210316",
"dependencies": {},
"repository": {}, "repository": {},
"devDependencies": { "devDependencies": {
"@types/jquery": "^3.5.5", "@types/jquery": "^3.5.5",
@ -12,7 +11,6 @@
"grunt-contrib-cssmin": "^2.2.1", "grunt-contrib-cssmin": "^2.2.1",
"grunt-newer": "^1.3.0", "grunt-newer": "^1.3.0",
"grunt-terser": "^1.0.0", "grunt-terser": "^1.0.0",
"grunt-ts": "^6.0.0-beta.22",
"terser": "^4.8.0", "terser": "^4.8.0",
"typescript": "^3.9.7" "typescript": "^3.9.7"
} }