chore(package): bump deps

This commit is contained in:
Daniel 2018-06-28 13:25:37 +02:00
parent 7d5e7aaa7d
commit 95c8566d76
2 changed files with 1668 additions and 930 deletions

2576
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,17 +22,17 @@
"shipit": "npm run build && npm run readmes && npm run npmpub" "shipit": "npm run build && npm run readmes && npm run npmpub"
}, },
"devDependencies": { "devDependencies": {
"@angular/common": "^6.0.6", "@angular/common": "^6.0.7",
"@angular/compiler": "^6.0.6", "@angular/compiler": "^6.0.7",
"@angular/compiler-cli": "^6.0.6", "@angular/compiler-cli": "^6.0.7",
"@angular/core": "^6.0.6", "@angular/core": "^6.0.7",
"@types/cordova": "0.0.34", "@types/cordova": "0.0.34",
"@types/fs-extra": "^5.0.3", "@types/fs-extra": "^5.0.3",
"@types/jest": "^23.1.1", "@types/jest": "^23.1.3",
"@types/lodash": "^4.14.110", "@types/lodash": "^4.14.110",
"@types/node": "^9.6.22", "@types/node": "^9.6.22",
"@types/rimraf": "^2.0.2", "@types/rimraf": "^2.0.2",
"@types/webpack": "^4.4.2", "@types/webpack": "^4.4.4",
"async-promise-queue": "^1.0.4", "async-promise-queue": "^1.0.4",
"babel-core": "^6.26.3", "babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0", "babel-preset-env": "^1.7.0",
@ -51,22 +51,22 @@
"gulp-rename": "^1.3.0", "gulp-rename": "^1.3.0",
"gulp-replace": "^1.0.0", "gulp-replace": "^1.0.0",
"gulp-tslint": "^8.1.3", "gulp-tslint": "^8.1.3",
"jest": "^23.1.0", "jest": "^23.2.0",
"lodash": "^4.17.10", "lodash": "^4.17.10",
"minimist": "1.2.0", "minimist": "1.2.0",
"nodemon": "^1.17.5", "nodemon": "^1.17.5",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"rxjs": "^6.2.1", "rxjs": "^6.2.1",
"rxjs-tslint-rules": "^4.4.2", "rxjs-tslint-rules": "^4.4.4",
"string-replace-webpack-plugin": "^0.1.3", "string-replace-webpack-plugin": "^0.1.3",
"ts-jest": "^22.4.6", "ts-jest": "^22.4.6",
"ts-node": "^6.1.2", "ts-node": "^6.2.0",
"tslint": "^5.10.0", "tslint": "^5.10.0",
"tslint-ionic-rules": "0.0.14", "tslint-ionic-rules": "0.0.14",
"typescript": "~2.7.2", "typescript": "~2.7.2",
"uglifyjs-webpack-plugin": "^1.2.6", "uglifyjs-webpack-plugin": "^1.2.7",
"unminified-webpack-plugin": "^2.0.0", "unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.12.0", "webpack": "^4.12.2",
"winston": "^3.0.0", "winston": "^3.0.0",
"zone.js": "latest" "zone.js": "latest"
}, },