chore: update deps

BREAKING CHANGE: Requires Angular 7.1 and TypeScript 3.1
This commit is contained in:
Daniel 2018-12-01 17:04:03 +01:00
parent 165c3cc211
commit 649dca1ef4
2 changed files with 620 additions and 1034 deletions

1620
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,24 +22,24 @@
"shipit": "npm run build && npm run readmes && npm run npmpub"
},
"devDependencies": {
"@angular/common": "^6.1.8",
"@angular/compiler": "^6.1.8",
"@angular/compiler-cli": "^6.1.8",
"@angular/core": "^6.1.8",
"@angular/common": "^7.1.1",
"@angular/compiler": "^7.1.1",
"@angular/compiler-cli": "^7.1.1",
"@angular/core": "^7.1.1",
"@types/cordova": "0.0.34",
"@types/fs-extra": "^5.0.4",
"@types/jest": "^23.3.2",
"@types/lodash": "^4.14.116",
"@types/node": "^9.6.32",
"@types/jest": "^23.3.10",
"@types/lodash": "^4.14.118",
"@types/node": "^10.12.11",
"@types/rimraf": "^2.0.2",
"@types/webpack": "^4.4.12",
"ajv": "^6.5.4",
"@types/webpack": "^4.4.20",
"ajv": "^6.6.1",
"async-promise-queue": "^1.0.4",
"conventional-changelog-cli": "^2.0.5",
"conventional-changelog-cli": "^2.0.11",
"cz-conventional-changelog": "^2.1.0",
"dgeni": "^0.4.10",
"dgeni-packages": "0.16.10",
"fs-extra": "^7.0.0",
"fs-extra": "^7.0.1",
"gulp": "3.9.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
@ -47,17 +47,17 @@
"jest": "^23.6.0",
"lodash": "^4.17.11",
"minimist": "1.2.0",
"natives": "^1.1.5",
"natives": "^1.1.6",
"rimraf": "^2.6.2",
"rxjs": "^6.3.2",
"ts-jest": "23.1.4",
"rxjs": "^6.3.3",
"ts-jest": "^23.10.5",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-ionic-rules": "0.0.19",
"typescript": "2.9.2",
"tslint-ionic-rules": "0.0.20",
"typescript": "3.1.6",
"uglifyjs-webpack-plugin": "^2.0.1",
"unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.20.1",
"webpack": "^4.26.1",
"winston": "^3.1.0",
"zone.js": "^0.8.26"
},