chore(package): bump deps

This commit is contained in:
Daniel Sogl 2019-08-30 15:57:46 +02:00
parent dcce3489f4
commit 1af96d1369
2 changed files with 651 additions and 1404 deletions

2039
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,11 +29,11 @@
"@angular/core": "^7.2.15",
"@types/cordova": "0.0.34",
"@types/fs-extra": "^8.0.0",
"@types/jest": "^24.0.17",
"@types/lodash": "^4.14.136",
"@types/node": "^12.7.1",
"@types/jest": "^24.0.18",
"@types/lodash": "^4.14.138",
"@types/node": "^12.7.3",
"@types/rimraf": "^2.0.2",
"@types/webpack": "^4.32.1",
"@types/webpack": "^4.39.1",
"ajv": "^6.10.2",
"async-promise-queue": "^1.0.5",
"conventional-changelog-cli": "^2.0.23",
@ -45,21 +45,21 @@
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-tslint": "^8.1.4",
"jest": "^24.8.0",
"jest": "^24.9.0",
"lodash": "^4.17.15",
"minimist": "1.2.0",
"natives": "^1.1.6",
"rimraf": "^2.6.3",
"rimraf": "^2.7.1",
"rxjs": "^6.5.2",
"ts-jest": "^24.0.2",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"tslint": "^5.19.0",
"tslint-ionic-rules": "0.0.21",
"typedoc": "^0.15.0",
"typescript": "3.2.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.39.1",
"webpack": "^4.39.3",
"winston": "^3.2.1",
"zone.js": "^0.8.29"
},