chore(package): compile with angular 9

This commit is contained in:
Daniel Sogl 2020-02-12 09:27:12 +01:00
parent 95d402c7f5
commit 6016568c86
2 changed files with 3941 additions and 3755 deletions

7676
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,15 +22,15 @@
"shipit": "npm run build && npm run readmes && npm run npmpub" "shipit": "npm run build && npm run readmes && npm run npmpub"
}, },
"devDependencies": { "devDependencies": {
"@angular/common": "^8.2.14", "@angular/common": "~9.0.0",
"@angular/compiler": "^8.2.14", "@angular/compiler": "~9.0.0",
"@angular/compiler-cli": "^8.2.14", "@angular/compiler-cli": "~9.0.0",
"@angular/core": "^8.2.14", "@angular/core": "~9.0.0",
"@types/cordova": "0.0.34", "@types/cordova": "0.0.34",
"@types/fs-extra": "^8.0.1", "@types/fs-extra": "^8.0.1",
"@types/jest": "^25.1.2", "@types/jest": "^25.1.2",
"@types/lodash": "^4.14.149", "@types/lodash": "^4.14.149",
"@types/node": "^12.12.26", "@types/node": "^12.12.27",
"@types/rimraf": "^2.0.3", "@types/rimraf": "^2.0.3",
"@types/webpack": "^4.41.6", "@types/webpack": "^4.41.6",
"ajv": "^6.11.0", "ajv": "^6.11.0",
@ -49,19 +49,19 @@
"minimist": "1.2.0", "minimist": "1.2.0",
"natives": "^1.1.6", "natives": "^1.1.6",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rxjs": "^6.5.4", "rxjs": "~6.5.4",
"ts-jest": "^25.2.0", "ts-jest": "^25.2.0",
"ts-node": "^8.6.2", "ts-node": "^8.6.2",
"tslint": "^5.20.1", "tslint": "~5.18.0",
"tslint-ionic-rules": "0.0.21", "tslint-ionic-rules": "0.0.21",
"typedoc": "^0.16.9", "typedoc": "^0.16.9",
"typescript": "~3.5.3", "typescript": "~3.7.5",
"typescript-tslint-plugin": "0.5.5", "typescript-tslint-plugin": "0.5.5",
"uglifyjs-webpack-plugin": "^2.2.0", "uglifyjs-webpack-plugin": "^2.2.0",
"unminified-webpack-plugin": "^2.0.0", "unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.41.5", "webpack": "^4.41.6",
"winston": "^3.2.1", "winston": "^3.2.1",
"zone.js": "^0.9.1" "zone.js": "~0.10.2"
}, },
"jest": { "jest": {
"transform": { "transform": {