chore(package): bump deps

This commit is contained in:
Daniel Sogl 2019-04-07 19:59:37 +02:00
parent 4de49c37dd
commit 00e34877f3
2 changed files with 995 additions and 527 deletions

1504
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,17 +23,17 @@
"shipit": "npm run build && npm run readmes && npm run npmpub"
},
"devDependencies": {
"@angular/common": "^7.2.9",
"@angular/compiler": "^7.2.9",
"@angular/compiler-cli": "^7.2.9",
"@angular/core": "^7.2.9",
"@angular/common": "^7.2.12",
"@angular/compiler": "^7.2.12",
"@angular/compiler-cli": "^7.2.12",
"@angular/core": "^7.2.12",
"@types/cordova": "0.0.34",
"@types/fs-extra": "^5.0.5",
"@types/jest": "^24.0.11",
"@types/lodash": "^4.14.123",
"@types/node": "^10.14.1",
"@types/node": "^10.14.4",
"@types/rimraf": "^2.0.2",
"@types/webpack": "^4.4.26",
"@types/webpack": "^4.4.27",
"ajv": "^6.10.0",
"async-promise-queue": "^1.0.4",
"conventional-changelog-cli": "^2.0.12",
@ -45,15 +45,15 @@
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-tslint": "^8.1.4",
"jest": "^24.5.0",
"jest": "^24.7.1",
"lodash": "^4.17.11",
"minimist": "1.2.0",
"natives": "^1.1.6",
"rimraf": "^2.6.3",
"rxjs": "^6.4.0",
"ts-jest": "^24.0.0",
"ts-jest": "^24.0.2",
"ts-node": "^8.0.3",
"tslint": "^5.14.0",
"tslint": "^5.15.0",
"tslint-ionic-rules": "0.0.21",
"typedoc": "^0.14.2",
"typescript": "3.2.4",