chore(package): bump deps

This commit is contained in:
Daniel Sogl 2019-05-16 07:04:01 +02:00
parent 81a10280cc
commit 4c6dc71cbe
2 changed files with 676 additions and 645 deletions

1291
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,43 +23,43 @@
"shipit": "npm run build && npm run readmes && npm run npmpub"
},
"devDependencies": {
"@angular/common": "^7.2.14",
"@angular/compiler": "^7.2.14",
"@angular/compiler-cli": "^7.2.14",
"@angular/core": "^7.2.14",
"@angular/common": "^7.2.15",
"@angular/compiler": "^7.2.15",
"@angular/compiler-cli": "^7.2.15",
"@angular/core": "^7.2.15",
"@types/cordova": "0.0.34",
"@types/fs-extra": "^5.0.5",
"@types/jest": "^24.0.11",
"@types/lodash": "^4.14.123",
"@types/fs-extra": "^7.0.0",
"@types/jest": "^24.0.13",
"@types/lodash": "^4.14.129",
"@types/node": "^10.14.6",
"@types/rimraf": "^2.0.2",
"@types/webpack": "^4.4.29",
"@types/webpack": "^4.4.31",
"ajv": "^6.10.0",
"async-promise-queue": "^1.0.4",
"conventional-changelog-cli": "^2.0.17",
"async-promise-queue": "^1.0.5",
"conventional-changelog-cli": "^2.0.21",
"cz-conventional-changelog": "^2.1.0",
"dgeni": "^0.4.12",
"dgeni-packages": "0.16.10",
"fs-extra": "^7.0.1",
"fs-extra": "^8.0.1",
"gulp": "3.9.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-tslint": "^8.1.4",
"jest": "^24.7.1",
"jest": "^24.8.0",
"lodash": "^4.17.11",
"minimist": "1.2.0",
"natives": "^1.1.6",
"rimraf": "^2.6.3",
"rxjs": "^6.5.1",
"rxjs": "^6.5.2",
"ts-jest": "^24.0.2",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"tslint-ionic-rules": "0.0.21",
"typedoc": "^0.14.2",
"typescript": "3.2.4",
"uglifyjs-webpack-plugin": "^2.1.2",
"uglifyjs-webpack-plugin": "^2.1.3",
"unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.30.0",
"webpack": "^4.31.0",
"winston": "^3.2.1",
"zone.js": "^0.8.29"
},