chore(package): bump deps

This commit is contained in:
Daniel Sogl 2019-04-19 19:03:43 +02:00
parent 0800f4a414
commit 92e0cb2385
2 changed files with 245 additions and 150 deletions

381
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,10 +23,10 @@
"shipit": "npm run build && npm run readmes && npm run npmpub" "shipit": "npm run build && npm run readmes && npm run npmpub"
}, },
"devDependencies": { "devDependencies": {
"@angular/common": "^7.2.12", "@angular/common": "^7.2.13",
"@angular/compiler": "^7.2.12", "@angular/compiler": "^7.2.13",
"@angular/compiler-cli": "^7.2.12", "@angular/compiler-cli": "^7.2.13",
"@angular/core": "^7.2.12", "@angular/core": "^7.2.13",
"@types/cordova": "0.0.34", "@types/cordova": "0.0.34",
"@types/fs-extra": "^5.0.5", "@types/fs-extra": "^5.0.5",
"@types/jest": "^24.0.11", "@types/jest": "^24.0.11",
@ -52,14 +52,14 @@
"rimraf": "^2.6.3", "rimraf": "^2.6.3",
"rxjs": "^6.4.0", "rxjs": "^6.4.0",
"ts-jest": "^24.0.2", "ts-jest": "^24.0.2",
"ts-node": "^8.0.3", "ts-node": "^8.1.0",
"tslint": "^5.15.0", "tslint": "^5.16.0",
"tslint-ionic-rules": "0.0.21", "tslint-ionic-rules": "0.0.21",
"typedoc": "^0.14.2", "typedoc": "^0.14.2",
"typescript": "3.2.4", "typescript": "3.2.4",
"uglifyjs-webpack-plugin": "^2.1.2", "uglifyjs-webpack-plugin": "^2.1.2",
"unminified-webpack-plugin": "^2.0.0", "unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.29.6", "webpack": "^4.30.0",
"winston": "^3.2.1", "winston": "^3.2.1",
"zone.js": "^0.8.29" "zone.js": "^0.8.29"
}, },